]>
git.mjollnir.org Git - moodle.git/log
moodler [Tue, 27 Mar 2007 03:47:16 +0000 (03:47 +0000)]
Automatic installer.php lang files by installer_builder (
20070327 )
toyomoyo [Tue, 27 Mar 2007 03:04:15 +0000 (03:04 +0000)]
merged fix for MDL-9057, invalid contexts should be ignored
stronk7 [Mon, 26 Mar 2007 23:30:34 +0000 (23:30 +0000)]
silly change, ignore it...
stronk7 [Mon, 26 Mar 2007 23:02:35 +0000 (23:02 +0000)]
Always print the entry when adding, updating/deleting comments. MDL-9047
Merged from MOODLE_18_STABLE
donal72 [Mon, 26 Mar 2007 22:51:37 +0000 (22:51 +0000)]
Patch for upgrade breakage on IIS (and maybe other non-Apache webservers) MDL-8926
stronk7 [Mon, 26 Mar 2007 21:52:11 +0000 (21:52 +0000)]
Avoid to end SQL commands with a trailing ';'. MDL-9058
Merged from MOODLE_18_STABLE
skodak [Mon, 26 Mar 2007 21:47:46 +0000 (21:47 +0000)]
MDL-9056 Undefined property in lib/db/upgrade.php; merged from MOODLE_18_STABLE
skodak [Mon, 26 Mar 2007 20:35:04 +0000 (20:35 +0000)]
MDL-9055 wrong creation of mnet auth object in require_logout() + minor cleanup; merged from MOODLE_18_STABLE
skodak [Mon, 26 Mar 2007 20:15:45 +0000 (20:15 +0000)]
MDL-8513 fixed conversion of ldap settings during upgrade to 1.8; merged from MOODLE_18_STABLE
skodak [Mon, 26 Mar 2007 19:28:20 +0000 (19:28 +0000)]
MDL-8973 fixed typo in signup form validation; merged from MOODLE_18_STABLE
skodak [Mon, 26 Mar 2007 19:00:51 +0000 (19:00 +0000)]
MDL-9053 - detect + fix broken $CFG->auth setting from the login page.
skodak [Mon, 26 Mar 2007 19:00:21 +0000 (19:00 +0000)]
MDL-9053 - detect + fix broken $CFG->auth setting from the login page; merged from MOODLE_18_STABLE
nicolasconnault [Mon, 26 Mar 2007 09:28:58 +0000 (09:28 +0000)]
MDL-9041
nicolasconnault [Mon, 26 Mar 2007 09:28:06 +0000 (09:28 +0000)]
Resolved conflict
nicolasconnault [Mon, 26 Mar 2007 09:11:54 +0000 (09:11 +0000)]
MDL-9039: Corrected old groupid and groupingid URL variables.
nicolasconnault [Mon, 26 Mar 2007 08:00:21 +0000 (08:00 +0000)]
MDL-9038: Groups can now be created outside of any groupings. The number of groups within [Not in a grouping] is also correct now.
toyomoyo [Mon, 26 Mar 2007 06:51:17 +0000 (06:51 +0000)]
applying inaki's patch for MDL-9012, course autocreation doesn't work in enrol/database
nicolasconnault [Mon, 26 Mar 2007 06:42:38 +0000 (06:42 +0000)]
MDL-8982 : Cleaned up group/index.php and added options with to satisfy strict XHTML.
toyomoyo [Mon, 26 Mar 2007 05:50:55 +0000 (05:50 +0000)]
fix for MDL-9010, course request button should not appear when it is disabled
toyomoyo [Mon, 26 Mar 2007 04:12:33 +0000 (04:12 +0000)]
merged fix for MDL-8336, lacking of viewuseractivitiesreport
nicolasconnault [Mon, 26 Mar 2007 03:42:22 +0000 (03:42 +0000)]
MDL-8730: These libxml_* functions are PHP5 only. I've wrapped them in function_exists() conditional structures.
nicolasconnault [Mon, 26 Mar 2007 03:06:45 +0000 (03:06 +0000)]
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...).
toyomoyo [Mon, 26 Mar 2007 03:06:39 +0000 (03:06 +0000)]
fixing a warning
toyomoyo [Mon, 26 Mar 2007 02:55:03 +0000 (02:55 +0000)]
patching up module level manageactivies capability so that you only need it assigned at mod level to update an activity
skodak [Sun, 25 Mar 2007 20:20:45 +0000 (20:20 +0000)]
MDL-9028 prelogout_hook() is never executed in login/logout.php; patch by Inaki Arenaza; merged from MOODLE_18_STABLE
mark-nielsen [Sat, 24 Mar 2007 23:07:59 +0000 (23:07 +0000)]
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)
stronk7 [Sat, 24 Mar 2007 00:58:43 +0000 (00:58 +0000)]
Fix a problem with glossary not being able to sort by firstname.
Merged from MOODLE_18_STABLE
stronk7 [Sat, 24 Mar 2007 00:38:26 +0000 (00:38 +0000)]
One default was causing author view not being able to sortby firstname or lastname.
Merged from MOODLE_18_STABLE
stronk7 [Sat, 24 Mar 2007 00:01:56 +0000 (00:01 +0000)]
Now the underscore lines in tabrow1 aren't blue anymore. Really
complex to guess the modifiers to apply!
Merged from MOODLE_18_STABLE
stronk7 [Fri, 23 Mar 2007 15:57:46 +0000 (15:57 +0000)]
Fetch local guest user using DB index.
Merged from MOODLE_18_STABLE
skodak [Fri, 23 Mar 2007 13:06:51 +0000 (13:06 +0000)]
MDL-9017 add mime type for ico files; merged from MOODLE_18_STABLE
skodak [Fri, 23 Mar 2007 11:28:23 +0000 (11:28 +0000)]
MDL-8973 improved auth plugin docs; merged from MOODLE_18_STABLE
nicolasconnault [Fri, 23 Mar 2007 08:01:01 +0000 (08:01 +0000)]
MDL-8922 More work on fixing RSS block XHTML
nicolasconnault [Fri, 23 Mar 2007 07:48:02 +0000 (07:48 +0000)]
MDL-8922 : Fixed a number of xhtml simple issues, but heaps of hard-core fixes yet to do.
toyomoyo [Fri, 23 Mar 2007 07:21:27 +0000 (07:21 +0000)]
merged fix for MDL-9016, clear context cache after remove_course_contents()
mjollnir_ [Fri, 23 Mar 2007 06:14:40 +0000 (06:14 +0000)]
Backup refactor: moved backup_execute.html into functions, added new backup_course_silently function as proof of concept (matches import_backup_file_silently)
moodler [Fri, 23 Mar 2007 03:37:05 +0000 (03:37 +0000)]
Automatic installer.php lang files by installer_builder (
20070323 )
moodler [Fri, 23 Mar 2007 02:29:05 +0000 (02:29 +0000)]
Moved create_course and update_course into course/lib.php and cleaned them up to be more useful in general MDL-9015
toyomoyo [Fri, 23 Mar 2007 01:42:52 +0000 (01:42 +0000)]
merged fix for MDL-8987, guests should not see blogs flagged as site blogs
nicolasconnault [Fri, 23 Mar 2007 01:17:43 +0000 (01:17 +0000)]
Corrected XHTML: hidden inputs not surrounded by container.
skodak [Thu, 22 Mar 2007 22:45:02 +0000 (22:45 +0000)]
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
tjhunt [Thu, 22 Mar 2007 22:02:14 +0000 (22:02 +0000)]
Followup to MDL-8994 - validate the category id we got from the form. Merged from MOODLE_18_STABLE.
tjhunt [Thu, 22 Mar 2007 21:31:39 +0000 (21:31 +0000)]
MDL-7241 - Manual grading report, sort by completed time didn't. Merged from MOODLE_16_STABLE.
tjhunt [Thu, 22 Mar 2007 16:43:48 +0000 (16:43 +0000)]
Make debugging more helpful by printing a full stack trace.
skodak [Thu, 22 Mar 2007 16:37:55 +0000 (16:37 +0000)]
MDL-9007 weblib.php breaks upper-case hex Numeric Character References; patch by Gareth Morgan; merged from MOODLE_18_STABLE
skodak [Thu, 22 Mar 2007 12:56:52 +0000 (12:56 +0000)]
ok, again and now properly
skodak [Thu, 22 Mar 2007 12:48:17 +0000 (12:48 +0000)]
fixing some previous commit mess, no idea what happened with this file :-(
skodak [Thu, 22 Mar 2007 12:27:52 +0000 (12:27 +0000)]
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
tjhunt [Thu, 22 Mar 2007 11:46:15 +0000 (11:46 +0000)]
MDL-9004 - Breadcrumb trail is wrong when editing a quiz question. Merged from MOODLE_18_STABLE.
toyomoyo [Thu, 22 Mar 2007 08:11:30 +0000 (08:11 +0000)]
fix for MDL-8966, customizable role names
nicolasconnault [Thu, 22 Mar 2007 07:16:57 +0000 (07:16 +0000)]
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...
toyomoyo [Thu, 22 Mar 2007 07:14:43 +0000 (07:14 +0000)]
MDL-8965, adding db table to support sorting or course manager roles in course
nicolasconnault [Thu, 22 Mar 2007 05:24:29 +0000 (05:24 +0000)]
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.
moodler [Thu, 22 Mar 2007 03:50:54 +0000 (03:50 +0000)]
Automatic installer.php lang files by installer_builder (
20070322 )
toyomoyo [Thu, 22 Mar 2007 02:11:51 +0000 (02:11 +0000)]
MDL-7164, Mark Nielsen's patch for remove_course_content not calling instance_delete()
tjhunt [Thu, 22 Mar 2007 00:10:47 +0000 (00:10 +0000)]
MDL-8994 - Question category selector on the question type editing forms is ignored. Merged from MOODLE_18_STABLE.
tjhunt [Wed, 21 Mar 2007 23:25:33 +0000 (23:25 +0000)]
MDL-7259 - Item analysis report does not use the right format_text settings. Merged from MOODLE_16_STABLE.
tjhunt [Wed, 21 Mar 2007 23:04:51 +0000 (23:04 +0000)]
Fix whitespace problems and Eclipse warnings in Item Analysis quiz report.
skodak [Wed, 21 Mar 2007 22:17:41 +0000 (22:17 +0000)]
MDL-8804 two digests per day - merged from MOODLE_18_STABLE
skodak [Wed, 21 Mar 2007 22:00:10 +0000 (22:00 +0000)]
MDL-7647 Broken links on confirmation email (or others) - patch by Paulo Matos; merged from MOODLE_17_STABLE
tjhunt [Wed, 21 Mar 2007 17:12:50 +0000 (17:12 +0000)]
Improve string handling in the question type base class. Merged from MOODLE_18_STABLE.
thepurpleblob [Wed, 21 Mar 2007 11:18:28 +0000 (11:18 +0000)]
Check for empty text strings. Thanks to Quedoc.
tjhunt [Wed, 21 Mar 2007 10:41:28 +0000 (10:41 +0000)]
MDL-8946 - Fix a regression that broke question export.\r \r Also, partially clean up the way that question bank navigation tabs are printed, so the code is not duplicated in the quiz.\r \r Some other miscellaneous code cleaning too.\r \r Merged from MOODLE_18_STABLE.
nicolasconnault [Wed, 21 Mar 2007 07:43:04 +0000 (07:43 +0000)]
MDL-2974 Added multilang filter to roles in Admin->Appearance->Gradebook
toyomoyo [Wed, 21 Mar 2007 06:20:45 +0000 (06:20 +0000)]
adding a string
nicolasconnault [Wed, 21 Mar 2007 06:20:02 +0000 (06:20 +0000)]
MDL-8963 : The code was using $group->password instead of $group->enrolmentkey.
toyomoyo [Wed, 21 Mar 2007 06:07:46 +0000 (06:07 +0000)]
merged fix for MDL-8981, roles assigned at site level may result in a lot of default subscriptions
moodler [Wed, 21 Mar 2007 03:45:48 +0000 (03:45 +0000)]
Automatic installer.php lang files by installer_builder (
20070321 )
moodler [Wed, 21 Mar 2007 03:12:14 +0000 (03:12 +0000)]
Merged tab color fixes from stable
pichetp [Wed, 21 Mar 2007 02:04:53 +0000 (02:04 +0000)]
Give the question bank code sensible PHPdocumentor package names.
tjhunt [Wed, 21 Mar 2007 00:19:24 +0000 (00:19 +0000)]
MDL-8978 - Regression from MDL-6386. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 20 Mar 2007 22:45:19 +0000 (22:45 +0000)]
MDL-8299 - Wrong capability on review.php. Merged from MOODLE_18_STABLE.
tjhunt [Tue, 20 Mar 2007 22:23:56 +0000 (22:23 +0000)]
MDL-8140 Other units disappear from the editing form when there is no unit with multiplier 1. Merged from MOODLE_18_STABLE.
skodak [Tue, 20 Mar 2007 20:47:57 +0000 (20:47 +0000)]
MDL-8976 smilies alt text was cached in one static cache for all langs; merged from MOODLE_18_STABLE
skodak [Tue, 20 Mar 2007 19:47:06 +0000 (19:47 +0000)]
MDL-8975 fix parameter handling in repository plugin; merge from MOODLE_18_STABLE
skodak [Tue, 20 Mar 2007 17:14:18 +0000 (17:14 +0000)]
MDL-8955 Multilang filter doesn't accept different attribute order; merged from MOODLE_18_STABLE
tjhunt [Tue, 20 Mar 2007 15:06:48 +0000 (15:06 +0000)]
MDL-4084 Backup all question categories in a course, not just the ones from which questions are used in a quiz. Merged from MOODLE_18_STABLE.
tjhunt [Tue, 20 Mar 2007 14:30:44 +0000 (14:30 +0000)]
MDL-6386/MDL-6462 - yet more special character issues with multianswer. I think I have got them all this time.
tjhunt [Tue, 20 Mar 2007 14:06:56 +0000 (14:06 +0000)]
Matching qestion type was failing to correctly determine wheterh the student had changed their answer.
pichetp [Tue, 20 Mar 2007 14:05:10 +0000 (14:05 +0000)]
Give the question bank code sensible PHPdocumentor package names.
skodak [Tue, 20 Mar 2007 08:08:22 +0000 (08:08 +0000)]
merged warning fix from MOODLE_18_STABLE
skodak [Tue, 20 Mar 2007 07:55:54 +0000 (07:55 +0000)]
MDL-8968 no auth plugin broken; merged from MOODLE_18_STABLE
skodak [Tue, 20 Mar 2007 07:42:41 +0000 (07:42 +0000)]
MDL-8840 Loginas cleanup, some more improvements; merged from MOODLE_18_STABLE
+ merging of format_string fixes
moodler [Tue, 20 Mar 2007 07:35:53 +0000 (07:35 +0000)]
Merged login block tidy-up from stable
nicolasconnault [Tue, 20 Mar 2007 05:21:31 +0000 (05:21 +0000)]
MDL-8832 : Undid the stripslashes and changed calls to s($string) to s($string, true) instead.
moodler [Tue, 20 Mar 2007 03:31:29 +0000 (03:31 +0000)]
Automatic installer.php lang files by installer_builder (
20070320 )
nicolasconnault [Tue, 20 Mar 2007 02:59:34 +0000 (02:59 +0000)]
Almost completed the new profiling tool. Just a bit more tweaking :-)
toyomoyo [Tue, 20 Mar 2007 02:57:57 +0000 (02:57 +0000)]
merged fixing a warning
pichetp [Tue, 20 Mar 2007 02:10:26 +0000 (02:10 +0000)]
Give the question bank code sensible PHPdocumentor package names.
pichetp [Tue, 20 Mar 2007 02:03:18 +0000 (02:03 +0000)]
Give the question bank code sensible PHPdocumentor package names.
nicolasconnault [Tue, 20 Mar 2007 00:34:05 +0000 (00:34 +0000)]
Started adding enhanced profiling using APD.
nicolasconnault [Tue, 20 Mar 2007 00:27:38 +0000 (00:27 +0000)]
MDL-8921 : Converted the page from table layout to divs (except tabular data) and added
related css rules in styles_layout.css. Looks the same and validates XHTML strict.
stronk7 [Tue, 20 Mar 2007 00:11:55 +0000 (00:11 +0000)]
urlencode() hook for correct parameter handling & XHTML.
Merged from MOODLE_18_STABLE
stronk7 [Mon, 19 Mar 2007 23:59:02 +0000 (23:59 +0000)]
Changing one generic class-name to a glossary specific one in themes.
Merged from MOODLE_18_STABLE
stronk7 [Mon, 19 Mar 2007 23:52:16 +0000 (23:52 +0000)]
Changing one generic class-name to a glossary specific one.
Merged from MOODLE_18_STABLE
skodak [Mon, 19 Mar 2007 22:25:13 +0000 (22:25 +0000)]
MDL-8840 Loginas cleanup, better course isolation; merged from MOODLE_18_STABLE
pichetp [Mon, 19 Mar 2007 22:04:30 +0000 (22:04 +0000)]
Give the question bank code sensible PHPdocumentor package names.
stronk7 [Mon, 19 Mar 2007 20:20:32 +0000 (20:20 +0000)]
One more class to align all the glossary inline explanations.
Merged from MOODLE_18_STABLE
stronk7 [Mon, 19 Mar 2007 20:15:03 +0000 (20:15 +0000)]
Deleting some inline styles and unused code. MDL-8746
Merged from MOODLE_18_STABLE
skodak [Mon, 19 Mar 2007 18:54:58 +0000 (18:54 +0000)]
MDL-8840 Loginas cleanup; merged from MOODLE_18_STABLE
+ merging perflib toys from moodlelib.php