587 Commits

Author SHA1 Message Date
skodak
00de82df28 Session test to detect user switching, error counter is displayed in healthcenter - please test, test, test; TODO - move string from setup.php to language file 2005-04-18 20:13:36 +00:00
moodler
637e9bf79f Fixing rogue tag 2005-04-18 11:27:20 +00:00
moodler
6b6435db47 LOnger caching options 2005-04-14 13:49:38 +00:00
moodler
1ce8d3f0bd More robust at handling hyphens (bug 2899) 2005-04-13 04:18:24 +00:00
thepurpleblob
7b0272a78f Fixed lots of dodgy html - unbalanced tags, missing quotes around attributes etc.
Much more to go - bad page this!
2005-04-12 15:20:57 +00:00
martinlanghoff
6e6053bd18 Merged from MOODLE_14_STABLE. Added option to cache langlist in dataroot/cache/languages. If enabled saves around 10MB of memory and 40 includes (some really large). In HEAD we also get a nice option select in admin->variables. 2005-04-11 06:41:08 +00:00
defacer
a03d61346e 1. get_records_csv also needs a table name in addition to file name.
2. is_readable() check before trying to fopen() http://, if you happen to not have
   an internet connection this prevents ugly failures.
2005-04-10 20:28:48 +00:00
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
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
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
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
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
moodler
538ce38a04 Added control for "filterall" config setting 2005-04-08 05:39:37 +00:00
martinlanghoff
558f7cd09e Merged from MOODLE_14_STABLE - Fixed 'Can't save changes in editor configuration' form bug reported in http://moodle.org/mod/forum/discuss.php?d=21359 2005-04-05 22:33:41 +00:00
moodler
5eafd94811 One extra option for the format of the site home page so that we can just have a
single topic section (allowing plain HTML in the middle and/or a list of activities)
2005-04-02 09:29:59 +00:00
gustav_delius
77d2fdab8c Correctly closing input tags 2005-04-01 22:33:42 +00:00
gustav_delius
1aacfd55aa Correctly closing input tags 2005-04-01 22:32:43 +00:00
ikawhero
5b2ae5848c Can provide an alternate page for the login form.
The page must contain a form with an action field set to /login/index.php
and return fields username and password

TODO
It may be worth checking the URL when it's entered at admin/auth.php
to ensure it is at least pointing to a valid page as an incorrect URL
could potentially lock all users out of a site.
2005-04-01 07:39:27 +00:00
moodler
2d99362fba Bug number of last checkin was 2801 ;-) 2005-03-28 04:32:50 +00:00
moodler
dbd956ac2b Fixed XHTML issues in admin/lang.php 2005-03-28 04:31:14 +00:00
defacer
43fae8e306 Removed obsolete file. 2005-03-27 16:26:12 +00:00
defacer
90ac64e379 Updating CVS to latest dirty development version. 2005-03-26 20:52:18 +00:00
defacer
0ed442f85c DST presets -> timezones 2005-03-23 01:54:45 +00:00
defacer
d43092dea6 Removing obsolete files, we won't have custom definitions after all. 2005-03-23 00:45:14 +00:00
defacer
e2d282235f Get rid of the "define custom timezone" button. 2005-03-23 00:35:57 +00:00
defacer
b539242ab5 Interim debugging code. 2005-03-23 00:34:55 +00:00
moodler
ab5a05c04f New config setting for tabs 2005-03-15 09:21:50 +00:00
martinlanghoff
64169fe6a0 Merged from MOODLE_14_STABLE - Fixed memory limit overrun in backup config page. Why SELECT * FROM mdl_course when all we need is id? :) 2005-03-14 02:07:52 +00:00
gustav_delius
93d34a8c5b some XHTML fixes 2005-03-13 13:55:19 +00:00
moodler
907b2850b4 Added new config variable to disable blocks on activity mod pages bug 2732 2005-03-13 13:21:24 +00:00
moodler
f23ac2ac3c MOre info on registration form 2005-03-12 09:18:43 +00:00
paca70
33c35e6c30 Create missing directories too. 2005-03-10 10:42:33 +00:00
paca70
231109580b Add old-tag to filenames if english version is newer. 2005-03-10 08:51:39 +00:00
moodler
40b372365d SOme security! 2005-03-06 18:13:05 +00:00
defacer
08ee877a49 Removing call to the obsolete dst_update_preset() 2005-03-05 22:33:45 +00:00
defacer
3a22527cdb Changing some hardwired filenames and strings for the transition to "timezones" 2005-03-05 20:18:45 +00:00
defacer
4c669559f4 Renaming dst_edit.html to timezone_edit.html 2005-03-05 20:15:56 +00:00
defacer
ca071fa662 Renaming dst.html to timezones.html 2005-03-05 20:11:49 +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
762b716363 Renaming dst.php to timezones.php (more appropriate) 2005-03-05 20:05:30 +00:00
moodler
f7ab4e55c0 Added settings for allowemailaddresses and denyemailaddresses to the config menus 2005-03-05 17:37:04 +00:00
moodler
66b7c2470b Moved aspellpath configuration onto the editor page. 2005-03-05 17:25:03 +00:00
gustav_delius
e163bf2d33 Create guest user account during installation, fixing bug 2667 2005-03-03 14:56:19 +00:00