Remove comment about possibly removing the extra debugging info. Only the site admin...
[lhc/web/wiklou.git] / includes / api /
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...
2010-10-20 Sam ReedFew more explicit class variable declarations
2010-10-20 Sam ReedFix some method documentation
2010-10-19 Sam ReedFollowup r74988, brion wins again ;D
2010-10-19 Sam ReedSwap usage of create_function for defined function...
2010-10-18 Roan KattouwRevert r74810 (vary API help cache on $wgUser->isAnon...
2010-10-17 Sam ReedFollowup r74392. Also cache result of getUser call...
2010-10-16 Roan KattouwFix r72905: don't run $endTime through wfTimestamp...
2010-10-15 Sam Reed* (bug 24792) API help caching doesn't vary on $wgUser...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-09 Sam ReedNot sure why watch was marked as deprecated, but unwatc...
2010-10-09 Sam ReedComment return types, some explicit class variable...
2010-10-06 Sam ReedExplicit class variable definition
2010-10-06 Sam ReedFollowup r71831, User::newFromName, not newFromText
2010-10-04 Sam ReedFollowup r74234 flip parameters
2010-10-04 Roan KattouwPer r74201 CR, make it clear that the list of languages...
2010-10-03 Sam ReedObject return type hints
2010-10-03 Sam ReedMinor tweaks to r74232, add a value for $botMax on...
2010-10-03 Sam ReedFollowup r74230, if we make things array, we should...
2010-10-03 Sam ReedFirst part of "*(bug 25303) API: integer parameter...
2010-10-03 Roan KattouwPer r69587 CR, mention which languages support variant...
2010-10-01 Sam ReedMinor followup to r74095, remove method as all it does...
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-10-01 Sam ReedRemove error from ApiUserrights getPossibleErrors,...
2010-10-01 Sam ReedFew explicit class variable definitions
2010-09-29 Chad HorohoeDocument return values I needed
2010-09-28 Brion VibberClean tabs/spaces for r73853
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-09-28 Sam ReedSwap a couple of while loops for foreach
2010-09-28 Sam ReedMinor followup to r66061, make the examples more explic...
2010-09-27 Roan KattouwFix indentation
2010-09-25 Sam ReedAdd missing @'s to r73753, document return type
2010-09-25 Sam Reed$name used in continue is undefined, use $message
2010-09-25 Sam Reedextract is weird
2010-09-25 Sam ReedRemove some unused keys from foreach
2010-09-25 Sam ReedFill in missing params from a dieUsage
2010-09-25 Sam ReedWhat's a boolif?
2010-09-25 Sam ReedRemove some unused variables
2010-09-24 Matthew Brittonreimplement r73652 having actually read coding conventi...
next