moodle/webservice
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
..
rest Merge branch 'MDL-46934-master' of git://github.com/FMCorz/moodle 2016-05-23 14:38:01 +08:00
soap MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
tests MDL-53772 externallib: Deprecate external_function_info() 2016-04-14 15:07:41 +08:00
xmlrpc Merge branch 'wip-mdl-54574' of https://github.com/rajeshtaneja/moodle 2016-05-20 09:07:54 +08:00
externallib.php MDL-49414 webservices: Remove deprecated functions 2016-04-27 15:54:38 +08:00
lib.php MDL-49414 webservices: Remove deprecated functions 2016-04-27 15:54:38 +08:00
pluginfile.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
renderer.php MDL-49414 webservices: Remove deprecated functions 2016-04-27 15:54:38 +08:00
upgrade.txt MDL-53962 webservices: Make XML-RPC backwards compatible 2016-05-17 11:39:15 +08:00
upload.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
wsdoc.php MDL-53772 externallib: Deprecate external_function_info() 2016-04-14 15:07:41 +08:00