tjhunt
ce5f45783e
MDL-9616 - tidy up
...
* add a better message in the table for these checks.
* improve existing strings for other types of check.
* remove a line of debug code.
2007-04-27 17:43:03 +00:00
tjhunt
facc83a83a
Get the strings the right way round!
2007-04-27 17:41:38 +00:00
tjhunt
bac40536f4
MDL-9616 - Custom checks in environment.xml
2007-04-27 17:15:24 +00:00
csantossaenz
134588836e
Added functions to for the SCORM compliance 2004 (Sequencing and Navigation)
2007-04-27 12:20:26 +00:00
jamiesensei
efe839dc12
Removed 'edit category' redundant button
2007-04-27 11:27:57 +00:00
tjhunt
571da76788
MDL-6368 and MDL-6369 - supplimental - I missed one bit.
2007-04-27 11:18:08 +00:00
tjhunt
8e652f025b
Insufficient error checking was causing problems.
2007-04-27 11:05:57 +00:00
tjhunt
0eb6b04a73
New capability for configuring question types.
2007-04-27 10:37:39 +00:00
tjhunt
d4bf4b8695
Fix syntax error.
2007-04-27 10:37:21 +00:00
tjhunt
ab0a8ff22c
MDL-9608 - Work around Firefox putting the user's password in the quiz password field. Merged from MOODLE_18_STABLE.
2007-04-27 08:33:11 +00:00
nicolasconnault
e5c674f1e1
MDL-9506 Added raw and final grade objects, plus more work in unit tests.
2007-04-27 08:12:16 +00:00
nicolasconnault
3058964f85
MDL-9506 Number of important changes, restored unit test stability, on to next changes...
2007-04-27 07:28:41 +00:00
toyomoyo
9d2cddf138
changing grades tables
2007-04-27 06:41:01 +00:00
moodler
ca42eec162
Merged MDL-9606 from stable
2007-04-27 06:30:21 +00:00
jamiesensei
1f21cc88f7
removed global vars declaration for var not used in method.
2007-04-27 05:55:57 +00:00
jamiesensei
f3ba642c5c
forget to pass page parameter during redirects.
2007-04-27 05:48:12 +00:00
jamiesensei
0d32a25dd5
oops. small mistake with copyright notice.
2007-04-27 05:36:03 +00:00
nicolasconnault
a56cb85c63
MDL-9506 Renamed lib/gradebook to lib/grade (bug MDL-9506)
2007-04-27 04:13:00 +00:00
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