moodle/auth/ldap
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/task MDL-46623 auth: Sheduled tasks for users sync 2015-10-22 12:45:57 +08:00
cli MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
db MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
lang/en MDL-53980 lang: Merge English strings from the en_fix language pack 2016-04-28 18:32:03 +02:00
tests MDL-52781 core_user: replace direct PARAM_ usages. 2016-04-21 15:24:36 +08:00
auth.php MDL-53580 auth_ldap: Set default value for suspended_attribute 2016-05-10 23:04:46 +08:00
config.html MDL-52386 auth_ldap: Typo fix for suspended user 2016-03-16 08:03:05 +08:00
ntlmsso_attempt.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
ntlmsso_finish.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
ntlmsso_magic.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
README-LDAP MDL-27689 Vague README-LDAP file in auth/ldap 2011-09-01 12:43:58 +02:00
upgrade.txt MDL-49022 auth_ldap: trigger event when required. 2015-06-23 17:00:34 +08:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00