moodle/enrol/meta
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-44640 enrol_meta: sync when enrol method is updated 2015-09-27 17:52:20 +08:00
cli MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
db MDL-44640 enrol_meta: sync when enrol method is updated 2015-09-27 17:52:20 +08:00
lang/en MDL-17929 enrol_meta: create new group if selected 2015-04-22 14:36:38 +08:00
tests MDL-27628 enrol_meta: Use new multi-course selector 2016-03-09 13:32:08 +08:00
lib.php MDL-27628 enrol_meta: Set options to exclude existing courses, and the current course 2016-03-10 13:17:10 +01:00
locallib.php MDL-34938 enrol_meta: sync enrolment start/end dates 2015-09-08 10:28:54 +08:00
settings.php MDL-35696 enrol_meta: Fixed course sort order 2014-11-24 10:19:17 +00:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00