Merge "Revert "(bug 30625) Add, to every API upload response, the warnings raised.""
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Parameter documentation stuffs"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 CatropeMerge "Append a user name to 'user' module requests...
2012-05-10 CatropeMerge "Add support for User:0 in 'user' and 'user.group...
2012-05-10 CatropeMerge "[SiteStatsUpdate] Added support for memcached...
2012-05-10 CatropeMerge "(bug 35240) Fix mw.loader state machine."
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-26 DemonMerge "let us easily override PHPUnit version"
2012-04-26 Aaron SchulzMerge "36019: Revert b/25095 breaks Special:Categories"
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 DemonMerge "(bug 34956) Parser should use mUrlProtocol inste...
2012-04-25 CatropeMerge "(bug 36047) Adds high definition (HD) CSS for...
2012-04-24 DemonMerge "Refactoring previewnote."
2012-04-23 DemonMerge "bug 36087: PostgresUpdater fails on 8.3.14"
2012-04-22 umherirrender(bug 19195) Make user IDs more readily available with...
2012-04-20 KaldariMerge "Removing button-float-right rule from jquery...
2012-04-20 Brion VIBBERMerge "(bug 35769) Convert mediawiki.Uri test suite...
2012-04-20 Brion VIBBERMerge "Fixes bug 4045 by adding dirmarks."
2012-04-20 ReedyMerge "Added more description of Short URL"
2012-04-20 Aaron SchulzMerge "(bug 35961) Hash comparison should always be...
2012-04-20 Aaron SchulzMerge "Added getRootStoragePath() convenience function...
2012-04-20 Aaron SchulzMerge "Can't return values from functions that don...
2012-04-19 ReedyCan't return values from functions that don't return...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-12-20 Brion VibberProvisional revert of r105831: as noted it's not safe...
2011-12-20 Brion VibberRevert r106523: abstraction violation, looks very wrong...
2011-12-17 Sam ReedPer bug 28901, and Duplicatebug on r105831, only list...
2011-12-11 Sam ReedMake ApiQueryBase::addTitleInfo() add the pageid also
2011-12-11 Sam Reed* (bug 32495) API should allow purge by pageids.
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-14 Roan Kattouw(bug 26909) Add dir parameter for prop= API modules...
2011-10-28 Sam ReedUpdate documentation
2011-10-26 John Du HartAdding context to the API
2011-10-07 Bryan Tong MinhFollow-up r84765, use timestampOrNull
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-05 Sam ReedDocumentation updates and additions
2011-06-01 Sam ReedAdd some documentation
2011-05-08 Sam ReedWhitespace fixes
2011-04-30 Sam ReedFollowup r85884
2011-03-20 Sam ReedAs I've removed most of Roans reason to use php magic...
2011-03-20 Sam ReedFollowup r84392
2011-03-20 Roan KattouwPer r83812 CR, solve the categorymembers paging problem...
2011-03-13 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-07 Sam ReedFix r83390, need to do where ipb_deleted IS NULL as...
2011-03-06 Sam ReedFollowup r83390
2011-03-06 Sam ReedFix where ipb_deleted from r83390
2011-03-06 Sam Reed* (bug 27897) list=allusers and list=users list hidden...
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-09-25 Sam ReedWhat's a boolif?
2010-09-23 Matthew Brittonfollow up r72387: using ApiQuery here breaks ApiParamIn...
2010-09-04 PlatonidesMake happy check-vars. This shows it that getQuery...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-23 Roan KattouwFollowup to r69776: cache result of extractRequestParam...
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedMore of r61437 (adding/removing whitespace)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-02-18 Roan Kattouw* API: (bug 17529) rvend ignored when rvstartid is...
2009-02-13 Roan KattouwAPI: More docs, break long lines in docs
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-12-11 Alexandre EmsenhuberFix encoding
2008-11-03 Roan KattouwAPI: (bug 16225) apfrom=Talk:Foo behaved like apfrom...
2008-10-25 Tim Starling* Fix r41814: totally broken use of empty(), ignores...
2008-10-07 Roan Kattouw(bug 15881) API: Empty or invalid parameters cause...
next