Moved contribs rev parent ID batch query into doBatchLookups()
[lhc/web/wiklou.git] / includes / api / ApiQuery.php
2011-09-16 Sam ReedRefactor variables to give somewhat useful names
2011-09-16 Sam ReedGive a list of modules to query and action into paraminfo
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-08-03 Roan KattouwRevert r93802 per CR. Will avoid cache pollution by...
2011-08-03 Roan KattouwFollowup r92044: force HTTP on URLs output by the API...
2011-07-17 Sam ReedFollowup r92396 rename method, fix boolean comparison...
2011-07-17 Sam Reed* (bug 28817) Add reference help page link to API Modules
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-06-29 Sam ReedFix trailing whitespace
2011-06-17 Sam ReedFollowup r89539, per CR, we don't need to append iw...
2011-06-05 Sam ReedFix typo from r89539
2011-06-05 Sam Reed* (bug 29237) add interwiki target url attribute to...
2011-06-05 Sam Reed* (bug 28002) Internal error in ApiFormatRaw::getMimeType
2011-05-15 Bryan Tong MinhKill the error suppression operator in the Api
2011-05-14 Roan Kattouw(bug 28952) Add tofragment to the redirect resolution...
2011-05-14 Sam ReedFix daft loading error I added in r88047
2011-05-14 Sam Reed* (bug 28963) add langbacklinks module to api
2011-05-08 Sam ReedWhitespace fixes
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-02-19 Sam ReedMore parameter documentation
2011-01-23 Bryan Tong MinhFollow-up r69233: use getDbKey() instead of getText...
2011-01-12 Sam ReedNot sure why I originally used array_key_exists()....
2011-01-07 Sam ReedWiden api help splitters
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-23 Sam ReedAnother variable type hint, and some function documentation
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-22 Roan Kattouw(bug 14869) Add API module for accessing QueryPage...
2010-11-16 Neil KandalgaonkarFixed bug#25784 (thumbnails of stashed files had wrong...
2010-11-01 Sam ReedFollowup r75641, improve function documentation
2010-10-29 Sam ReedFollowup r75554, functionise Export code, allows for...
2010-10-27 Sam Reed* (bug 25463) Export header should not be shown if...
2010-10-24 Bryan Tong MinhRemove unnecessary @error surpressing operator. $pageSe...
2010-10-20 Sam ReedFollowup r75096 per Platonides, name the stuff better...
2010-10-20 Sam ReedFix some method documentation
2010-10-06 Sam ReedExplicit class variable definition
2010-10-04 Roan KattouwPer r74201 CR, make it clear that the list of languages...
2010-10-03 Roan KattouwPer r69587 CR, mention which languages support variant...
2010-09-19 Alexandre EmsenhuberFixed parameter name in documentation
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-07 X!-(bug 24484) Add prop=pageprops module
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-07-22 Sam ReedRemove various unused parameters
2010-07-21 Bryan Tong MinhFollow-up r69233: Add existence check for NS_MEDIA...
2010-07-21 Roan KattouwCoding style: camelCase, not CamelCase
2010-07-20 Roan KattouwFollowup to r69237: clarify documentation to avoid...
2010-07-10 Bryan Tong Minh(bug 24296) Added converttitles parameter to convert...
2010-07-10 Bryan Tong Minh(bug 24185) Titles in the Media and Special namespace...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-25 Sam Reed* (bug 23524) Api Modules as followup to bug 14473...
2010-05-15 Sam ReedMinor part of bug 23473 - For the top level ApiMain...
2010-05-14 Sam ReedPart 1 of Bug 23524 - Api Modules as followup to bug...
2010-05-14 Sam Reedmetadata is one word...
2010-05-11 Sam ReedMixture of things.
2010-05-10 Sam Reed* (bug 21346) Make deleted images searchable by hash
2010-05-08 Sam Reed* (bug 19721) API action=help should have a way to...
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedImplement 9 modules dieUsage errors
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
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-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-08-19 Brion VibberRevert r54291 "(bug 19004) Added support for tags to...
2009-08-03 Bryan Tong Minh(bug 19004) Added support for tags to the API. Patch...
2009-08-03 Bryan Tong MinhRevert r53678, r53704, r53705, r53773, r53930, r54199...
2009-08-02 Alex Shih-Han Linforget to shutdown classes in ApiQuery.php
2009-07-23 Alex Shih-Han Lin+Add BrokenRedirects and DoubleRedirects API script...
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-03-20 Roan Kattouw* API: Really fix bug 17673 this time: exportnowrap...
2009-03-11 Chad Horohoe(bug 17871) Mention that exportnowrap format is the...
2009-03-09 Roan KattouwAPI: (bug 17873) Mention the 'g' prefix for generator...
2009-02-26 Roan KattouwAPI: (bug 17673) Using &exportnowrap without &export...
2009-02-13 Roan KattouwAPI: (bug 16740) Adding list=protectedtitles to list...
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...
2009-02-04 Roan KattouwAPI: Tweak the format for &export to be more XML-friend...
2009-02-02 Roan Kattouw* API: (bug 17007) Add export functionality to the API
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-04 Roan Kattouw(bug 15768) Add list=watchlistraw to the API
2008-09-27 Roan Kattouw(bug 15653) Add prop=duplicatefiles to the API
2008-09-25 Roan KattouwAPI:
2008-09-25 Roan KattouwDo it right this time
2008-09-25 Roan KattouwAPI: Fix adding over prop/list/meta modules, which...
2008-09-17 Roan KattouwAPI: Adding APIAfterExecute, APIQueryAfterExecute and...
2008-08-16 Roan KattouwAPI: Fixing an E_NOTICE reported by Wikia. Can't reprod...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-13 Aaron SchulzUse 'api' querygroup
2008-04-26 Roan Kattouw(bug 13735) Added prop=categoryinfo module
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-05 Bryan Tong Minh(bug 11633) Explicitly convert redirect titles to strin...
2008-03-18 Roan Kattouw(bug 13390) Invalid title no longer kills an entire...
2008-03-17 Victor Vasiliev* Introduced list=allimages
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-28 Roan Kattouw(bug 12816) Adding list=random module which fetches...
next