15 Commits

Author SHA1 Message Date
defacer
6571aa7cbd Timezones always exist (the trivial ones, at least). 2005-04-10 20:25:41 +00:00
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
dd4b3f707e Changed a label 2005-04-10 09:33:46 +00:00
moodler
a1e93da26c Improvements to timezone import interface 2005-04-10 09:31:58 +00:00
moodler
76458066e0 Working on timezone management interfaces and lists 2005-04-10 07:08:03 +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
urs_hunkler
29db66d23d Deleted style="text-align: center;" in the surounding DIV 2005-01-25 15:24:11 +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