moodle/question/format/gift
Tim Hunt cacb8fa08a MDL-34841 error importing questions with long names.
The problem was with the non-UTF-8-safe way that a question name
was being constructed from the question text.

I have done a proper fix with methods in the base class to
carefully construct a question name that is reasonable, and
which will fit in the database column. Then I have changed all
importers to use the new methods.

I also remembered not to break the lesson in the process.
2012-09-11 15:04:00 +01:00
..
lang/en MDL-29808 qformats: use standard pluginname string and add version.php 2011-11-10 19:12:28 +00:00
tests MDL-34306 gift question format: allow import of general feedback 2012-08-25 14:27:40 +01:00
examples.txt MDL-27799 question bank: remove last traces of qtype constants. 2012-08-30 13:15:52 +01:00
format.php MDL-34841 error importing questions with long names. 2012-09-11 15:04:00 +01:00
version.php MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00