(bug 19226) First line renders differently on many UI messages
[lhc/web/wiklou.git] / includes / AutoLoader.php
2010-01-11 Mark A. HershbergerMake tests work, note skipped tests, update autoloader...
2010-01-09 Max SemenikSeverely refactored the SearchResultSet descendants...
2010-01-04 Tim StarlingAdd missing class LanguageConverter
2009-12-26 Alexandre EmsenhuberFollow-up r60412: forgot to remove the class from AutoL...
2009-12-10 Aryeh GregorAdd rudimentary MediaWiki support to ExternalAuth
2009-12-10 Aryeh GregorAdd new ExternalAuth mechanism, Hardcoded
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-20 Alexandre Emsenhuber* (bug 21403) memcached class renamed to MWMemecached...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk
2009-10-28 Chad Horohoe(bug 19859) Remove HTMLDiff. Could possibly be salvaged...
2009-10-25 Chad HorohoeAdd bunch of missing classes to the Autoloader
2009-10-25 Max SemenikFollow-up to r58067: removed UploadFormMogile from...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-17 Michael Dale* stubs for api iFrame Proxy system. Early summary...
2009-09-30 Aaron SchulzMoved UI diff stuff into its own DifferenceInterface...
2009-09-26 Brion VibberRevert broken rewrite of login system; totally broken.
2009-09-20 Happy-melonMerge in Login rewrite, second time lucky.
2009-09-17 Alexandre EmsenhuberOnly set "unserialize_callback_func" if we use it,...
2009-09-17 Michael Dale* Enhanced OutputPage to support js2 style javascript...
2009-09-10 Michael Dalemore (bug 20336)
2009-09-08 Brion VibberRevert broken rewrite of login forms:
2009-09-08 Andrew GarrettAdd AJAX category management system. Includes suggestio...
2009-09-07 Happy-melon* Totally refactor includes/specials/SpecialUserlogin...
2009-08-19 Brion VibberRevert r54291 "(bug 19004) Added support for tags to...
2009-08-19 Benjamin LeesFollow-up to mediawiki.org/wiki/Special:Code/MediaWiki...
2009-08-17 Tim Starling* Renamed PageHistory to HistoryPage. Brion gave me...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-08-11 Aryeh GregorFor HTML 5, drop type="" attributes for CSS/JS
2009-08-09 Niklas LaxströmSupport script loader
2009-08-03 Bryan Tong Minh(bug 19004) Added support for tags to the API. Patch...
2009-08-03 Andrew Garrett(bug 16451) Fix application of scaling limits for anima...
2009-08-03 Bryan Tong MinhRevert r53678, r53704, r53705, r53773, r53930, r54199...
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-08-02 Alex Shih-Han LinComment out ApiQueryDoubleRedirects and ApiQueryBrokenR...
2009-07-31 Chad HorohoeYeah I can't spell.
2009-07-31 Chad Horohoetypofix.
2009-07-30 Chad HorohoeMove search related includes to includes/search/
2009-07-30 Aaron Schulzrm more SpecialSearchOld cruft
2009-07-23 Alex Shih-Han Lin+Add BrokenRedirects and DoubleRedirects API script...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-07-15 Chad Horohoe(bug 16497) Paginate Special:AllMessages
2009-07-15 Jack Phoenixfollow-up to r53282:
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-13 Roan KattouwRevert r53147, r53149 and r53163 ("Add API module for...
2009-07-12 Bryan Tong Minh(bug 14869) Allow access to QueryPage-based special...
2009-07-08 Tim StarlingImplemented the PoolCounter feature and did some genera...
2009-07-03 Tim Starling(bug 19447) Disable the localisation store backend...
2009-07-03 Jack Phoenixmake ActiveUsers subclass SpecialPage
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-26 Niklas LaxströmAdded subclasses of HTMLField to autoloader... so that...
2009-06-20 Tim StarlingAdded PHP port of CDB, with abstraction layer. Tested...
2009-06-19 Chad HorohoeRefactor Blankpage to subclass SpecialPage like a norma...
2009-06-17 Roan KattouwMoving ConfEditor class from switch-master to core
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-12 Chad HorohoePut actual location of these two classes.
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-04-27 Brion VibberRevert r49880, r49883, r49885 - add uniwiki/CreatePage...
2009-04-25 Siebrand Mazeland* add uniwiki/CreatePage extension to core
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-15 Chad HorohoeMake Whatlinkshere subclass SpecialPage.
2009-04-15 Chad Horohoe(bug 18151) Clean up duplicate code between Special...
2009-03-28 Roan KattouwRedo r48746 (API userrights, reverted in r48909 and...
2009-03-27 Andrew GarrettRevert r48746 (API userrights). Breaks Special:GlobalGr...
2009-03-26 Andrew GarrettMove WikiMap class from CentralAuth to core, since...
2009-03-24 Roan Kattouw* API: (bug 15935) Add action=userrights to the API
2009-03-16 Brion Vibber* (bug 17714) Limited TIFF upload support now built...
2009-03-09 Aaron Schulz* Refactored revisiondelete to use subclassing
2009-02-26 Tim Starling* Refactored the forking code from runJobs.php to a...
2009-02-16 Tim Starling* Mostly reverted r41081 and related. Although the...
2009-02-13 Roan KattouwAPI: (bug 16740) Adding list=protectedtitles to list...
2009-02-06 Chad HorohoeRewrite Special:Export to subclass SpecialPage.
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-02-02 Roan Kattouw* API: (bug 17007) Add export functionality to the API
2009-01-30 Bryan Tong MinhRemoving the new upload code from trunk so that patches...
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-27 Alexandre EmsenhuberDon't use AutoLoader in class_exists() and interface_ex...
2009-01-27 Alexandre EmsenhuberSTAB STAB STAB
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Siebrand Mazeland* Revert r45062 and related (Merge Interwiki extension...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-27 X!Add Interwiki extension to core.
2008-12-23 Brion VibberRevert r44702, r44703, r44704 (wfInvoke and UserMailer...
2008-12-17 David McCabeUserMailer bigtime refactor. Please test.
2008-12-14 Ilmari KaronenAdd a new FileCache class to wrap RepoGroup::findFile...
2008-12-13 Chad HorohoeComplete rewrite of Special:Statistics:
2008-12-12 Brion Vibberremove no longer needed line for Parser_OldPP (now...
2008-12-12 Tim StarlingMoved the IE content type checks to their own class...
2008-12-10 Alexandre EmsenhuberFix for r44383: profiling error on unexisting class
2008-12-10 David McCabeRevert r44386; depends on wfInvoke, also reverted.
2008-12-10 David McCabeRefactored UserMailer.php. Please let me know if this...
2008-12-10 Aaron SchulzReduce profile overhead here
2008-12-08 Alexandre EmsenhuberCheck if wfDebug() is defined before calling it since...
2008-12-08 Aaron Schulz*Skip autoloading of skin, always does inefficient...
2008-11-29 Alexandre EmsenhuberRenamed PasswordReset class to SpecialResetpass and...
2008-11-26 Aaron SchulzCleanup for r43841:
next