Commit graph

25766 commits

Author SHA1 Message Date
skodak
111e236005 MDL-9055 wrong creation of mnet auth object in require_logout() + minor cleanup; merged from MOODLE_18_STABLE 2007-03-26 20:35:04 +00:00
skodak
922c5b362d MDL-8513 fixed conversion of ldap settings during upgrade to 1.8; merged from MOODLE_18_STABLE 2007-03-26 20:15:45 +00:00
skodak
152bc5a2da MDL-8973 fixed typo in signup form validation; merged from MOODLE_18_STABLE 2007-03-26 19:28:20 +00:00
skodak
436dc27061 MDL-9053 - detect + fix broken $CFG->auth setting from the login page. 2007-03-26 19:00:51 +00:00
skodak
a353ad7fe4 MDL-9053 - detect + fix broken $CFG->auth setting from the login page; merged from MOODLE_18_STABLE 2007-03-26 19:00:21 +00:00
nicolasconnault
d88c504382 MDL-9041 2007-03-26 09:28:58 +00:00
nicolasconnault
697bbb9b27 Resolved conflict 2007-03-26 09:28:06 +00:00
nicolasconnault
1ecd677e1c MDL-9039: Corrected old groupid and groupingid URL variables. 2007-03-26 09:11:54 +00:00
nicolasconnault
4b3b962514 MDL-9038: Groups can now be created outside of any groupings. The number of groups within [Not in a grouping] is also correct now. 2007-03-26 08:00:21 +00:00
toyomoyo
96c50eddd7 applying inaki's patch for MDL-9012, course autocreation doesn't work in enrol/database 2007-03-26 06:51:17 +00:00
nicolasconnault
10bf97305d MDL-8982 : Cleaned up group/index.php and added options with   to satisfy strict XHTML. 2007-03-26 06:42:38 +00:00
toyomoyo
de0d92e378 fix for MDL-9010, course request button should not appear when it is disabled 2007-03-26 05:50:55 +00:00
toyomoyo
1845e470a8 merged fix for MDL-8336, lacking of viewuseractivitiesreport 2007-03-26 04:12:33 +00:00
nicolasconnault
86aae61ee7 MDL-8730: These libxml_* functions are PHP5 only. I've wrapped them in function_exists() conditional structures. 2007-03-26 03:42:22 +00:00
nicolasconnault
5db0cffcf6 MDL-8922: Had to modify another bunch of files to fix a simple problem:
when a config block contains a form, the previous form needs to be closed
properly (it was, but there were non-matching closing divs etc...).
2007-03-26 03:06:45 +00:00
toyomoyo
7b44777ef7 fixing a warning 2007-03-26 03:06:39 +00:00
toyomoyo
5c91baaa46 patching up module level manageactivies capability so that you only need it assigned at mod level to update an activity 2007-03-26 02:55:03 +00:00
skodak
52a1b558e3 MDL-9028 prelogout_hook() is never executed in login/logout.php; patch by Inaki Arenaza; merged from MOODLE_18_STABLE 2007-03-25 20:20:45 +00:00
mark-nielsen
888f0c5460 Adding blocks to lesson
* added pagelib.php with lesson_page class definition
 * Lesson view now uses standard page layout classes
Other fixes:
 * minor fix to mod settings form
 * fixed function names (some were missing lesson_ prefix)
2007-03-24 23:07:59 +00:00
stronk7
572889f194 Fix a problem with glossary not being able to sort by firstname.
Merged from MOODLE_18_STABLE
2007-03-24 00:58:43 +00:00
stronk7
1d33f652dd One default was causing author view not being able to sortby firstname or lastname.
Merged from MOODLE_18_STABLE
2007-03-24 00:38:26 +00:00
stronk7
78c711980d Now the underscore lines in tabrow1 aren't blue anymore. Really
complex to guess the modifiers to apply!

