Fix indentation in r79746
[lhc/web/wiklou.git] / includes / api /
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...
2010-12-14 Roan KattouwImprove some of the descriptions added in r68482
2010-12-09 Bryan Tong MinhRevert the addition of the patrol token from ApiQueryIn...
2010-12-09 Bryan Tong MinhBREAKING CHANGE: Require POST for patrolling revisions...
2010-12-06 Priyanka DhandaPart of fix/workaround to bug 26163. API calls to...
2010-12-05 Alexandre EmsenhuberConverted ImportStreamSource functions to return a...
2010-12-04 Sam ReedFollowup r77666, bug 26219
2010-12-03 Roan KattouwFix indentation of => added in r77366 to be in step...
2010-12-03 Roan Kattouwand -> && in r77366
2010-12-03 Sam Reed* (bug 26219) Show API limits for multi values in descr...
2010-12-03 Roan KattouwFollowup r77072: declare llurl as a boolean parameter.
2010-11-27 Bryan Tong Minh(bug 10268) Added linktodiffs parameter on action=feedw...
2010-11-27 Bryan Tong Minh(bug 26125) prop=imageinfo&iiprop=size now returns...
2010-11-24 Alexandre EmsenhuberWikiImport no longer returns a WikiError since the...
2010-11-23 Sam ReedSpaces to tab, add a couple of braces
2010-11-23 Bryan Tong Minh(bug 25174) Add equal sign to boolean parameters in...
2010-11-23 Sam ReedExplicit variable definition, tweak documentation
2010-11-23 Sam Reed* (bug 26089) add block expiration to blockinfo
2010-11-23 Alexandre Emsenhuber* (bug 26075) ApiDelete.php now calls correctly Article...
2010-11-21 Sam ReedPer r77072 CR, followup r66872 (seemingly my crappy...
2010-11-21 Alexandre EmsenhuberPer Reedy, follow-up to r77072: don't use array_merge...
2010-11-21 Alexandre Emsenhuber* (bug 26006) prop=langlinks now allows obtaining full URL
2010-11-19 Alexandre Emsenhuber* (bug 25987) prop=info&inprop=watched now also works...
2010-11-16 Neil KandalgaonkarFixed bug#25784 (thumbnails of stashed files had wrong...
2010-11-13 Sam ReedFixed up some doxygen warnings
2010-11-10 Andrew GarrettResolve bug 25580: pass $pageInfo along to finishImport...
2010-11-08 Sam ReedMinor followup r75809, don't use nested if's unnecesserily
2010-11-06 Sam ReedFixup fail from r76191. Thanks Nikerabbit
2010-11-06 Bryan Tong MinhFollow up r75621: Use setContent and setIndexedTagName...
2010-11-06 Sam ReedAdd missing credits from r75975
2010-11-05 Sam ReedFollowup r75999, use the correct variable. Zak confused...
next