14815 Commits

Author SHA1 Message Date
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
moodler
fe10672dab Merged from STABLE 2005-05-30 18:43:58 +00:00
moodler
50ab1dfae8 Merged mail fix from 1.5 stable 2005-05-30 18:10:57 +00:00
defacer
3525d91b46 Merging from STABLE:
Fix for bug 3364:

The Great Global $course Hack strikes again. I had to put in another instance
of the hack for course themes to work in the "calendar" part of the course.

Hopefully some day we 'll do all that "correctly"! (search for "hack" in
weblib and despair).
2005-05-30 13:35:36 +00:00
defacer
5a74ffd344 Merging from STABLE:
More correct handling of group events, we cannot simply omit them because
the course has "no groups" UNLESS groupmodeforce == 1 as well.

Sadly, this severely weakens the performace optimizations :(

See bug 3303 for an example of what the problem was before.
2005-05-30 12:44:30 +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
havran
220c143216 minor changes 2005-05-30 08:33:59 +00:00
martignoni
c7701e632c String 'incompatibleblocks' added 2005-05-30 07:56:11 +00:00