moodle/files
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
..
tests MDL-49414 webservices: Remove deprecated functions 2016-04-27 15:54:38 +08:00
coursefilesedit.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
coursefilesedit_form.php MDL-41940 files Option to limit legacy course files 2013-10-04 13:56:57 -04:00
externallib.php MDL-49414 webservices: Remove deprecated functions 2016-04-27 15:54:38 +08:00
index.php MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
renderer.php MDL-51083 admin: Prevent password autofill in authentication settings 2015-10-09 14:04:34 +08:00
upgrade.txt MDL-49894 webservices: Add missing API changes in upgrade.txt 2015-04-16 15:19:42 +02:00