moodle/grade/import
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
..
csv MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
direct MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
xml MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
grade_import_form.php MDL-50140 grade/import: Fix for misplaced CSH buttons 2015-06-03 15:44:28 +01:00
key.php MDL-49246 gradebook: add capability checks on key manager pages. 2015-02-26 10:23:50 +08:00
key_form.php MDL-40469 Gradebook: Fixed setType warning while exporting gradebook with publishing set 2013-08-01 10:31:25 +08:00
keymanager.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-30315 grades: Fix up function doc block. 2015-08-18 17:02:46 +08:00