moodle/question/type/missingtype
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
lang/en MDL-45336 qtype_numerical: use own strings instead of mod_quiz 2014-09-24 01:22:59 +02:00
pix MDL-20636 Better icon for missing qtype. 2011-01-13 18:36:11 +00:00
tests MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
edit_missingtype_form.php MDL-27747 questions remove all references to the recently deprecated get_grade_options() 2011-06-07 14:00:07 +01:00
question.php MDL-52193 questions: add missing require_once 2015-11-18 13:33:34 +08:00
questiontype.php MDL-52193 questions: add missing require_once 2015-11-18 13:33:34 +08:00
renderer.php MDL-20636 Fix some more codechecker issues. 2011-05-14 22:53:25 +01:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00