Commit graph

9222 commits

Author SHA1 Message Date
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
moodler
eaee4b5d95 hide the password field for smtp (bug 2659) 2005-03-01 12:55:29 +00:00
moodler
7d5784a55a Fixed a string reference 2005-02-28 04:33:57 +00:00
skodak
48283ff638 slashargument test fix 2005-02-26 20:43:30 +00:00
defacer
67775c8d9f When process is finished, die. 2005-02-25 20:43:12 +00:00
gustav_delius
072171497c forcelogin, forceloginprofiles and opentogoogle are config variables to do with setting permissions, so I moved them to the appropriate section on the config page. 2005-02-25 09:14:05 +00:00
defacer
c2176d3725 A way to control what the dst preset import is allowed to do: insert/update/both 2005-02-25 04:41:19 +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
d2fb3ce941 First version of automated DST update script. It DOES work, but it's barebones. 2005-02-25 04:23:21 +00:00
skodak
39ba6d586a Slasharguments test for health center, please test 2005-02-24 21:14:32 +00:00
moodler
0143fb9f94 Upgrade activity modules first ... see bug 2630 2005-02-24 09:03:24 +00:00
gustav_delius
6f07ab6444 Updated calls to get_string() for some strings that were moved to lang/en/admin.php 2005-02-24 08:49:32 +00:00
stronk7
856bf0456b Now SITEID folder is created if it doesn't exist. Bug 2580
(http://moodle.org/bugs/bug.php?op=show&bugid=2580)
2005-02-24 00:01:52 +00:00
moodler
91099e368b Added checks for allow_fopen_url in two more places! 2005-02-23 15:40:53 +00:00
moodler
ab6d2992e8 Search = GET and fixed the dead end when no results to search 2005-02-21 13:50:06 +00:00
moodler
09d55a78c6 Reverting recent changes 2005-02-18 13:41:26 +00:00