12993 Commits

Author SHA1 Message Date
vthung
0b44b6876b Add README.txt to docs 2005-04-09 17:29:07 +00:00
vthung
aaa2a182e4 Add features.html to docs 2005-04-09 17:27:38 +00:00
vthung
c7bd881dd2 Add credits.html to docs 2005-04-09 17:25:53 +00:00
vthung
ce03612b02 Add developer.html to docs 2005-04-09 17:23:56 +00:00
moodler
c0e7fc2185 Remove group links for non-editing teachers 2005-04-09 17:23:51 +00:00
vthung
f7a1cd67bf Add future.html to docs 2005-04-09 17:21:45 +00:00
vthung
09b410d798 Add license.html to docs 2005-04-09 17:15:01 +00:00
vthung
330d39d39f Add release.html to docs 2005-04-09 17:12:18 +00:00
mits
6914dc526b polished. 2005-04-09 13:18:12 +00:00
koenr
88f019cf5f string files should be XHTML compliant now 2005-04-09 10:44:31 +00:00
defacer
ce9707f5aa As there was no armageddon since I commented out the "old" timezone setting
HTML yesterday, I 'm now completely removing it.
2005-04-09 10:20:53 +00:00
defacer
88c39f4a91 Update variables configuration to allow setting non-trivial timezones for the server as well. 2005-04-09 10:19:09 +00:00
defacer
989585e933 Major step forward once more: calculate_user_dst_table() now always sees the
user's effective timezone correctly using get_user_timezone(). It also remembers
which timezone was in effect when it cached its calculations, so if the user's
effective timezone changes for any reason the table is automatically re-computed.

******
NOTICE
******

From this point onward, DST support should be working again, and there are no more
visible hurdles in the way. This means it should STAY working correctly until 1.5.
2005-04-09 10:12:30 +00:00
defacer
6dc8dddc62 Removed another unnecessary get_user_timezone_offset() call. 2005-04-09 09:50:08 +00:00
defacer
13e5588de8 Removed unneeded get_user_timezone_offset() call; usertime() does it anyway. 2005-04-09 09:47:01 +00:00
defacer
02a5309439 If $CFG->forcetimezone is not empty, don't allow users to change the timezone from
their profiles, and instead show a disabled menu with the forced timezone selected.

Also, fixed a get_string (reading from wrong lang file).
2005-04-09 09:36:47 +00:00
moodler
7b9e355e43 Fixed an error in the timezones 2005-04-09 08:44:49 +00:00
mits
bbfa098146 polished. 2005-04-09 02:55:09 +00:00
mits
3bc555efac added new translated file. 2005-04-09 02:22:02 +00:00
michaelpenne
7227cef5f6 added a few new string definitions for the event calendar entries 2005-04-08 21:40:07 +00:00
michaelpenne
97c4410778 added calendar event code to add, update, and delete instance 2005-04-08 21:38:09 +00:00
defacer
e8904995f0 Introduce the "new" get_user_timezone, and implement get_user_timezone_offset in terms of it. 2005-04-08 20:32:40 +00:00
defacer
02c2881b40 The user Timezone setting now allows both trivial and non-trivial timezones.
I fervently hope we haven't left any hidden "unupdated" code that breaks with this.
2005-04-08 20:28:19 +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
b529815b9c Remove some useless strings. 2005-04-08 20:24:20 +00:00
defacer
68c0264e1b Changes to mdl_user:
* Change timezone to varchar(100) (to support non-trivial timezones)
* Drop timezonename (will not be used after all)
2005-04-08 19:50:01 +00:00
defacer
f3729a941d New lang file, we 're going to internationalize all the timezone names in it. 2005-04-08 19:37:15 +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
ffc141e4be Don't add trivial timezone records in the db, we 're going to handle them manually. 2005-04-08 19:34:19 +00:00
defacer
97e28cc66d Make choose_from_menu behave correctly in the obscure case where an array
contains a zero key and the "selected" variable is a string. Argh.
2005-04-08 19:32:31 +00:00
mits
63f6f13776 translated new help files. 2005-04-08 16:39:54 +00:00
mits
748ff2928b translated new help file. 2005-04-08 16:15:13 +00:00
mits
7aeaf24d6b translated some. 2005-04-08 15:58:53 +00:00
bobopinna
5b9ea0ebb5 Fixed db definition and upgrade 2005-04-08 15:58:40 +00:00
gustav_delius
8035268825 complete the renaming of get_user_timezone to get_user_timezone_offset started by Martin 2005-04-08 14:24:10 +00:00
andreabix
2f1c8b94cd Other problems fixing 2005-04-08 13:06:21 +00:00
andreabix
2c6dc1879d Updated classes and fixed first group of problems 2005-04-08 11:39:06 +00:00
thepurpleblob
b323d8f8f3 Working version - needs integrated into Moodle and (probably) some tinkering. 2005-04-08 08:56:20 +00:00
moodler
494b9296e9 Renamed get_user_timezone to get_user_timezone_offset, because Jon has
plans for that function name
2005-04-08 07:42:50 +00:00
moodler
5899f67208 Fixed style of heading and some stringZ 2005-04-08 06:15:14 +00:00
moodler
71e677aacb Cleaned up the settings screen 2005-04-08 06:07:30 +00:00
moodler
7ead0ce017 Cleaned up formatting and removed a notice 2005-04-08 05:48:02 +00:00
defacer
2665e47afc usertime() now compensates for DST. 2005-04-08 05:39:53 +00:00
moodler
538ce38a04 Added control for "filterall" config setting 2005-04-08 05:39:37 +00:00
defacer
43b59916f6 get_user_timezone() should now be working for users with new-style timezone settings.
get_timezone_record() function added to cache some db queries.

I haven't been able to test this yet, will do later.
2005-04-08 05:28:39 +00:00
mits
996d1f1e1c polished. 2005-04-08 05:25:38 +00:00
defacer
b86e6ba918 is_executable() doesn't exist in PHP/Win < 5.0.0 2005-04-08 05:01:09 +00:00
mits
edfc5b5ce1 polished, new translated help file added. 2005-04-08 03:54:13 +00:00
moodler
aed2aee4ea Trim all user data 2005-04-08 02:24:09 +00:00