* (bug 6618) Improve permissions/error detection in Special:Lockdb
[lhc/web/wiklou.git] / includes / AutoLoader.php
2006-07-07 Brion Vibber* (bug 6562) Removed unmaintained ParserXml.php for now
2006-07-07 Tim StarlingSplit off index paging code from PageHistory.php to...
2006-07-05 Greg Sabino MullaneAdd SearchPostgres.php
2006-07-03 Tim StarlingGot rid of about 20 regex calls in braceSubstitution...
2006-07-02 Tim StarlingRemoved a couple of bogus autoload entries
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-07-02 Tim StarlingFixed bugs
2006-07-01 Tim StarlingExperimental: use absolute paths in require_once
2006-06-29 Tim StarlingForce early binding of SpecialPage descendants.
2006-06-26 Greg Sabino MullaneBegin cleaning up some of the PG naming.
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-24 Rotem LissRemoving the obsolete user group management files.
2006-06-24 Brion Vibber* (bug 6131) Add type detection for DjVu files, allowin...
2006-06-23 Tim StarlingSpecialContributions: fixed style, fixed sloppy handlin...
2006-06-18 Tim StarlingAdded a new method to update the cache of all pages...
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
2006-06-07 Brion VibberRegression fix: installer broken by changes to include...
2006-06-06 Domas MituzasWelcome back AutoLoader, this time in small batches :-)
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas Mituzasfix class_exists() for not existing classes
2006-06-01 Domas MituzasUse AutoLoader to load classes: