Commit Graph

7320 Commits

Author SHA1 Message Date
gustav_delius c9350c2957 Removed the quiz upgrade warning. Merged from stable 2005-06-04 09:44:09 +00:00
martinlanghoff a40803130b Per-auth-backend field locks support. Merged from MOODLE_15_STABLE
* Extended set_config()
 * Implemented get_config() which takes over $CFG loading in setup.php
 * admin/auth.php has special handling if post vars starting in pluginconfig_
 * admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now
 *  user/edit.php follows the new convention when locking down fields, both javascript UI and on POST.
 * admin/auth: More solid checking for auth GET/POST var.
 * admin/auth: print_auth_lock_options() now handles user field mapping options for LDAP and similar modules
 * admin/auth: user mapping options have moved to config_plugins table
 * auth/ldap module has migrated to using new field mapping vars -- simplified config.html a lot
 * auth settings migration to config_plugins
2005-06-02 05:39:41 +00:00
mudrd8mz 6036083566 Included fix by Jaime Villate posted Sunday, 8 May 2005, 10:45 PM 2005-05-30 09:23:07 +00:00
defacer 061d8339a6 Merging from STABLE. 2005-05-28 18:37:47 +00:00
moodler a2a3c59019 Merged from stable 2005-05-26 14:46:28 +00:00
julmis 584e5bb133 Merging from MOODLE_15_STABLE
- Added nolink and search and replace buttons
2005-05-24 17:15:21 +00:00
thepurpleblob 4185ea744b Whoops - didn't notice I had been playing with this file. Change reversed! 2005-05-21 06:49:45 +00:00
thepurpleblob e9c7c26806 Removed internal auth check around add new user and upload users. 2005-05-21 06:45:17 +00:00
martinlanghoff 1fae496705 Merged from MOODLE_14_STABLE - Just to remove a warning (moodler) 2005-05-17 00:18:37 +00:00
stronk7 ef9b35a01b Tabs are out 2005-05-16 19:38:21 +00:00
mudrd8mz 11e977d8c2 *** empty log message *** 2005-05-15 13:28:58 +00:00
moodler bde4153a55 Free up idnumber field 2005-05-14 02:39:28 +00:00
paca70 eeefd0b0df Use SITEID instead of hardcoded value.
SITEID could be != 1 in older installations.
2005-05-11 08:57:14 +00:00
defacer cec60526cc Fixing set_user_sesskey calls (function no longer exists), changing to sesskey() 2005-05-07 16:10:50 +00:00
martinlanghoff b27f46f2b3 Merged from MOODLE_14_STABLE - Fixed calls to set_user_sesskey(). 2005-05-07 03:08:29 +00:00
gustav_delius ee1fb969c8 Merging in from the MOODLE_15_QUIZREFACTOR branch.
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
moodler 69b8ba4c4c Added sesskey checking (SC #113) 2005-05-06 03:11:58 +00:00
defacer 365789db75 Some improvements: keep checkbox and weekday name grouped together.
Also, line break added before Sat/Sun so that they 're more apparent and the
line doesn't get as long (it's kind of ugly).
2005-05-02 14:27:45 +00:00
defacer 521729041a The admin blocks page now doesn't crash when encountering an incompatible block;
instead, it shows a notice.
2005-04-30 03:22:59 +00:00
gustav_delius dba1f6bcdb Added a few lines so that if modules set the module name in a hidden field in their config.html then the form does not have to prefix all its variables. That makes it simpler to produce config.html by copy and paste from mod.html. Also then if the module provides a function modulename_process_options then the form variables can be processed by the module before being stored in $CFG. 2005-04-28 07:40:21 +00:00
defacer 1576756e9f Get rid of evil <font> tag and a few aesthetic corrections. 2005-04-26 21:52:39 +00:00
moodler cb57161547 Fixed a typo causing the topic section to keep appearing 2005-04-24 04:27:38 +00:00
moodler 25048356a8 Slow it down just a bit 2005-04-23 14:28:41 +00:00
moodler 15d6d569d9 Tidying up the look of it a bit 2005-04-23 14:27:26 +00:00
moodler 6e07480819 Better headings 2005-04-23 13:39:01 +00:00
moodler 3a70cb6441 Added new script to upgrade the forum records (it has a pretty progress bar
and it means the main upgrade isn't held up.
2005-04-23 13:36:18 +00:00
moodler 15ba1b0691 Strip slashes from text in maintenance message 2005-04-23 07:49:29 +00:00
moodler 76c78acfea Better flushing 2005-04-22 14:21:12 +00:00
gustav_delius 0346dd3954 using 'counteditems' language string to help finnish translators, closing bug 2530 2005-04-20 11:32:29 +00:00
martinlanghoff d6ead3a251 Polish and fixes for language cache -- addresses bug 2891 2005-04-20 07:29:28 +00:00
moodler 7493b1c927 Deleting cronextra.php stuff .... 2005-04-20 05:38:16 +00:00
defacer bb74176fbf HTML improvements, including fix for bug 2967. 2005-04-19 20:54:52 +00:00
julmis 6ce55d9ac4 Fix killword value 2005-04-19 12:18:32 +00:00
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