moodle/question/engine
Tim Hunt 03cefcc91b MDL-37506 question code: incorrect preg_quote uses.
For preg_quote to work reliably, you must pass the delimiter you are
using for your regular expression. In many places we were failing to do
that.
2013-01-18 11:18:54 +00:00
..
tests MDL-37506 question code: incorrect preg_quote uses. 2013-01-18 11:18:54 +00:00
upgrade MDL-32375 question unit tests: fix breakage from phpunit coversion. 2012-05-11 14:59:58 +01:00
bank.php MDL-34399 questions: cache to help load question definitions. 2012-10-26 11:58:02 +08:00
datalib.php MDL-35693 question engine: set id when saving a new question_attempt 2012-09-28 15:28:27 +01:00
lib.php MDL-35419 question manual grading: valdiation must handle 0,5 2012-09-13 16:33:15 +01:00
questionattempt.php MDL-37506 question code: incorrect preg_quote uses. 2013-01-18 11:18:54 +00:00
questionattemptstep.php MDL-37506 question code: incorrect preg_quote uses. 2013-01-18 11:18:54 +00:00
questionusage.php MDL-34549 added IGNORE_MISSING to context call for bc 2012-08-28 12:29:17 +08:00
renderer.php MDL-36638 usability: Core changes for new quiz/question icons 2012-11-29 12:41:29 +08:00
states.php MDL-34065 questions: also fix two typos in comments. 2012-07-05 13:49:05 +02:00