moodle/question
Tim Hunt 5f137dcbe2 MDL-36760 formslib: fix frozen elements with [] in name.
This was a regression caused by MDL-30845 or, to be precise, the related
issue MDL-32785.

Form elements with names like multipier[0] require special handling,
such as is present in HTML_QuickForm_element::_prepareValue. I have
added equivalent handling to MoodleQuickForm::exportValues. I am afraid
that I could not think of a way to do this reliably without duplicating
code.
2012-11-23 10:53:14 +00:00
..
behaviour MDL-36422 question: Fixed malformed HTML in manual marking 2012-11-08 10:20:22 +08:00
engine MDL-34399 questions: cache to help load question definitions. 2012-10-26 11:58:02 +08:00
format MDL-32865 Backwards compatibility, deal with the old image tag 2012-11-17 16:38:03 +01:00
tests MDL-34841 error importing questions with long names. 2012-09-11 15:04:00 +01:00
type MDL-36760 formslib: fix frozen elements with [] in name. 2012-11-23 10:53:14 +00:00
addquestion.php MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
category.php MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
category_class.php MDL-27818 question bank: multilang category names don't work. 2012-08-30 22:42:15 +01:00
category_form.php MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT 2012-07-19 15:44:40 +08:00
edit.php MDL-34807 question bank: navigation loses place. 2012-08-13 11:13:25 +01:00
editlib.php MDL-36415 usability: Use new up/down and ordering icons 2012-11-16 12:47:09 +08:00
export.php MDL-32246 question export: should cope with unrecognised qtypes. 2012-03-29 14:14:32 +01:00
export_form.php MDL-29808 qformats: use standard pluginname string and add version.php 2011-11-10 19:12:28 +00:00
flags.js MDL-28471 Further tweaks to the question flag code. 2011-07-26 17:43:55 +01:00
format.php MDL-34841 error importing questions with long names. 2012-09-11 15:04:00 +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-33338 recognising the mimetype for uploaded files 2012-05-28 15:19:41 +08:00
move_form.php MDL-20636 Fix some more codechecker issues. 2011-05-14 22:53:25 +01:00
preview.js MDL-20636 Boilerplate and other cleanup in the question core code. 2011-02-21 18:00:15 +00:00
preview.php MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id() 2012-08-24 11:30:10 +08:00
previewlib.php MDL-29847 question preview: garbage collect old preview data. 2012-08-16 17:02:01 +01:00
qbank.js MDL-34741 use 2in3 in question bank 2012-08-11 20:40:09 +02:00
qengine.js MDL-28975 question engine, JavaScript error in IE. 2011-08-18 14:00:05 +01:00
question.php MDL-34399 questions: cache to help load question definitions. 2012-10-26 11:58:02 +08:00
renderer.php MDL-30069 Question type icons missing in lots of places. 2011-11-15 11:17:18 +00:00
toggleflag.php MDL-20636 Fix some more codechecker issues. 2011-05-14 22:53:25 +01:00
upgrade.php MDL-30604 Added 2 missing messages andd deleting an incorrect one 2011-12-09 02:01:02 +01:00