]> git.mjollnir.org Git - moodle.git/commit
New "Calendar" section in Admin -> Configuration.
authordefacer <defacer>
Wed, 15 Dec 2004 07:14:41 +0000 (07:14 +0000)
committerdefacer <defacer>
Wed, 15 Dec 2004 07:14:41 +0000 (07:14 +0000)
commit86f092d25efe8d57d2731e12fed6d3407de764fe
treecc5c6588404f8c3477c3aeb34a3e3f6157c27d58
parent548c4e2e5571b87b1d65bcccbebb4e1b47c4d673
New "Calendar" section in Admin -> Configuration.
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)

WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
16 files changed:
admin/calendar.html [new file with mode: 0644]
admin/calendar.php [new file with mode: 0644]
admin/configure.php
admin/dst.html [new file with mode: 0644]
admin/dst.php [new file with mode: 0644]
admin/dst_edit.html [new file with mode: 0644]
admin/index.php
calendar/lib.php
calendar/preferences.html
calendar/preferences.php
lang/en/admin.php
lang/en/calendar.php
lib/db/mysql.php
lib/moodlelib.php
theme/standard/styles.php
version.php