Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / api /
2011-09-21 Sam ReedReturn documentation
2011-09-16 Alexandre EmsenhuberCall Linker methods statically
2011-09-16 Sam ReedRefactor variables to give somewhat useful names
2011-09-16 Sam ReedAdd handling of format modules to ApiParamInfo
2011-09-16 Sam ReedGive a list of modules to query and action into paraminfo
2011-09-14 Roan KattouwIntroduce MessageCache::getAllMessageKeys(), which...
2011-09-14 Roan KattouwIntroduce Language::getMessageKeysFor() and use it...
2011-09-07 Sam ReedFix whitespace
2011-09-06 Jeroen De Dauwdoc fix
2011-08-31 Roan KattouwClarify parameter description added in r95714
2011-08-29 KrinkleAdd support to only return keys in ApiAllMessages
2011-08-26 John Du HartAPI get functions should be public
2011-08-26 Roan Kattouw(bug 29246) Edit API occasionally throws "unknown error...
2011-08-20 Roan KattouwRevert r95058 (make letype multivalue): has been applie...
2011-08-19 Sam ReedUpstream wikia change
2011-08-19 Roan KattouwMake the PROTO_ parameter to wfExpandUrl() explicit...
2011-08-18 Niklas LaxströmAttempt to fix Bug 30216 - Improve language fallback...
2011-08-17 Sam ReedUpstream another minor Wikia change
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-08-16 Roan KattouwFollowup r90041: keep naming of watch and unwatch calls...
2011-08-15 Sam ReedFollowup r92430 per CR, like r94448
2011-08-15 Roan Kattouw(bug 30269) Strings like foobar//barfoo are linked...
2011-08-14 Max SemenikApiParamInfo: if no help URLs are available, return...
2011-08-14 Max SemenikApiOpenSearch: make description a verb, just like the...
2011-08-13 Sam Reed* (bug 26885) Allow show/hide of account blocks, tempor...
2011-08-11 Sam ReedWhitespace
2011-08-08 Sam ReedFollowup r88488, moved some of the prep work in it...
2011-08-05 Sam ReedWhitespace and comment updates
2011-08-05 Sam ReedFollowup r93905 per comment on bug 30230
2011-08-05 Sam Reed* (bug 18634) Create API to fetch MediaWiki's language...
2011-08-05 Sam ReedSome annotation for (bug 29907) action=parse only fetch...
2011-08-05 Jan Gerberdont use deprecated function WebRequest::getFileSize
2011-08-05 Sam ReedAdd documentation
2011-08-04 Sam ReedFollowup r89564
2011-08-04 Sam Reed* (bug 30230) action=expandtemplates should not silentl...
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-08-03 Roan KattouwIntroduce $wgVaryOnXFPToAPI which sends Vary: X-Forward...
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-08-02 Sam ReedFix minor naming issue from r93314, add a bit to parame...
2011-08-02 Jan Gerberresult of finished Chunk Upload has to be Success
2011-08-02 Jan Gerberuse tabs. for consistant whitespaces
2011-08-02 Jan GerberExtend upload api adding an option to upload files...
2011-07-28 Mark A. Hershbergertabs are tabs, not spaces
2011-07-27 Siebrand Mazelandsiprop=interwikimap and siprop=languages can now use...
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-26 Sam Reed* (bug 29685) do not output NULL parentid with list...
2011-07-26 Sam Reed* (bug 29684) Set forgotten parameter types in ApiQuery...
2011-07-26 Sam Reed* (bug 29748) Add API search prefix support
2011-07-25 Ian BakerAdded a workaround for the lack of RequestContext in...
2011-07-22 Alexandre EmsenhuberReduce a bit the coupling between Skin and OutputPage:
2011-07-21 Ian BakerActually alias sessionkey to filekey, fixes bug in...
2011-07-21 Roan KattouwFix r78824 after some misunderstandings in the CR comme...
2011-07-20 Sam ReedRemove @return void documentation
2011-07-19 PlatonidesFollow up r92036. The global is not needed now.
2011-07-19 PlatonidesFollow-up r91246. The global is no longer needed.
2011-07-19 Robin Pepermans(bug 19838) API does not use interwiki cache.
2011-07-18 Sam Reed* (bug 29938) list=users&usprop=rights shows rights...
2011-07-18 Ian Bakerchanged sessionkey to filekey to keep consistent with...
2011-07-18 Neil Kandalgaonkarremoving xdebug call
2011-07-18 Sam ReedRemove call to User::getImplicitGroups() from ApiQueryA...
2011-07-18 Sam Reed* (bug 29935) Improve formatting of examples in ApiPara...
2011-07-17 Sam ReedAdd a couple more useful URL's to the API help banner
2011-07-17 Sam ReedFollowup r92396
2011-07-17 Sam Reed* (bug 28817) Add reference help page link to API Modules
2011-07-17 Sam ReedFollowup r92396
2011-07-17 Sam ReedFollowup r92396, add help urls for most of the core...
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-15 Roan KattouwFix typo in r91154
2011-07-14 Ian Bakerproperly handle the case where a file disappears during...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-13 Roan KattouwPer wikitech-l, run a bunch of URLs in the API output...
2011-07-13 Roan KattouwUse wfUrlProtocols() in ApiFormatBase instead of simply...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-12 Alexandre EmsenhuberUse createContext() instead of using the global context
2011-07-09 Alexandre EmsenhuberCall doMarkPatrolled() on the RecentChange object inste...
2011-07-08 Alexandre EmsenhuberCreate a new RequestContext to use its OutputPage and...
2011-07-06 Derk-Jan HartmanCorrect the documentation of srprop.
2011-07-06 Derk-Jan HartmanActually return the title of the section, instead of...
2011-07-06 Sam Reed* (bug 29745) Fatal error in API search
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-30 Bryan Tong MinhFollow-up r89544: add dot per CR
2011-06-30 Sam ReedMinor tweaks for r83833 per CR
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-29 Sam ReedFix trailing whitespace
2011-06-28 Aaron SchulzRemoved raw Article->field accessing
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-21 Alexandre EmsenhuberSimplify checks by using wfMessage() instead of wfEmpty...
2011-06-20 Sam Reed* (bug 29278) server error 500 when attempting to add...
2011-06-20 Sam ReedRevert r90488, rename variable from r90487
2011-06-20 Sam ReedFollowup r90487, kill $result=null in middle
2011-06-20 Sam ReedDefine a local variable for $result
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam Reed* (bug 25133) allow redirects also for action=parse...
2011-06-17 Sam ReedFollowup r89539, per CR, we don't need to append iw...
2011-06-17 Sam ReedRelated to bug 29278, and from the comments in bug...
2011-06-14 Niklas LaxströmFU r89545: change broke api watching by switching watch...
2011-06-13 Sam ReedFollowup r89562, use 'feedformat' not 'feed'
2011-06-07 Sam ReedFix error noticed in r88174, wasn't actually validating...
next