tjhunt
27987cbb78
Eliminate support for old-style question editing forms.
2007-04-25 18:20:04 +00:00
skodak
78361f9120
MDL-3079 allow review of password on signup page
2007-04-25 18:10:23 +00:00
tjhunt
e3aea79afe
MDL-9565 - Fix error in previous commit. Merged from MOODLE_18_STABLE.
2007-04-25 17:59:53 +00:00
pichetp
56e248a086
MDL-9657 cleaning abstractype code.
2007-04-25 16:48:33 +00:00
tjhunt
5df53d0082
* Fix layout problem on password form. (invisiblefieldset).
* Question state fixes:
+ Don't change from EVENTOPEN too soon.
+ Make sure all questions get closed at the end of the attempt in adaptive mode.
* Get rid of the delay on the redirect when you submit all and finish.
2007-04-25 15:45:24 +00:00
tjhunt
5a56d93857
Clean up whitespace.
2007-04-25 15:37:01 +00:00
tjhunt
b10e17ecb4
New lang string for clarifying quiz UI.
2007-04-25 15:31:34 +00:00
jamiesensei
a982d582c4
Added redirects after all actions.
...
Added methods to category class to generate a url from an array of parameters stored in the object.
Cleaned up some old redundant code for actions now processed in list class.
2007-04-25 14:06:37 +00:00
tjhunt
47e1697814
The question core code was restricting question types unnecessarily. This is a temporary fix, prior to a proper refactoring.
2007-04-25 11:20:22 +00:00
thepurpleblob
fa5cb18b74
MDL-9577:
...
Fixing change of name (answer => correctanswer) for true/false questions.
2007-04-25 09:43:37 +00:00
pichetp
d77def3e74
MDL-9657 cleaning abstractype code.
2007-04-25 09:06:35 +00:00
pichetp
81c6503ec4
removing comments and print_r
2007-04-25 08:52:47 +00:00
pichetp
a6d46515f1
MDL-9496 Adding multianswer to calculated and MDL-9657 cleaning abstractype code.
2007-04-25 08:15:50 +00:00
tjhunt
7375c542cf
Clean up whitespace.
2007-04-24 23:39:22 +00:00
tjhunt
ed0ba6da04
Occasional unique-key violations were caused by some really weird code to do with units in numerical questions. This cleans it up.
2007-04-24 23:37:32 +00:00
tjhunt
295043c21c
Base class methods preparitory to deleting a lot of essentially duplicated code from the various question types.
2007-04-24 23:31:41 +00:00
tjhunt
53a4d39f1c
Clean up whitespace.
2007-04-24 23:26:48 +00:00
tjhunt
06d20c2429
Clean up trailing whitespace.
2007-04-24 23:25:33 +00:00
tjhunt
732c472fca
Remove duplicate $Id$
2007-04-24 23:23:25 +00:00
tjhunt
cb354a653c
Fix comedy require_once. Merged from MOODLE_16_STABLE.
2007-04-24 21:16:14 +00:00
skodak
1ff60899f7
MDL-9485 resource summary now optional again; merged from MOODLE_18_STABLE
2007-04-24 21:11:39 +00:00
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