nfreear
5bff085524
Follow up fix for bug MDL-8695 "Form 'required' icon is hidden".
2007-03-30 10:52:45 +00:00
tjhunt
9523cbfcef
Small code cleanup to fix an obscure warning. If you got an error in the middle of creating a quiz attempt, you could get an attempt with no states. Then that caused an error when the attempt was deleted. Merged from MOODLE_17_STABLE.
2007-03-30 10:17:16 +00:00
nfreear
653f890d22
Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan (big woops, forgot to commit on 1/3).
2007-03-30 10:15:18 +00:00
tjhunt
46e910c7cd
Fix notice. Merged from MOODLE_17_STABLE.
2007-03-30 09:34:05 +00:00
skodak
f4f2b8fbf4
MDL-8590 fixed magic quotes in config settings; merged from MOODLE_18_STABLE
2007-03-29 19:05:16 +00:00
tjhunt
fb708c1130
MDL-6269, MDL-8958, MDL-8990 - Major fix to do with each attempt builds on last:
...
It used not to work with random questions, and there were problems with the computation of the grade, and regrading. Fix thanks to Paulo Matos, who not only fixed the bug and tested it, but was also incredibly patient waiting for me to have time to commit the changes to CVS.
Merged from MOODLE_17_STABLE.
2007-03-29 16:36:16 +00:00
tjhunt
a6b691d84d
Add developer debugging to something that should not happen, and fix one instance of it.
2007-03-29 16:05:55 +00:00
skodak
f5fd4347dd
MDL-8973 auth hooks final cleanup; merged from MOODLE_18_STABLE
2007-03-28 08:28:02 +00:00
moodler
999d2214a3
Merged conversion from dos to unix MDL-9088
2007-03-28 07:17:26 +00:00
stronk7
86041b7e84
Now XMLDBStatements support backslashed single quotes.
...
Merged from MOODLE_18_STABLE
2007-03-27 20:31:18 +00:00
skodak
c7b10b5f67
MDL-9053 - adding new function get_enabled_auth_plugins() - this should make the code simpler and the bug should be gone forever; merged from MOODLE_18_STABLE
2007-03-27 20:26:05 +00:00
toyomoyo
863fb22dd7
merged fix for MDL-9057, invalid contexts should be ignored
2007-03-27 03:04:15 +00:00
skodak
c7888a90bc
MDL-9056 Undefined property in lib/db/upgrade.php; merged from MOODLE_18_STABLE
2007-03-26 21:47:46 +00:00
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
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
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
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
nicolasconnault
4d0ccfa7de
MDL-8922 More work on fixing RSS block XHTML
2007-03-23 08:01:01 +00:00
toyomoyo
9251b26fe8
merged fix for MDL-9016, clear context cache after remove_course_contents()
2007-03-23 07:21:27 +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
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
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
toyomoyo
f38dfd49aa
MDL-7164, Mark Nielsen's patch for remove_course_content not calling instance_delete()
2007-03-22 02:11:51 +00:00
skodak
13ce9e4f01
MDL-7647 Broken links on confirmation email (or others) - patch by Paulo Matos; merged from MOODLE_17_STABLE
2007-03-21 22:00:10 +00:00
tjhunt
d187f66046
MDL-8946 - Fix a regression that broke question export.
Also, partially clean up the way that question bank navigation tabs are printed, so the code is not duplicated in the quiz.
Some other miscellaneous code cleaning too.
Merged from MOODLE_18_STABLE.
2007-03-21 10:41:28 +00:00
nicolasconnault
b0abd2821b
MDL-2974 Added multilang filter to roles in Admin->Appearance->Gradebook
2007-03-21 07:43:04 +00:00
toyomoyo
a7bb9b8ff2
merged fix for MDL-8981, roles assigned at site level may result in a lot of default subscriptions
2007-03-21 06:07:46 +00:00
skodak
5a144b3ac9
MDL-8976 smilies alt text was cached in one static cache for all langs; merged from MOODLE_18_STABLE
2007-03-20 20:47:57 +00:00
skodak
da5bcc9fa0
merged warning fix from MOODLE_18_STABLE
2007-03-20 08:08:22 +00:00
skodak
3887fe4acd
MDL-8840 Loginas cleanup, some more improvements; merged from MOODLE_18_STABLE
...
+ merging of format_string fixes
2007-03-20 07:42:41 +00:00
nicolasconnault
6fc4ad7243
Almost completed the new profiling tool. Just a bit more tweaking :-)
2007-03-20 02:59:34 +00:00
toyomoyo
c0aa9f0956
merged fixing a warning
2007-03-20 02:57:57 +00:00
nicolasconnault
b65567f455
Started adding enhanced profiling using APD.
2007-03-20 00:34:05 +00:00
skodak
c16ec80252
MDL-8840 Loginas cleanup, better course isolation; merged from MOODLE_18_STABLE
2007-03-19 22:25:13 +00:00
skodak
f6f66b0338
MDL-8840 Loginas cleanup; merged from MOODLE_18_STABLE
...
+ merging perflib toys from moodlelib.php
2007-03-19 18:54:58 +00:00
stronk7
77d08333a8
$CFG->tabselectedtofront is out. Part of MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
skodak
e683263f7f
MDL-8904 please no extract()s, fixed double string filtering; merged from MOODLE_18_STABLE
2007-03-19 10:37:44 +00:00
toyomoyo
8cf990bcfe
merged fix for MDL-8934, assign role context statements incorrect
2007-03-19 04:49:49 +00:00
nicolasconnault
268ddd5070
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:26:45 +00:00
stronk7
cc60cd9bf4
Adding the environmentbox class to the box.
...
Merged from MOODLE_18_STABLE
2007-03-18 19:20:40 +00:00
skodak
1306c5ea1c
MDL-8932 fix static cache in userdate() + wrong en.UTF-8 locale ; merged with other fixes from MOODLE_18_STABLE
2007-03-16 21:00:06 +00:00
skodak
de5e137a2e
MDL-8841 Switch role cleanup; merged from MOODLE_18_STABLE
2007-03-16 20:21:27 +00:00
moodler
9fbed9c9bc
Merged format_string fixes from stable MDL-8713
2007-03-16 05:36:24 +00:00