moodle/mod/scorm/report
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
..
basic MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
graphs MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
interactions MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
objectives MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
reportlib.php MDL-46469 scorm: Support autoloading for report plugins 2014-08-19 13:56:13 +08:00
userreport.php MDL-42473 mod_scorm: Enable FEATURE_GROUPS for mod_scorm 2016-01-14 17:24:26 +13:00
userreportinteractions.php MDL-42473 mod_scorm: Enable FEATURE_GROUPS for mod_scorm 2016-01-14 17:24:26 +13:00
userreporttabs.php MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
userreporttracks.php MDL-42473 mod_scorm: Enable FEATURE_GROUPS for mod_scorm 2016-01-14 17:24:26 +13:00