moodle/question
Tim Hunt 4673212416 xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness.
The solution is to not tidy the XML. The XML generated is already quite well laid out, and if we want it better, we should fix that, rather than trying to load the whole file into memory to reformat it.

Also, while investigating this, I found that we were not handling the mime-type of the exported file very elegantly, so I added a new mime_type method (defaults to getting the mime type of the file extension).
2010-11-08 15:51:10 +00:00
..
format xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness. 2010-11-08 15:51:10 +00:00
simpletest question import/export: MDL-22100 ' / etc. in category names confuse the import/export. 2010-07-02 13:36:49 +00:00
type MDL-25086 numerical options for numerical questions, calculated and 1,9 import without images... 2010-11-06 15:38:36 +00:00
addquestion.php quiz & qbank MDL-24453 fix all the ways you can edit a question, so that that returnurl paramterer acutally works. 2010-10-18 15:28:59 +00:00
category.php MDL-20447 - bulk upload: add page heading 2010-06-02 06:13:27 +00:00
category_class.php MDL-24256 question category editing was messed up. 2010-11-02 18:38:50 +00:00
category_form.php MDL-21695 question: replaced help files with new help strings 2010-08-02 21:24:32 +00:00
category_form_randomquestion.php MDL-21695 question: replaced help files with new help strings 2010-08-02 21:24:32 +00:00
contextmove.php quiz editing MDL-23761 $PAGE->set_heading should be set_header 2010-10-25 16:17:57 +00:00
contextmove_form.php MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
contextmoveq.php MDL-24321 switching to stdClass in /question/ - I am sure Tim will be very happy 2010-09-21 08:20:46 +00:00
contextmoveq_form.php fixed missing globals 2010-09-18 11:45:59 +00:00
edit.php MDL-16094 File storage conversion Quiz and Questions 2010-08-10 09:56:48 +00:00
editlib.php themes lib MDL-24895 Multiple fixes to better handle overflow. 2010-11-05 02:53:47 +00:00
export.php MDL-15573, question export rewrite 2010-11-05 06:34:00 +00:00
export_form.php MDL-15573, question export rewrite 2010-11-05 06:34:00 +00:00
exportfile.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:52 +00:00
file.php MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
flags.js fixed unterminated JS statements 2010-09-18 11:36:48 +00:00
format.php xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness. 2010-11-08 15:51:10 +00:00
import.php MDL-15573, question export rewrite 2010-11-05 06:34:00 +00:00
import_form.php MDL-21695 question: replaced help files with new help strings 2010-08-02 21:24:32 +00:00
move_form.php MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
preview.php quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question. 2010-11-01 17:44:59 +00:00
previewlib.php MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
qbank.js quiz editing MDL-19766 fixed page load flicker of things revealed later by JavaScript. 2010-08-06 17:55:33 +00:00
qengine.js quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question. 2010-11-01 17:44:59 +00:00
question.php quiz & qbank MDL-24453 some more return URLs that I missed the first time. 2010-10-18 15:53:54 +00:00
toggleflag.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:52 +00:00
upgrade.php fixed inconsistent whitespace and obsolete use of $result in upgrades 2010-05-20 09:09:08 +00:00