Merged from MOODLE_18_STABLE
2007-03-24 00:01:56 +00:00
stronk7
b59c7ec0ee Fetch local guest user using DB index.
Merged from MOODLE_18_STABLE
2007-03-23 15:57:46 +00:00
skodak
2c793dc775 MDL-9017 add mime type for ico files; merged from MOODLE_18_STABLE 2007-03-23 13:06:51 +00:00
skodak
109e958167 MDL-8973 improved auth plugin docs; merged from MOODLE_18_STABLE 2007-03-23 11:28:23 +00:00
nicolasconnault
4d0ccfa7de MDL-8922 More work on fixing RSS block XHTML 2007-03-23 08:01:01 +00:00
nicolasconnault
e92751686f MDL-8922 : Fixed a number of xhtml simple issues, but heaps of hard-core fixes yet to do. 2007-03-23 07:48:02 +00:00
toyomoyo
9251b26fe8 merged fix for MDL-9016, clear context cache after remove_course_contents() 2007-03-23 07:21:27 +00:00
mjollnir_
9e3775dbc2 Backup refactor: moved backup_execute.html into functions, added new backup_course_silently function as proof of concept (matches import_backup_file_silently) 2007-03-23 06:14:40 +00:00
moodler
b2af5654da Automatic installer.php lang files by installer_builder (20070323) 2007-03-23 03:37:05 +00:00
moodler
bfefa87eab Moved create_course and update_course into course/lib.php and cleaned them up to be more useful in general MDL-9015 2007-03-23 02:29:05 +00:00
toyomoyo
fa5278283f merged fix for MDL-8987, guests should not see blogs flagged as site blogs 2007-03-23 01:42:52 +00:00
nicolasconnault
e2e9c024e9 Corrected XHTML: hidden inputs not surrounded by container. 2007-03-23 01:17:43 +00:00
skodak
7dbe6ceb4b MDL-8347 Cannot create new glossary category if category with same name exists in another course on site; patch by Ray Lawrence; merged from MOODLE_18_STABLE 2007-03-22 22:45:02 +00:00
tjhunt
88495aa8d2 Followup to MDL-8994 - validate the category id we got from the form. Merged from MOODLE_18_STABLE. 2007-03-22 22:02:14 +00:00
tjhunt
bc67d9b3bd MDL-7241 - Manual grading report, sort by completed time didn't. Merged from MOODLE_16_STABLE. 2007-03-22 21:31:39 +00:00
tjhunt
6fd3300925 Make debugging more helpful by printing a full stack trace. 2007-03-22 16:43:48 +00:00
skodak
cb6a4f09ee MDL-9007 weblib.php breaks upper-case hex Numeric Character References; patch by Gareth Morgan; merged from MOODLE_18_STABLE 2007-03-22 16:37:55 +00:00
skodak
45ddb0b7c6 ok, again and now properly 2007-03-22 12:56:52 +00:00
skodak
36d500367b fixing some previous commit mess, no idea what happened with this file :-( 2007-03-22 12:48:17 +00:00
skodak
6bc1e5d577 (MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs 2007-03-22 12:27:52 +00:00
tjhunt
6a5e9a8506 MDL-9004 - Breadcrumb trail is wrong when editing a quiz question. Merged from MOODLE_18_STABLE. 2007-03-22 11:46:15 +00:00
toyomoyo
0150c561c5 fix for MDL-8966, customizable role names 2007-03-22 08:11:30 +00:00
nicolasconnault
cddbd5d5fe MDL-8807: The icon's title attribute wasn't being updated along with its img.src
MDL-8997: A couple of typos: groupseparate instead of groupsseparate etc...
2007-03-22 07:16:57 +00:00
toyomoyo
b318ecfd47 MDL-8965, adding db table to support sorting or course manager roles in course 2007-03-22 07:14:43 +00:00
nicolasconnault
b1c72d0a07 MDL-8807 and MDL-8564: Jamie had replaced the three group modes with Yes and No, for some
undocumented reason (See http://moodle.cvs.sourceforge.net/moodle/moodle/lib/form/modgroupmode.php?diff_format=h&view=log&pathrev=MOODLE_18_STABLE#revtext).
I reverted his changes, and this seems to work normally now.
2007-03-22 05:24:29 +00:00
moodler
64cba5c9d7 Automatic installer.php lang files by installer_builder (20070322) 2007-03-22 03:50:54 +00:00
toyomoyo
f38dfd49aa MDL-7164, Mark Nielsen's patch for remove_course_content not calling instance_delete() 2007-03-22 02:11:51 +00:00
tjhunt
6000365ee4 MDL-8994 - Question category selector on the question type editing forms is ignored. Merged from MOODLE_18_STABLE. 2007-03-22 00:10:47 +00:00
tjhunt
4fa684477e MDL-7259 - Item analysis report does not use the right format_text settings. Merged from MOODLE_16_STABLE. 2007-03-21 23:25:33 +00:00