Crappy spaces from r79549
[lhc/web/wiklou.git] / includes / api /
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...
2010-11-05 Roan KattouwRevert r76077, r76079, they were an overreaction to...
2010-11-05 Roan Kattouw(bug 25793) Don't output the session ID over HTTP,...
2010-11-04 Sam ReedFixup r75999, add missing ./PhpStorm-98.240/bin/webide...
2010-11-04 Sam Reed* (bug 25760) counter property still reported by the...
2010-11-04 Sam ReedCapitalise first letters
2010-11-04 Sam ReedFollowup r28029, we should probably at least pay attent...
2010-11-03 Sam ReedTab out for alignment, and normalise capitalisation...
2010-11-03 Sam ReedTab out siprop, so they are a bit more aligned
2010-11-03 Chad HorohoeCleanup r65183, fix ugly stylize.php formatting
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-11-01 OverlordQRevert r69337 (Removal of minordefault preference)
2010-11-01 Sam Reed* (bug 25741) Add more data to list=search's srprop...
2010-11-01 Sam ReedFollowup r75641, improve function documentation
2010-10-31 Derk-Jan HartmanUse isset to protect against Undefined index PHP notice.
2010-10-29 Bryan Tong Minhr75621 copy-paste fail
2010-10-29 Sam ReedFollowup r75554, functionise Export code, allows for...
2010-10-28 Sam ReedMinor followup to r75621, add whitespace
2010-10-28 Bryan Tong Minh(bug 25648) API discovery information has been added...
2010-10-28 Sam ReedFunction return type hints
2010-10-27 Sam Reed* (bug 25463) Export header should not be shown if...
2010-10-27 Roan KattouwFollowup to r75266: remove warning "rvlimit may not...
2010-10-26 Bryan Tong MinhFollow-up r75282
2010-10-26 Sam ReedFollowup r75282, remove now unused class variables
2010-10-24 Sam Reed* If a action=parse request provides an oldid that...
2010-10-24 Bryan Tong MinhRemove unnecessary @error surpressing operator. $pageSe...
2010-10-23 Bryan Tong MinhFollow-up r70638:
2010-10-23 Roan KattouwRevert r70703 and followup r70715: broke &redirect...
2010-10-23 Roan KattouwBREAKING CHANGE: Per r70640 CR, salt patrol tokens...
2010-10-23 Bryan Tong MinhAdded rvparse to parse revisions. For performance reaso...
2010-10-23 Bryan Tong MinhAdded iiprop=parsedcomment to prop=imageinfo, similar...
2010-10-20 Sam ReedFollowup r75096 per Platonides, name the stuff better...
next