moodle/admin/tool/assignmentupgrade
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
..
lang/en MDL-34907: Add a missing string that triggers Javascript error in assignment upgrade tool 2012-08-24 13:30:55 +08:00
batchupgrade.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
listnotupgraded.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
locallib.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
module.js MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string 2014-12-01 08:32:04 +13:00
paginationform.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
renderer.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
settings.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
styles.css MDL-32895: Improvements to assignment upgrade tool for large numbers of assignments. 2012-05-14 12:53:21 +08:00
upgradableassignmentsbatchform.php MDL-38851 Administration: Fixed setType in admin section 2013-04-19 15:18:33 +08:00
upgradableassignmentstable.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
upgradesingle.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgradesingleconfirm.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00