moodle/report/outline
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/event MDL-46455 events: added more mapping 2015-10-11 18:52:36 -07:00
db MDL-30964 fix phpdocs in access.php files in all plugins 2012-02-27 07:23:10 +01:00
lang/en MDL-48451 report_outline: Added number of distinct users 2015-10-05 09:40:31 +01:00
tests MDL-49566 core: used reflection in unit tests 2015-12-29 17:42:43 +08:00
index.php Merge branch 'MDL-48451' of https://github.com/andrewhancox/moodle 2015-12-03 11:13:26 +01:00
lib.php MDL-45774 navigation: Added general reports on a site level 2015-04-13 15:31:22 +08:00
locallib.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
styles.css
user.php MDL-53500 report_outline: Allow parent role to view all activities. 2016-03-31 13:38:38 +08:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00