26154 Commits

Author SHA1 Message Date
skodak
aa4836f438 MDL-9568 Choice does not count correct; merged from MOODLE_18_STABLE 2007-04-24 20:09:01 +00:00
skodak
b48d124a17 lets prevent detection of strict PHP5 errors in redirect in developer debug mode 2007-04-24 18:53:12 +00:00
tjhunt
2d05b47209 MDL-6368 and MDL-6369 - allow question type plugins to easily provide some bits of Javascript and CSS - I forgot about the review page. 2007-04-24 17:32:21 +00:00
tjhunt
5ea4af2210 Stop "Undefined variable: ALLOWED_TAGS" errors all over the place. 2007-04-24 17:09:12 +00:00
tjhunt
7d87171ba9 MDL-9565 - Question preview links don't work in developer debug mode, and not XHTML strict. Merged from OU Moodle. 2007-04-24 16:59:32 +00:00
skodak
4642650fa2 MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems
part2
merged from MOODLE_18_STABLE
2007-04-24 16:33:06 +00:00
skodak
0a5ce9dd21 MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems

merged from MOODLE_18_STABLE
2007-04-24 16:14:16 +00:00
skodak
70b8a73e62 MDL-9560 $CFG->langlist should accept both short (en) and long (en_utf8) names; merged from MODOLE_18_STABLE 2007-04-24 14:58:43 +00:00
nfreear
73caba13ed Fixes bug MDL-9520, "groups_groupids_to_groups should return groups indexed by group ID". Merged from 1.8 branch. 2007-04-24 14:25:50 +00:00
skodak
14fba1729f MDL-9559 setup_lang_from_browser should respect $CFG->langlist; merged from MOODLE_18_STABLE 2007-04-24 14:24:03 +00:00
sam_marshall
f130a9d810 Merged MDL-9556: HTML editor shortcut button should only appear when JS enabled 2007-04-24 11:59:17 +00:00
nicolasconnault
619a59a70f MDL-9506 Set up the unit test bed and continued to implement gradebook API. 2007-04-24 08:50:19 +00:00
nicolasconnault
42bbccd722 MDL-9506 Finished initial draft of gradebook API. 2007-04-24 05:41:28 +00:00
toyomoyo
5cb564aa4a grades tables 2007-04-24 03:28:31 +00:00
mattc-catalyst
70c6c0ad70 MDL-9474: Updated build_navigation() to use global $COURSE
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()


Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
tjhunt
fe76ab5006 MDL-9389 - True / False penalty factor field redundant. Merged from MOODLE_18_STABLE. 2007-04-23 16:23:17 +00:00
tjhunt
7c77033fb6 MDL-9524 - Formslib gets confused if a required field is frozen. Merged from MOODLE_18_STABLE. 2007-04-23 16:19:25 +00:00
tjhunt
fe6480283c MDL-9447 - Default grade field is redundant in embeded answer (Cloze) question. Merged from MOODLE_18_STABLE. 2007-04-23 13:55:22 +00:00
nicolasconnault
5834dcdb1d MDL-9506 First draft of gradelib, and the stubs for the unit tests. 2007-04-23 09:00:32 +00:00
moodler
a788917045 Added some dummy files to help define the export/import structure for grades 2007-04-23 06:52:07 +00:00
moodler
7eb9aeef43 Some dummy files to define the grade reports structure 2007-04-23 06:49:24 +00:00
nicolasconnault
5b73a23ca8 MDL-9457 Missed a few files 2007-04-23 04:14:11 +00:00
toyomoyo
a1f5b4ae03 merged fix for MLD-7544, hidden users show up on participants block 2007-04-23 03:06:01 +00:00
stronk7
1ba1b3977a Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450
Merged from MOODLE_18_STABLE
2007-04-22 22:07:03 +00:00
skodak
ab6ff8a4b5 MDL-9491 fixed problem with broken change/reset password in db auth when using internal passwords 2007-04-22 21:40:28 +00:00
stronk7
d972bfd01a Add one missing return causing db(internal) pass change not to work.
Partially, MDL-9491

Merged from MOODLE_18_STABLE
2007-04-22 14:19:43 +00:00
skodak
65acd2bb97 MDL-2201 handle url parameters in change Password link 2007-04-21 21:20:17 +00:00
skodak
d47875156e MDL-6917 Incorrect <INPUT> sizes and maxlengths in the signup_form.html 2007-04-21 20:40:59 +00:00
skodak
9170670188 MDL-9233 denied and allowed email address domains are not matched correctly 2007-04-21 20:06:56 +00:00
skodak
18d8136e88 MDL-2978 Privacy Statements on signup.php; server validation used instead of client one because the JS error messages prevented clicking on policy link 2007-04-21 19:47:20 +00:00
skodak
2d11be3b33 MDL-9484 cm-idnumber implementation is incorrect 2007-04-21 13:15:34 +00:00
skodak
83ee2fe8eb MDL-9483 Problem with question restore relinking when quiz not selected; merged from MOODLE_17_STABLE 2007-04-21 12:38:56 +00:00
skodak
b3df98189d MDL-9481 Prevent redirection to alt login url after login (when url on the same server) 2007-04-21 07:40:40 +00:00
skodak
4acffa4997 MDL-9465 Pass information about failed login back to alternate login url + other minor cleanup 2007-04-20 19:08:19 +00:00
skodak
a33bbfddfc (MDL-9470) Survey submission JS broken; merged from MOODLE_18_STABLE 2007-04-20 17:52:41 +00:00
skodak
ca80f999ce MDL-9467 workaround for broken langcache problems when editting user profile; merged from MOODLE_18_STABLE 2007-04-20 14:43:03 +00:00
skodak
80274abfa1 MDL-9429 make clear that alternate change password url is used only when user is logged in, for example change url may contain $USER->username; other minor cleanup 2007-04-20 10:02:38 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
toyomoyo
109463e480 event update code 2007-04-20 05:43:11 +00:00
pichetp
1d9bc9a60d add string of Update the category button 2007-04-20 02:43:28 +00:00
toyomoyo
4de19d9296 adding a new key 2007-04-20 01:39:22 +00:00
mjollnir_
c68e9d06f6 xmldb: added $CFG options for disabling next / previous value checkings & enforced comment checking. merged from mahara :) 2007-04-20 00:10:52 +00:00
tjhunt
e3b2eb60e1 MDL-9432 - Forgot to return success/failure in two places. 2007-04-19 17:37:14 +00:00
tjhunt
0d6f265034 Fix error message to say the right thing. 2007-04-19 17:16:20 +00:00
pichetp
0dd3e11c8c add an update category submit button to update the display of shareable wild cards 2007-04-19 16:49:25 +00:00
skodak
85fbf88489 MDL-9151 fixed missing global definition, sorry :-( 2007-04-19 12:18:44 +00:00
jamiesensei
dac786f300 MDL-9437 lib/listlib.php for displaying and editing a nested list of items. And changes to question\category.php to use the new lists. 2007-04-19 08:57:54 +00:00
toyomoyo
0856223c50 mechanism to install events 2007-04-19 08:45:30 +00:00
ikawhero
c3af90961c Merged changes from stable.
Fixed typo.
Made constructor variables optional to reflect parent class
2007-04-19 07:42:40 +00:00
skodak
e0ac8448c7 MDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
MDL-9435 Reviewved url cleaning in redirect()
2007-04-18 21:52:03 +00:00