moodle/question
Tim Hunt e7df2335b6 MDL-50373 questions: random Qs must not pick deleted or sub- questions
This was a regression caused by MDL-6340. I missed the necessary
    AND parent = 0 AND hidden = 0
in one query of the question table.
2015-05-27 20:32:47 +01:00
..
behaviour MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
classes Merge branch 'MDL-49736_master' of git://github.com/markn86/moodle 2015-04-07 21:42:39 +08:00
engine MDL-50373 questions: random Qs must not pick deleted or sub- questions 2015-05-27 20:32:47 +01:00
format MDL-50280 WebCT import scripts don't always clean up 2015-05-18 15:25:18 +01:00
tests MDL-50373 questions: random Qs must not pick deleted or sub- questions 2015-05-27 20:32:47 +01:00
type MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
yui MDL-43089 question: fix shifter build issues 2014-10-06 13:53:26 +01:00
addquestion.php Merge branch 'MDL-28075' of git://github.com/timhunt/moodle 2014-10-08 10:57:15 +13:00
category.php MDL-41036 Question category info should use HTML editor 2013-08-15 12:19:47 +01:00
category_class.php MDL-48477 questions: no delete icon for only top-level category 2015-01-15 10:20:47 +00:00
category_form.php MDL-41036 Question category info should use HTML editor 2013-08-15 12:19:47 +01:00
edit.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
editlib.php MDL-43089 quiz: improved interface for building quizzes 2014-10-02 17:22:23 +01:00
export.php MDL-48624 behat: Added extended timeout to ensure step pass 2015-01-30 08:54:12 +08:00
export_form.php MDL-46212 questions: add {} whenver vars are put into "" strings 2014-07-03 14:02:39 +01:00
flags.js MDL-28471 Further tweaks to the question flag code. 2011-07-26 17:43:55 +01:00
format.php MDL-48342 Question: qformat_default::readquestion is broken 2014-11-28 15:47:39 +01:00
import.php MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
import_form.php MDL-46212 questions: add {} whenver vars are put into "" strings 2014-07-03 14:02:39 +01:00
move_form.php
preview.php MDL-47797 question preview: show more technical info 2014-10-31 15:52:54 +00:00
previewlib.php MDL-46212 questions: add {} whenver vars are put into "" strings 2014-07-03 14:02:39 +01:00
qengine.js MDL-46386 question Whitelist the Atto editor from return blocking 2014-07-21 09:08:01 -04:00
question.php MDL-28075 question editing: tidy code 2014-10-02 22:03:12 +01:00
renderer.php MDL-32729 Question: Switch to the YUI3 chooser dialogue 2014-03-27 00:28:08 +08:00
toggleflag.php
upgrade.php MDL-30604 Added 2 missing messages andd deleting an incorrect one 2011-12-09 02:01:02 +01:00
upgrade.txt MDL-40992 question engine: new ways modify question usages 2015-03-26 17:46:48 +00:00