Bug 32238 - phaseout wgEnableTooltipsAndAccesskeys
[lhc/web/wiklou.git] / includes / api /
2011-11-19 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-11-19 Alexandre EmsenhuberFollow-up r103332: fix "invalidoldimage" error message...
2011-11-18 Alexandre Emsenhuber* Use ParserOptions::newFromContext() to not depend...
2011-11-17 Sam ReedFix the rest of 'inlanguage ' in r93765
2011-11-17 Sam ReedFix trailing space in r93765
2011-11-17 Alexandre Emsenhuber* Use the fact that WikiPage::getLatest() is updated...
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-14 Roan KattouwRemove commented-out variable ApiMain::$mRequest
2011-11-14 Roan KattouwFollowup r99224: add message to ApiBase::$messageMap too
2011-11-14 Sam ReedAdd Platonides' "add wlexcludeuser to feedwatchlist...
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-14 Roan Kattouw(bug 26909) Add dir parameter for prop= API modules...
2011-11-13 Alexandre EmsenhuberRemoved usage of $wgUser in block and unblock processing:
2011-11-12 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-10 Sam ReedDocumentation
2011-11-10 Jure Kajzer* sry about that :S ... 10x Aaron
2011-11-10 Jure Kajzer* fix as per comment on CR r102625#c25856
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-09 Roan Kattouw(bug 32256) API list=search stops at first invalid...
2011-11-08 Alexandre EmsenhuberUse the local context instead of $wgOut, now that we...
2011-11-05 Alexandre Emsenhuber* Use WikiPage instead of Article for doPurge(), gettin...
2011-11-04 Brion VibberPartial revert of r101912 -- restores r99315 'includexm...
2011-11-03 Brion Vibber* (bug 31878, bug 31542) Fix XML namespace output in...
2011-11-03 Mark A. Hershbergereol w/s
2011-11-03 Alexandre EmsenhuberPer Aaron, fix for r89405: introduced DerivativeRequest...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-01 Sam Reedarrray -> array
2011-10-30 Roan Kattouw(bug 32051) Fix description for wlprop=sizes
2011-10-30 Roan KattouwIntroduce cmstartsortkeyprefix and cmendsortkeyprefix...
2011-10-29 John Du HartFollowup r100927 and r100905, when setting a FauxReques...
2011-10-29 Sam ReedKill various unused variables
2011-10-28 Sam ReedUpdate documentation
2011-10-27 Alexandre EmsenhuberFix for r100905:
2011-10-27 John Du HartFollowup r100905, cleanup per CR and fixes the overridi...
2011-10-27 Sam ReedDocumentation
2011-10-26 John Du HartFollowup 100905, fixing usages of getContext()
2011-10-26 John Du HartAdding context to the API
2011-10-26 John Du HartFollowup r100847, ApiMain now respects $wgShowHostnames
2011-10-26 John Du HartSmall todo note about ApiMain
2011-10-20 Antoine Musso(bug 31345) document API Revisions parameters as enum
2011-10-19 Ryan Kaldarimore accurate documentation for addValue() method
2011-10-18 Alexandre EmsenhuberFix for r100114: make API and tests work again
2011-10-16 Max SemenikFixed bug in r99914, also reverted accidental tabs...
2011-10-15 Max Semenik(bug 31674) Can't edit watchlist if it contains special...
2011-10-13 Aaron Schulz(bug 31679) Fixed use of 'allowusertalk'
2011-10-13 Sam ReedFollowup r85756
2011-10-11 Roan Kattouwlist=allusers was throwing fatals when invalid user...
2011-10-07 Bryan Tong MinhFollow-up r84765, use timestampOrNull
2011-10-07 Bryan Tong MinhFollow-up r98430, use dedicated error message for filen...
2011-10-07 Max SemenikRevert r93246: besides the problems pointed out at...
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-10-06 Bryan Tong Minh(bug 24781) The API will include an XML namespace if...
2011-10-05 Sam Reed3 PHP Fatal error: Call to undefined method LocalFile...
2011-10-05 Roan KattouwFix bug in r83814 reported on IRC: categorymembers...
2011-10-03 Roan KattouwRename $wgVaryOnXFPForAPI (introduced in r93818) to...
2011-09-29 Brian WolffFix handling of qplimit/qpoffset and cachedtimestamp...
2011-09-28 Sam ReedFollowup r98329
2011-09-28 Sam ReedFix whitespace
2011-09-28 Sam ReedBug 31199 - Fix notification of implicit groups so...
2011-09-22 Sam ReedMerge r97789 into trunk
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...
next