Commit graph

15322 commits

Author SHA1 Message Date
martinlanghoff
e4513b6687 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:50:03 +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
rcantada
631bbc6dac new translated help files for wiki, exercise, dialogue. 2005-06-02 02:46:18 +00:00
mits
5327f33d43 translated a help file for hotpot. 2005-06-02 00:52:14 +00:00
barias
c0f09ddf66 Minor updates in spanish translation 2005-06-01 19:47:19 +00:00
zibas
0be73f6505 Applied the patch submitted with bug #3344. This fixes PHP5 issues while retaining PHP4 functionality.
Also altered the bb5.5 importer:
* Respecting certain "visible" flags
* Made the default course properties match the importer capabilities better
* Fixed the resource summaries
* Converting Bb "Staff Information"
2005-06-01 19:32:52 +00:00
koenr
d8107b26ab polish after proofreading by a mathteacher :-) 2005-06-01 19:24:17 +00:00
gustav_delius
ebbb178e35 tiny tweaks 2005-06-01 19:02:07 +00:00
martignoni
af4201baae Four new strings added to show the work done against quiz_categories when a course is deleted. 2005-06-01 13:17:04 +00:00
martignoni
591ec84a2c Sorting of the strings 2005-06-01 13:06:33 +00:00
martignoni
16bacf55f8 Bug 3373, http://moodle.org/mod/forum/discuss.php?d=24710 2005-06-01 13:04:55 +00:00
mindforge
1732e1a00f Added multianswer explanation. 2005-06-01 13:03:12 +00:00
moodler
5a82dafa75 Merging fixes from MOODLE_15_STABLE 2005-06-01 08:15:21 +00:00
gustav_delius
6851e7cd4a merged fix of bug 3377 2005-06-01 06:44:35 +00:00
koenr
c322d91ff4 new strings 2005-06-01 05:34:05 +00:00
mits
d400747622 translated a help file for workshop. 2005-06-01 01:15:06 +00:00
barias
bd7d86551a *** empty log message *** 2005-05-31 23:48:47 +00:00
barias
8d64f417bc spanish translation by Fermin Cueva 2005-05-31 23:34:37 +00:00
mindforge
b27d7b3b6b Documentation about response storage and the beginning of a glossary for quiz specific terminology. 2005-05-31 23:10:18 +00:00
moodler
736f191c1d Added event handling to new assignment. Whopos! 2005-05-31 23:00:20 +00:00
barias
a5893b087c *** empty log message *** 2005-05-31 22:48:21 +00:00
mits
bacb41dda3 translated new strings for quiz. 2005-05-31 22:47:39 +00:00
stronk7
9ea6ac5105 Complete refactor of quiz_delete_course()
Now this function works following this:
- Iterate over every quiz category in the course (following parent-child relationships).
- If the category is being used*, move it to site level (under a container category) and
      mark it as published.
- If the category isn't being used, remove** it completely (questions, instances...) and
      re-parent its child categories.
- Feedback is shown in a table detailing all the changes performed.

* One category is being used if it has one question that is being used in any quiz,
  independently of its publish status.
** Removal of categories (and associated questions) has benn improved but, it won't
  be perfect until bug 3366 was solved.

Tested against some large courses with reused questions and multiple levels of
categories. Seems to work but

PLEASE TEST IT AND SEND ANY FEEDBACK TO BUG 2459
(http://moodle.org/bugs/bug.php?op=show&bugid=2459)

Exactly this function is going to be used in the upgrade script to solve
the orphan categories issue and it must work perfectly!

Merged from MOODLE_15_STABLE
2005-05-31 22:35:04 +00:00
stronk7
a08e3a39a5 Four new strings added to show the work done
against quiz_categories when a course is deleted.
Part of bug 2459
(http://moodle.org/bugs/bug.php?op=show&bugid=2459)

Merged from MOODLE_15_STABLE

Please check strings!! My English can be, sometimes, wrong!!! ;-)
2005-05-31 21:29:48 +00:00
mits
576e08bed3 polished, translated a help file fot hotpot. 2005-05-31 20:23:27 +00:00
koenr
98209a4721 bug 3373
http://moodle.org/mod/forum/discuss.php?d=24710
2005-05-31 18:43:11 +00:00
koenr
f6485d2c88 bug 3373 2005-05-31 18:38:55 +00:00
stronk7
3686d611d9 Simplify the quizzes_category_used() function.
I was using the $excluded parameter to avoid
loops between categories. A->B->A. Think we can
assume such loops won't exist, so I've deleted
the $excluded use.

Merged from MOODLE_15_STABLE
2005-05-31 16:33:18 +00:00
vthung
39af95e428 Modified some phrases 2005-05-31 16:24:29 +00:00
thepurpleblob
18c89ac630 merged from STABLE 2005-05-31 15:19:00 +00:00
martignoni
f708c68397 Enrol/ldap offers enrol_allowinternal config option as it should. 2005-05-31 14:52:44 +00:00
thepurpleblob
3754d9b724 Merged changes from STABLE 2005-05-31 14:22:26 +00:00
thepurpleblob
55631ee73a Merged from STABLE 2005-05-31 13:35:15 +00:00
thepurpleblob
8cedc8a7f5 Merged changes from STABLE 2005-05-31 10:12:13 +00:00
koenr
a37e678942 fixing NCR-notation (see bug 2453) 2005-05-31 05:58:36 +00:00
drabureesh
9e9b214548 Translation Last updated 5-30-05, by Dr. Ali H. Abureesh 2005-05-31 05:13:33 +00:00
moodler
f74a733d0d Fix for SC122 2005-05-31 04:34:06 +00:00
rcantada
7bc05d58b7 new help files 2005-05-31 01:48:07 +00:00
mits
15b174c787 translated strings and help files for quiz. 2005-05-31 00:12:27 +00:00
stronk7
ca653ec706 Added the sort_categories_by_tree() function that
returns an ordered array of categories following
the parent-child relationships. It doesn't forget
any category and returns all the categories passed
although their parent were incorrect. Try to build
as much tree structure as possible.

Merged from MOODLE_15_STABLE
2005-05-30 23:59:42 +00:00
mjollnir_
2019116ea9 Merged from MOODLE_15_STABLE: Fixing up problem in generate_email_processing_address -- using sitesecret rather than siteidentifier 2005-05-30 23:26:17 +00:00
gbateson
53ed0d14c8 size of top frame, if any, set using $CFG->resource_framesize 2005-05-30 23:13:56 +00:00
gbateson
96a4f85bd3 Additional explanation for quiz module add-in in Moodle 1.4.5 2005-05-30 23:06:05 +00:00
martinlanghoff
d13325d4c8 Merged from MOODLE_15_STABLE - Fixed field lenght in config_plugins 2005-05-30 22:36:01 +00:00
stronk7
b5b6aa75a1 Now the quizzes_category_used() function supports searching
for uses recursively plus an array of excluded categories.

Needed to solve bug 2459...in progress.

Merged from MOODLE_15_STABLE
2005-05-30 22:29:47 +00:00
koenr
f603dae451 fixing NCR-notation (see bug 2453) 2005-05-30 22:12:49 +00:00
koenr
169b56196f small tweaks 2005-05-30 22:07:35 +00:00
koenr
ea85eec49c latest helpfiles 2005-05-30 22:07:13 +00:00
mits
b8c7cb0c23 translated some strings for quiz. 2005-05-30 19:07:28 +00:00
dovix
f0bee03f4f updated Hebrew string translations 2005-05-30 18:58:31 +00:00