* Introduced StringUtils.php, populated it with some generic string functions, both...
[lhc/web/wiklou.git] / includes / AutoLoader.php
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-04 Yuri AstrakhanAPI * version param now links to the SVN
2006-11-01 Andrew GarrettImplement usercontribs module for API.
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-22 Yuri AstrakhanAPI * cache expiration control
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-16 Yuri Astrakhan* API: logevents query module (incomplete)
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-14 Tim StarlingDependency tracking layer for caching.
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-11 Tim StarlingRenamed CacheManager to HTMLFileCache, to avoid confusi...
2006-10-05 Brion VibberAdd missing AjaxResponse class
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-08-25 Tim StarlingCategoryPage bug fix
2006-08-13 Tim StarlingRevamped Special:Imagelist. Implemented generic table...
2006-08-12 Domas Mituzasadd some abstraction for web responses, so far minimal...
2006-08-03 Tim StarlingLanguageUtf8 is gone
2006-08-02 Tim StarlingAvoid duplicate require_once() under windows by using...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.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: