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
martinlanghoff
a13e99bd67
Merged from MOODLE_15_STABLE - Created config_plugins table to manage configuration entries on a per-module/plugin. This breaks the rules a little bit, but it has been discussed with MD.
2005-05-30 05:22:07 +00:00
martinlanghoff
f7d18493f6
Merged from MOODLE_15_STABLE. enrol/ldap offers enrol_allowinternal config option as it should.
2005-05-30 03:51:39 +00:00
mits
b5406c2d43
translated few strings for quiz.
2005-05-30 02:49:37 +00:00
mits
2c4176eb79
translated 2 help files for scorm.
2005-05-30 01:49:53 +00:00
ecastrolt
083fc55c3e
*** empty log message ***
2005-05-29 23:53:50 +00:00
mits
edc29133ea
translated some strings.
2005-05-29 23:03:04 +00:00
koenr
9a6753f7a4
this is done :-)
2005-05-29 22:11:04 +00:00
stronk7
0ca4fa367c
Added the quizzes_category_used() to detect the list of
...
quizzes that are using questions from one category.
It relies in the quizzes_question_used() function. Will
be use in the 'orphan_categories' bug (#2459 )
(http://moodle.org/bugs/bug.php?op=show&bugid=2459 )
Merged from MOODLE_15_STABLE
With some previously unmerged changes added too!! Please check them
Gustav!!
2005-05-29 19:02:51 +00:00
stronk7
7eec33905f
format_string() applied one deleting courses...
2005-05-29 17:27:00 +00:00
koenr
94a4301982
*** empty log message ***
2005-05-29 10:30:44 +00:00
moodler
b384fbda90
Merged session fixes from stable
2005-05-29 08:00:24 +00:00
koenr
a5c2c68cc0
new stings
2005-05-29 07:46:11 +00:00
koenr
8cdd153928
changing translation so some expressions fit better in the interface
2005-05-29 07:45:33 +00:00
vthung
7c1524ef8d
Add book.php
2005-05-29 07:07:18 +00:00
rcantada
58f86dba2b
updated main help files, new files for choice assignment and chat
2005-05-29 06:48:37 +00:00
vthung
bd3ff77751
Correct small bugs
2005-05-29 05:30:57 +00:00
moodler
a8d7ea4df3
Merged search results fix from stable
2005-05-29 04:05:53 +00:00
koenr
bab7efc3ba
fixed NCR notation
2005-05-28 21:27:13 +00:00