15 Commits

Author SHA1 Message Date
moodler
2776bf19ff SImplify, fix menus 2005-04-10 18:23:18 +00:00
moodler
1bb1333b0b Centralised timezone list to a function 2005-04-10 17:35:17 +00:00
moodler
76458066e0 Working on timezone management interfaces and lists 2005-04-10 07:08:03 +00:00
defacer
256ab4c54a Correct handling of integer keys in the presets array.
Tthey cannot be treated as strings unless they 're formatted as floats first.
A fine way to waste half an hour.
2005-04-08 20:26:36 +00:00
defacer
9fb7ea024d get_string() should read stuff from timezones.php 2005-04-08 19:36:15 +00:00
defacer
9a382a5c5e Setting $CFG->forcetimezone now fully works.
One more item crossed out from the TODO list.
2005-04-08 19:35:05 +00:00
defacer
0ed442f85c DST presets -> timezones 2005-03-23 01:54:45 +00:00
defacer
e2d282235f Get rid of the "define custom timezone" button. 2005-03-23 00:35:57 +00:00
defacer
a1718f64d3 Updating the calendar options page to more correctly reflect what we 'll
be doing with "timezones".
2005-03-05 20:07:13 +00:00
defacer
0f269d53ac Just a new button in the calendar admin screen to link to point to dst_update.php 2005-02-25 04:34:15 +00:00
defacer
b8a6c0da69 Improving admin interface for the calendar options with the new themes. 2005-02-16 23:51:26 +00:00
moodler
3c02d134da Removed $THEME from admin pages 2005-01-25 17:08:05 +00:00
stronk7
a3f6fc66fe Changed some sesskey behaviours SC#73 (admin part) 2005-01-23 11:49:13 +00:00
defacer
bb4a2e85c0 New features implemented:
* Configurable defaults for the calendar upcoming events lookahead and
   maximum upcoming events displayed (bug #1623)

 * Configurable setting for which days of the week are treated as weekend
   (bug #1919)

 * Configurable setting for which day starts the week (the admin can now set
   this as the default for new users and guests without messing with language
   packs) (no butracker issue)
2004-12-16 18:49:57 +00:00
defacer
86f092d25e 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?
2004-12-15 07:14:41 +00:00