moodler
25290a82c6
Adding standard list of timezones to distribution
2005-04-10 09:18:08 +00:00
mits
6398837df0
translated some.
2005-04-10 09:17:16 +00:00
moodler
5baa0ad6f2
Added update_timezone_records
2005-04-10 09:15:15 +00:00
moodler
051250a671
Removed old file
2005-04-10 07:08:55 +00:00
moodler
76458066e0
Working on timezone management interfaces and lists
2005-04-10 07:08:03 +00:00
gustav_delius
68396ed91f
If help file is not found in language directory then look in language subdirectory of module directory.
2005-04-10 05:08:31 +00:00
mits
9613945434
polished.
2005-04-09 23:38:45 +00:00
koenr
7cf5c6b5ea
string files should be XHTML compliant now
...
fixed various errors
2005-04-09 20:20:22 +00:00
koenr
85c1fd35c7
string files should be XHTML compliant now
2005-04-09 19:46:28 +00:00
koenr
f301c0da96
removing empty file
2005-04-09 19:10:29 +00:00
koenr
30d5b943bd
string files should be XHTML compliant now
2005-04-09 18:44:38 +00:00
koenr
ddad027117
removing empty files
2005-04-09 18:02:18 +00:00
vthung
5483eb50be
Add philosophy.html to docs
2005-04-09 17:34:05 +00:00
vthung
a186637708
Add module_files.txt to docs
2005-04-09 17:30:57 +00:00
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