toyomoyo
ac326d2f3b
fix for MDL-9238, users assigned to a role at category-level don't view the courses of the subcategories
2007-04-10 08:56:59 +00:00
mjollnir_
9076a56953
Merged from MOODLE_17_STABLE:
...
add support for https source for popups
previously fullscreen.php tried to load any javascript files that were
running in the popup's parent.
If the source of the script didn't start with "http:" it was assumed
that it must be a relative path. This caused problems when it tried to
make it into an absolute path.
Fixed Regex to include support for https
Credit: Peter Bulmer <peterb@catalyst.net.nz>
2007-04-09 20:39:41 +00:00
skodak
315184aeee
MDL-9216 has capabilitiy does not respect doanything if admin userid specified and $USER is not admin
2007-04-09 11:10:26 +00:00
stronk7
d76f66dde9
Better approach. Use higher level MetaIndexes() and avoid some MySQL warnings. MDL-9256
2007-04-09 00:09:50 +00:00
stronk7
4f3f057884
Now MySQL looks for existing index names. MDL-9256
2007-04-08 22:56:23 +00:00
stronk7
4abc65705c
Now $CFG->apachemaxmem is respected.
...
Merged from MOODLE_17_STABLE
2007-04-07 16:07:32 +00:00
skodak
0d4f86ce4b
MDL-9239 New fromslib password element with reveal option
2007-04-06 14:15:16 +00:00
jamiesensei
326d894b83
see MDL-8886.
...
fixes bug that meant :
$mform->disabledIf('studentfeedbackurl', 'studentfeedback', 'eq', 0);
$mform->disabledIf('studentfeedbackurl', 'studentfeedback', 'eq', 3);
$mform->disabledIf('studentfeedbackurl', 'studentfeedback', 'eq', 4);
didn't work.
2007-04-06 06:09:12 +00:00
skodak
215692747d
MDL-9218 Processing of role assignments produces PHP notices
2007-04-05 08:33:43 +00:00
martinlanghoff
89d6849793
lib/setup moodelib: Introducing moodle_request_shutdown()
...
Now Moodle will have a 'shutdown_function' function. Right now
registered (and useful) only when running under apache + mod_php.
This initial function checks whether memory usage in this process exceeded
10MiB or $CFG->apachemaxmem (int, in bytes). This is really useful to prevent
using more RAM than we have.
2007-04-05 05:00:39 +00:00
skodak
e2dd0ea71e
MDL-8802 fixed byteserving broken by adobe anti xss patch
2007-04-04 19:43:53 +00:00
jamiesensei
1859dfe70d
fixes MDL-9195 mform->hardFreeze() doesn't remove id attribute of label for checkbox
2007-04-04 10:27:16 +00:00
skodak
78fdca9618
MDL-9191 fix for potential incorrect use of get_auth_plugin
2007-04-04 09:18:24 +00:00
nicolasconnault
86b331477a
MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file.
2007-04-04 03:34:00 +00:00
skodak
74edbb3c5f
MDL-9170 https redirect doesn't happen on login page - fixed problem when guest button disabled
2007-04-03 14:58:30 +00:00
nfreear
381070ab03
Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT. Merged.
2007-04-03 10:21:38 +00:00
tjhunt
a57365af9c
Make sure print_object output is always left-aligned. Also, make it look more like other debugging output.
2007-04-02 15:28:47 +00:00
skodak
31c6df4382
fixed warning when upload fails
2007-04-02 14:53:13 +00:00
skodak
d66683e160
MDL-9170 https redirect doesn't happen on login page
2007-04-02 13:58:01 +00:00
toyomoyo
345b5ba60d
fix for MDL-9160, get_my_courses caching issues
2007-04-02 03:50:55 +00:00
toyomoyo
9be1b6a45e
admins should not have course:view capability
2007-04-02 02:36:27 +00:00
moodler
f02d236f78
Make coursemanager easier to set to nothing. MDL-9139
2007-04-01 15:58:13 +00:00
nfreear
9401569e39
Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan (big woops, forgot to commit around 1/3). Merged from HEAD.
2007-03-30 10:45:32 +00:00
tjhunt
696b50fff2
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:20 +00:00
tjhunt
3849917982
Fix notice. Merged from MOODLE_17_STABLE.
2007-03-30 09:34:11 +00:00
skodak
41fd8ea177
MDL-8590 fixed magic quotes in config settings
2007-03-29 19:03:49 +00:00
tjhunt
fa62c456eb
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:35:55 +00:00
tjhunt
cca01e1519
Add developer debugging to something that should not happen, and fix one instance of it. Backported from HEAD.
2007-03-29 16:06:13 +00:00
sam_marshall
5c33b48580
Undoing previous commit, which happened by accident - apologies
2007-03-28 17:13:17 +00:00
sam_marshall
993f282295
Improved performance status (bug 2924)
2007-03-28 16:58:34 +00:00
skodak
87e70ea390
MDL-8973 auth hooks final cleanup
2007-03-28 08:26:02 +00:00
moodler
60d12f2e35
Converted from dos 2 unix MDL-9088
2007-03-28 07:16:01 +00:00
moodler
def6f22e27
Added patch from Mark for MDL-9083
2007-03-28 03:04:18 +00:00
stronk7
81b65eaec6
Now XMLDBStatements support backslashed single quotes.
2007-03-27 20:30:22 +00:00
skodak
8c2eb9802e
MDL-9053 - adding new function get_enabled_auth_plugins() - this should make the code simpler and the bug should be gone forever
2007-03-27 20:22:25 +00:00
toyomoyo
f48f0e399d
fix for MDL-9057, invalid contexts should be ignored
2007-03-27 03:03:01 +00:00
skodak
7b2ce0378b
MDL-9056 Undefined property in lib/db/upgrade.php
2007-03-26 21:46:42 +00:00
skodak
42693210f1
MDL-9055 wrong creation of mnet auth object in require_logout() + minor cleanup
2007-03-26 20:33:27 +00:00
skodak
6e1cef3394
MDL-8513 fixed conversion of ldap settings during upgrade to 1.8
2007-03-26 20:14:27 +00:00
nicolasconnault
3417898861
MDL-8730: These libxml_* functions are PHP5 only. I've wrapped them in function_exists() conditional structures.
2007-03-26 03:40:38 +00:00
nicolasconnault
d099661cd4
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 02:57:55 +00:00
stronk7
6a1a294942
Fetch local guest user using DB index.
2007-03-23 15:56:41 +00:00
skodak
5b78424ea3
MDL-9017 add mime type for ico files
2007-03-23 13:05:34 +00:00
nicolasconnault
2e177ee4bc
MDL-8922 : More work on cleaning up RSS block, but not quite there yet.
2007-03-23 07:58:25 +00:00
toyomoyo
250aa125bb
fix for MDL-9016, clearing cache after deletion of course_content
2007-03-23 07:18:00 +00:00
tjhunt
acccc0148b
Make debugging more helpful by printing a full stack trace.
2007-03-22 16:43:56 +00:00
skodak
1a91392796
MDL-9007 weblib.php breaks upper-case hex Numeric Character References; patch by Gareth Morgan
2007-03-22 16:36:19 +00:00
skodak
19f417f6c3
(MDL-8973) Fix OOP model of new multi auth plugins - updated docs
2007-03-22 13:28:41 +00:00
skodak
a045329951
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
...
backported from HEAD
2007-03-22 12:40:16 +00:00
nicolasconnault
803efadffc
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:15:05 +00:00