nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
skodak
fe4bc84ce1
MDL-7438 cleaned up metacourse children import page
2006-11-29 22:06:48 +00:00
skodak
493cde249e
Child courses import list empty MDL-7424; added new count_courses_notin_metacourse() function, the old one was kept for BC
2006-11-09 21:12:31 +00:00
sam_marshall
e3eb61244d
MDL-7344 Change 'import child course' timeout to 180 seconds per course because role creation takes a while for thousands of users. (Merge from STABLE)
2006-11-03 14:39:19 +00:00
skodak
b79da3ac68
moodle/course:managemetacourse is now singular
2006-09-19 06:35:52 +00:00
skodak
f5002f10bf
metacourses gui fixes, part I.
2006-09-18 08:20:01 +00:00
moodler
bade10e350
Removed all of the "Restricted users" hack because Roles can do it all better.
2006-08-13 07:01:57 +00:00
skodak
ea8faba9dc
general cleanup of xxx_parameter() functions + other minor fixes
2006-04-11 20:24:52 +00:00
vyshane
3014ee9ccf
Fixed bug: Bug #5081 - meta courses - teacher can't add child courses
2006-04-05 08:12:08 +00:00
patrickslee
9edf8e04e5
More restrictions on enrol/unenrol of meta courses. Thanks to Bug #4057
...
Merged from MOODLE_15_STABLE
2005-11-15 21:55:13 +00:00
gustav_delius
b4dd061d7a
When adding a large number of courses to a metacourse the timelimit needs to be reset regularly in order to avoid the 30 second timeout.
2005-09-24 17:56:33 +00:00
thepurpleblob
59518de11e
require_variable() and optional_variable() replaced with required_param() &
...
optinal_param() plus other tweeks to suit. Improve security.
2005-06-15 09:39:26 +00:00
stronk7
ef9b35a01b
Tabs are out
2005-05-16 19:38:21 +00:00
mjollnir_
a45ee54ee1
Removing PHP notice in metacourse assign courses page (bug 2479)
2005-02-07 21:10:25 +00:00
mjollnir_
a5849937b4
More bug fixing - #2479
2005-02-07 01:00:57 +00:00
mjollnir_
2276693799
Better attempt at fixing 2479
2005-02-03 22:34:42 +00:00
mjollnir_
6036cae854
Reverting last patch for bug 2479
2005-02-03 22:30:46 +00:00
mjollnir_
6cc75c99f4
Fixing bug #2479 (parent courses showing in meta course search)
2005-02-03 22:21:30 +00:00
stronk7
9da0673aba
Now actions for meta-courses (add, delete...) are using sesskey.
2005-02-02 19:13:24 +00:00
moodler
810393c804
Removed THEME from many course files
2005-01-25 14:03:43 +00:00
mjollnir_
5f37b628ae
Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me!
2005-01-25 04:33:02 +00:00
mjollnir_
be4f36a3a7
New files for meta courses
2005-01-24 22:23:01 +00:00