Fixup to schema help, there's only one now
[lhc/web/wiklou.git] / includes / api /
2011-03-05 Bryan Tong Minh(bug 27018) Added action=filerevert to revert files...
2011-03-05 Bryan Tong MinhFollow-up r83286: detabify description for mediatype
2011-03-05 Bryan Tong Minh(bug 27587) list=filearchive now outputs full title...
2011-03-05 Bryan Tong Minh(bug 27590) prop=imageinfo now allows querying the...
2011-03-05 Brian Wolff(bug 27862; follow-up r77714) Make emailuser api module...
2011-03-03 Sam ReedFollowup r82060
2011-03-02 Sam ReedFix typo in @param comment
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-02-27 Sam ReedTweak some documentation
2011-02-26 Bryan Tong MinhFollow-up r82853: Filter out create restriction from...
2011-02-25 Sam ReedFollowup r82810, r82813, r82814
2011-02-25 Sam ReedFix double indenting
2011-02-25 Sam ReedOne minor followup to r82810
2011-02-25 Brian Wolff(follow-up r82810) Address Reedy's comments on irc.
2011-02-25 Brian Wolff(bug 27715) Make imageinfo api module respect revDelete.
2011-02-25 Sam ReedImplement getRequireOnlyOneParameterErrorMessages,...
2011-02-25 Sam ReedDisplay userid, and actually put username in user ...
2011-02-25 Sam ReedCommit stuff from my w/c
2011-02-25 Sam Reed* (bug 27708) list=users does not have a property to...
2011-02-24 Sam ReedRefactor code a little bit, save doing redundant checks...
2011-02-24 Sam ReedBit of documentation, explicitness, variable definition
2011-02-24 Sam ReedFixup one missed alias rename from r82739
2011-02-24 Sam ReedFollowup to r82739 (bug 27688)
2011-02-24 Sam Reed* (bug 27688) Simplify queries to list user block infor...
2011-02-24 Sam ReedFollowup r82727, improve comments, cast return value...
2011-02-24 Sam ReedSeems the api edit watch/unwatch wasn't too well tested...
2011-02-24 Sam ReedNormalising API documentation
2011-02-21 Sam Reed* (bug 27616) Add userid of blocked user and blocker...
2011-02-21 Sam Reed* (bug 27611) list=blocks: Use ipb_by_text instead...
2011-02-20 Sam ReedFollowup r82509, prefix the code for urlwidth too
2011-02-20 Sam ReedRemove error duplication in ApiQueryStashImageInfo...
2011-02-20 Sam ReedPer comment on r82477, update output for prop=statimageinfo
2011-02-19 Sam Reed* (bug 27554) Update api information text to reflect...
2011-02-19 Sam ReedMore parameter documentation
2011-02-16 Sam Reed* (bug 27479) API error when using both prop=pageprops...
2011-02-13 Bryan Tong MinhFollow-up r82049: Fix strict comparison because MediaHa...
2011-02-13 Sam Reed* (bug 27376) when using ApiBase::PARAM_TYPE => 'intege...
2011-02-13 Brian Wolff(follow-up r81558) Per suggestion, make this use media...
2011-02-12 Bryan Tong MinhFollow-up r81971: Can't use $this->setWarning() in...
2011-02-11 Bryan Tong MinhFollow-up r81971: Fix error handling
2011-02-11 Bryan Tong Minh* (bug 27199) Thumbnail urls can be fetched for old...
2011-02-11 Bryan Tong MinhFollow-up r81558: Only raise a warning if no image...
2011-02-10 Bryan Tong MinhFollow-up r70137: Unconditionalize the asyncdownload...
2011-02-10 Alexandre EmsenhuberAdded "context title" to replace $wgTitle, current...
2011-02-10 Bryan Tong Minh(bug 25832) query=allimages now outputs ns/title as...
2011-02-09 Sam ReedExplicitally define $fld_rights on all code paths
2011-02-09 Alexandre Emsenhuber* Add a amtitle param to meta=allmessages
2011-02-08 PlatonidesUnused globals
2011-02-08 PlatonidesUse of undefined constant h in line 250. Follow up...
2011-02-06 Sam Reed* (bug 27205) aiprop=metadata and aiprop=parsedcomment...
2011-02-05 Daniel FriesenKill off Linker::getExternalLinkAttributes.
2011-02-05 Daniel FriesenFollowup r81569, kill the wfDeprecated for now till...
2011-02-05 Daniel FriesenFollowup comment to r81507. The api is using a legacy...
2011-02-05 Brian Wolff(bug 26548) Make multi-paged documents (PDFs) work...
2011-02-03 Alexandre Emsenhuber* Use wfMessage() instead of wfMsgGetKey()
2011-02-02 Roan KattouwFix regression in r81124, causing &pst to be ignored...
2011-01-30 Sam ReedA few return type hints
2011-01-28 Roan KattouwImplement prop=wikitext in action=parse, (optionally...
2011-01-28 Roan KattouwAdd the resolved URL of each langlink to the API's...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-23 Bryan Tong MinhFollow-up r69233: use getDbKey() instead of getText...
2011-01-23 Sam Reed* Expose list of skins in meta=siteinfo
2011-01-21 Zak GreantMake paraminfo output examples along with parameter...
2011-01-19 Roan KattouwVarious fixes for API category changes:
2011-01-15 Sam ReedFix spaes from r80362
2011-01-15 Sam ReedLast bits of bug 24650 Fix API to work with categorylin...
2011-01-15 Sam ReedMore for bug 24650. Update continue to be usable unique...
2011-01-14 Sam ReedBye bye filesorts. Making order by cl_type, and then...
2011-01-14 Sam ReedBleh, didn't press save again (r80350)
2011-01-14 Sam ReedMore query reorganisation, in an attempt to be index...
2011-01-14 Sam ReedFix indenting, rearrange some where statements
2011-01-14 Sam ReedRemove ancient comment, collapse if, move USE INDEX...
2011-01-14 Sam ReedFollowup r80324, add type property description
2011-01-14 Sam ReedStart of bug 24650 Fix API to work with categorylinks...
2011-01-12 Sam ReedNot sure why I originally used array_key_exists()....
2011-01-12 Sam ReedDocument return type.
2011-01-12 Sam ReedinitFromQueryResult doesn't use the $db parameter.
2011-01-10 Sam ReedNormalise casing of svn:keywords Id
2011-01-10 Sam Reed* (bug 26650) Remove $wgAPICacheHelp in favour of ...
2011-01-07 Sam ReedWiden documentation header also
2011-01-07 Sam ReedWiden api help splitters
2011-01-07 Sam ReedRemove some blank lines
2011-01-07 Sam ReedAdd some more requireOnlyOneParameter related errors
2011-01-07 Sam ReedRemove one invalid errors, add 2 that could be returned
2011-01-06 Sam ReedMore tweaks/comments/fixups per r79455
2011-01-06 Sam ReedAdding some spaces, and some else block comments (due...
2011-01-06 Sam ReedFix string concat error in r66150. Also was a bug/notic...
2011-01-06 Sam ReedPass 0 as 2nd parameter of an Article Constructor ...
2011-01-06 Sam ReedFix -rakkaus/#mediawiki-i18n- [06-Jan-2011 16:10:59...
2011-01-06 Sam ReedMinor followup to r79649. Rename variables
2011-01-05 PlatonidesUnused global
2011-01-05 Sam Reed* (bug 26480) add a pppageprops param to prop=pageprops
2011-01-05 Sam ReedMinor code order tweaks in ApiQueryPageProps.
2011-01-05 Sam Reed* (bug 26484) add a lltitles param to prop=langlinks
2011-01-05 Sam Reed* (bug 26483) add a iwtitles param to prop=iwlinks
2011-01-05 Sam Reed* (bug 26485) add a elextlinks param to prop=extlinks
2011-01-05 Sam ReedRefactor out protocol preperation to ApiQueryExtLinksUs...
2011-01-05 Sam ReedFollowup r79638
next