moodle/admin/tool/installaddon
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
..
classes MDL-49329 admin: Convert install plugins tool to use new APIs 2015-10-09 09:50:46 +02:00
lang/en MDL-52018 lang: Merge English strings from the en_fix language pack 2015-11-02 22:12:06 +01:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-49329 admin: Fix reported coding style warnings 2015-10-10 09:15:27 +02:00
yui/permcheck MDL-48493 admin: Add icon to repeat permission check in plugin installer 2015-01-15 12:58:14 +01:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
permcheck.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
renderer.php MDL-49329 admin: Convert install plugins tool to use new APIs 2015-10-09 09:50:46 +02:00
settings.php MDL-49329 admin: Clean up disabling of plugins code management features 2015-10-10 09:11:19 +02:00
styles.css MDL-49329 admin: Convert install plugins tool to use new APIs 2015-10-09 09:50:46 +02:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00