moodle/grade/edit/outcome
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
..
course.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
course_form.html MDL-41379 core_outcome: added some CSS to the course outcome table to make it display nice 2013-10-06 10:00:25 +07:00
edit.php MDL-28094 keep subdirs in content upgraded from 1.x 2013-09-07 11:30:19 +02:00
edit_form.php
export.php MDL-44104 admin, grade: fixed use of @params 2014-02-16 12:14:30 +13:00
import.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
import_outcomes_form.php MDL-40971 grade: Importing Outcomes breaks Clean theme. 2013-10-30 23:46:47 +00:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
tabs.php