MDL-23545 question: XML import/export add category description
authorJohn Beedell <jb23347@open.ac.uk>
Fri, 3 Aug 2018 08:53:54 +0000 (09:53 +0100)
committerJohn Beedell <jb23347@open.ac.uk>
Fri, 14 Sep 2018 15:54:25 +0000 (16:54 +0100)
commit1dab8faafdfccec991e81bb0da7e647a44abf7a0
tree71d6b6387f901bfb0f8691fc2ab08b7b47d5a2fc
parent674ef9baac80d1ad6d499a2a18bb5c96dc301788
MDL-23545 question: XML import/export add category description
13 files changed:
question/editlib.php
question/format.php
question/format/gift/tests/behat/import_export.feature
question/format/upgrade.txt
question/format/xml/format.php
question/format/xml/tests/fixtures/categories_reverse_order.xml [new file with mode: 0644]
question/format/xml/tests/fixtures/category_with_description.xml [new file with mode: 0644]
question/format/xml/tests/fixtures/export_category.xml [new file with mode: 0644]
question/format/xml/tests/fixtures/nested_categories.xml [new file with mode: 0644]
question/format/xml/tests/fixtures/nested_categories_with_questions.xml [new file with mode: 0644]
question/format/xml/tests/fixtures/old_format_file.xml [new file with mode: 0644]
question/format/xml/tests/qformat_xml_import_export_test.php [new file with mode: 0644]
question/format/xml/tests/xmlformat_test.php