moodle/course
defacer f032aa7a5f MAJOR CHANGES:
--------------

Brand-new pagelib.php at your disposal! It slices, it dices, it makes your coffee.
It still doesn't understand women... Read the comments in pagelib.php for a first
impression. Feedback highly encouraged!

Blocks code has undergone significant changes to work with Pages. Flexibility is its
middle name, since I think (without having tried it) that adding e.g. a third
placeholder for "center" blocks in courses, with full support for moving around etc,
will now take about 15 lines of new or edited code. If you are not impressed yet, I
suggest watching a documentary on solar physics. :P

MINOR CHANGES:
--------------

Added instance_allow_config() in the blocks class hierarchy to supplement per-instance
configuration options. You can override it to return true and thus get configuration
amenities without allowing multiple instances.

Minor polishing to comments and documentation (whatever caught my eye was game).

Tightened up some code here and there by utilizing all the new features.

BUGFIXES:
---------

A bug in restore_execute.html caused hidden blocks to not be restored at all.
2004-11-08 19:36:07 +00:00
..
format MAJOR CHANGES: 2004-11-08 19:36:07 +00:00
category.php Merged small speed improvements from STABLE 2004-10-18 06:00:26 +00:00
delete.php course/delete.php is using sesskey 2004-10-08 17:58:38 +00:00
edit.html course/edit.php is using sesskey. 2004-10-08 18:13:05 +00:00
edit.php MAJOR CHANGES: 2004-11-08 19:36:07 +00:00
editsection.html course/editsection.php is using sesskey. 2004-10-08 18:32:27 +00:00
editsection.php course/editsection.php is using sesskey. 2004-10-08 18:32:27 +00:00
enrol.html Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
enrol.php towards XHTML compliance 2004-09-12 12:21:27 +00:00
grade.php XHTML compliance 2004-09-16 17:13:57 +00:00
grades.php course/grades.php is using sesskey. 2004-10-09 11:37:48 +00:00
group-edit.html course/group.php is using sesskey. 2004-10-09 11:47:36 +00:00
group.php course/group.php is using sesskey. 2004-10-09 11:47:36 +00:00
groups-edit.html course/groups.php is using sesskey. 2004-10-09 12:03:55 +00:00
groups-summary.html Tiny formatting fix 2004-02-14 17:01:14 +00:00
groups.php course/groups.php is using sesskey. 2004-10-09 12:03:55 +00:00
index.php course/index.php is using sesskey. 2004-10-09 13:22:59 +00:00
info.php XHTML compliance 2004-09-16 17:13:57 +00:00
jumpto.php Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
lib.php Solved one annoying bug where label texts in sections != first 2004-10-20 23:26:49 +00:00
log.php FIxed wierd typo 2004-09-27 14:33:06 +00:00
loggraph.php towards XHTML compliance 2004-09-12 12:21:27 +00:00
loginas.php Merged bug 2114 fix from STABLE 2004-10-21 15:50:58 +00:00
loglive.php XHTML compliance 2004-09-16 17:13:57 +00:00
mod.php course/mod.php is using sesskey. 2004-10-09 17:23:28 +00:00
mod_delete.html towards XHTML compliance 2004-09-12 12:21:27 +00:00
outline_rep.php Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
quickreport.php XHTML compliance 2004-09-16 17:13:57 +00:00
recent.php Merged PHP5 fix for bug 2073 from STABLE 2004-10-15 09:54:04 +00:00
scales.php course/scales.php is using sesskey. 2004-10-09 18:33:44 +00:00
search.php XHTML compliance 2004-09-16 17:13:57 +00:00
student.html course/student.php is using sesskey. 2004-10-09 18:51:12 +00:00
student.php course/student.php is using sesskey. 2004-10-09 18:51:12 +00:00
teacher.php course/teacher.php is using sesskey. 2004-10-09 19:02:35 +00:00
unenrol.php course/unenrol.php is using sesskey. 2004-10-09 19:08:01 +00:00
user.php typo during xhtml update 2004-10-22 20:17:01 +00:00
view.php MAJOR CHANGES: 2004-11-08 19:36:07 +00:00