* Some enhancements to live preview
[lhc/web/wiklou.git] / includes / AutoLoader.php
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-02-04 Domas Mituzas* Add AlphabeticPager abstract class
2007-01-20 Rob ChurchCheck for interface existence in wfLoadAllExtensions...
2007-01-20 Antoine MussoSplit out ParserOptions and ParserOutput classes in...
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2007-01-16 Rob Church* (bug 8621) Log revisions marked as patrolled
2007-01-13 Brion Vibber* Unmaintained Oracle support files have been removed.
2006-12-23 Brion Vibberrevert r18517; should have been on branch
2006-12-23 Paa Kwesi ImbeahMinimal version of IC functionality.
2006-12-16 Rob Church* (bug 8164) Special:Booksources should use GET for...
2006-12-12 Brion Vibber* Change behavior of logins using the temporary e-maile...
2006-12-03 Ilmari KaronenNew special page Special:NewbieContributions to replace...
2006-12-03 Ilmari KaronenDidn't really mean to delete SpecialContributions.php...
2006-11-28 Brion VibberRevert special:deletedcontribs for now; it's not ready...
2006-11-28 Ilmari KaronenNew special page Special:Deletedcontribs for browsing...
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: