25993 Commits

Author SHA1 Message Date
nicolasconnault
1f3f3629a4 MDL-9506 Added a function that checks an object for the definition of a given variable. Similar to in_array(). 2007-04-27 03:54:53 +00:00
nicolasconnault
8a31e65c51 MDL-9506 gradebook classes 2007-04-27 01:17:02 +00:00
mjollnir_
5019454537 Merged from MOODLE_18_STABLE: MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php 2007-04-26 22:04:43 +00:00
skodak
1cb3da3613 MDL-9574 + MDL-9607 Add Change-own-password and Edit-own-profile capabilities 2007-04-26 21:41:08 +00:00
poltawski
101ed55bda MDL-9605 - missing string in language pack editing 2007-04-26 19:55:02 +00:00
moodler
08e22608b7 Merged MDL-9594 from stable 2007-04-26 14:54:21 +00:00
toyomoyo
8aaf935a1f some events code/testing code 2007-04-26 08:50:29 +00:00
moodler
be63689802 Merge XHTML fixes for MDL-9589 2007-04-26 08:49:21 +00:00
nicolasconnault
60cf74305d MDL-9506 More work in the unit tests 2007-04-26 08:29:30 +00:00
nicolasconnault
f9f4a93b4e MDL-9506 Refactored gradelib.php: an abstract class (php5 in mind) holds data and methods common
to all grade_* objects. The unit test file has also been refactored to improve clarity.
2007-04-26 07:14:12 +00:00
nicolasconnault
85414e846a Upgraded simpletestlib from 1.0.1alpha3 to 1.0.1beta 2007-04-26 07:11:44 +00:00
skodak
eba8cd63b4 MDL-9588 Addd password reveal class to admin settings forms 2007-04-26 07:08:12 +00:00
nicolasconnault
eb2658e03a MDL-9506 Changed grade_calculations.usermodified type to null from non-null. 2007-04-26 05:40:35 +00:00
nicolasconnault
27fbffb62b MDL-9506 More implementation of gradebook API and more unit tests. 2007-04-26 04:39:40 +00:00
nicolasconnault
af307d4623 MDL-9506 version.php 2007-04-26 03:25:13 +00:00
nicolasconnault
db07a42eda MDL-9506 Added timestamps to grade_categories 2007-04-26 03:23:45 +00:00
toyomoyo
f9a09741c2 fix for MDL-9530, BLOB/TEXT column can't have a default value. 2007-04-26 02:28:05 +00:00
skodak
83022298df MDL-8031 Enforce password complexity for user authentication - original patch by Iñaki Arenaza 2007-04-25 19:36:47 +00:00
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