Tweak for r79018: fatal errors due to something calling parser clearState when mOptio...
[lhc/web/wiklou.git] / includes / api /
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
2011-01-05 Philip TzouFollow r79649 and r79650. Errrr, remove the redundant...
2011-01-05 Philip Tzoufollow r79649, move the in-block assignment outside.
2011-01-05 Philip TzouAdd fallback languages support for ApiOpenSearch.
2011-01-05 Sam Reed* (bug 26498) allow LinksUpdate with API
2011-01-05 Sam Reed* (bug 26482) add a imimages param to prop=images
2011-01-04 Sam Reed* (bug 26460) Add support for listing category members...
2011-01-04 Sam Reed* (bug 25135) add "normalized" to action=parse
2011-01-04 Sam Reed* (bug 26560) On allusers if limit < total number of...
2011-01-04 Sam Reed* (bug 26559) list=allusers auprop=rights does not...
2011-01-04 Sam Reed* (bug 26558) list=allusers auprop=groups does not...
2011-01-04 Sam ReedFollowup r79545, we don't really care for duplicate...
2011-01-04 Sam ReedAdd rights to array. Grrr
2011-01-04 Sam ReedCrappy spaces from r79549
2011-01-04 Sam ReedRest of * (bug 25767) Add userrights properties to...
2011-01-04 Sam Reed* (bug 25767) Add userrights properties to allusers...
2011-01-04 X!Followup to r79532: Did I really need to implement...
2011-01-03 Ilmari Karonenmake action=parse return a missingtitle error if the...
2011-01-03 Sam ReedMove comment about groups potentially returning less...
2011-01-02 Sam Reed* (bug 26541) Generator-ise ApiQueryRecentChanges
2011-01-02 X!-Add &watchuser option to ApiBlock
2011-01-02 Sam ReedFollowup r79470, removed unused variable
2011-01-02 Sam ReedMethod documentation
2011-01-02 Sam ReedApiQueryRevisions: Switch from manual Cache checking...
2011-01-01 Sam ReedAdd missing $popts parameter, and pass it from r79455
2011-01-01 Sam ReedAllow section to work with oldid when oldid == currentr...
2011-01-01 Sam ReedPer Platonides on CR r75334, use $article->getParserOut...
2011-01-01 Sam ReedPer Nikerabbit on IRC, and Bryan on CR (r79451), change...
2011-01-01 Sam ReedFollowup r75334. Change to int == string, rather than...
2011-01-01 Daniel FriesenAdd a realname option to query=userinfo in the api.
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-30 Sam ReedPer CR on r68482, fix adss to add
2010-12-29 Bryan Tong MinhFollow-up to r75282: don't query if there are no pages...
2010-12-29 Roan KattouwFollowup r78824: add missing message
2010-12-29 Chad HorohoeFix example per r78832 CR
2010-12-23 Sam ReedAnother variable type hint, and some function documentation
2010-12-23 Sam ReedMore minor bits of documentation
2010-12-23 Sam ReedAdd some method documentation
2010-12-22 Sam ReedFixup date and uppercase parameter from r78824
2010-12-22 Sam Reed* (bug 24287) Wrap/similar on api help output
2010-12-22 Roan KattouwFix r78828: comma to dot
2010-12-22 Sam ReedRemove spurious 0 from r78831
2010-12-22 Sam ReedAdd a really basic example for completeness
2010-12-22 Sam ReedFix trailing whitespace in ApiQueryQueryPage.
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-22 Roan KattouwFix misspelling of my name, that I seem to have put...
2010-12-22 Roan KattouwReplace my old e-mail address with my new one in API...
2010-12-22 Roan Kattouw(bug 14869) Add API module for accessing QueryPage...
2010-12-20 Happy-melonRevert rollback implementation of r78585, r78599. ...
2010-12-19 Happy-melonFollow-up r78585: Make Token::PERSISTENT the default...
2010-12-18 Happy-melonMerge in Token class from my branch; would like some...
2010-12-14 Sam Reed* (bug 26339) Throw warning when truncating an overlarg...
next