Revert r72959
[lhc/web/wiklou.git] / includes / api /
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...
2010-09-24 Matthew BrittonAPI: sinumberingroup now gives correct size of 'user...
2010-09-23 Matthew Brittonfollow up r72387: using ApiQuery here breaks ApiParamIn...
2010-09-22 PlatonidesFix bug from r68337. The variable is called $res, not...
2010-09-22 Roan KattouwRevert r73510 (trunk version of r73511 ; missed the...
2010-09-22 Tim StarlingAllow API modules to be disabled in configuration....
2010-09-20 Sam ReedRemove some unused variables
2010-09-19 Alexandre EmsenhuberFixed parameter name in documentation
2010-09-13 Roan Kattouw(bug 25137) Don't open a DB connection just to (wrongly...
2010-09-10 PlatonidesFollow up r70957. Remove the double semicolon.
2010-09-10 Platonides(Bug 25138) ApiUndelete begins a transaction, but does...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-06 Bryan Tong MinhFollow-up r70137: Made asynchronous upload working...
2010-09-04 PlatonidesMake happy check-vars. This shows it that getQuery...
2010-09-03 Sam ReedOnly display Examples section if it's got anything...
2010-09-03 PlatonidesFollow-up r70970. There's no StubUser any more, so...
2010-09-03 Sam ReedWiden header documentation
2010-09-02 Sam ReedAlign URL's
2010-09-01 Sam Reed* (bug 24166) API error when using rvprop=tags
2010-08-31 Sam ReedApiBase.php:
2010-08-28 Sam ReedDescribe user property in ApiQueryAllimages
2010-08-28 Sam ReedBug 19195 - Make user IDs more readily available with...
2010-08-28 Sam Reedr71834, params and desc would be good
2010-08-28 Sam ReedFollowup r71831, it's not mutually exclusive!
2010-08-28 Sam ReedCouple more userid properties for Bug 19195
2010-08-28 Sam ReedPart of Bug 19195 - Make user IDs more readily availabl...
2010-08-26 Sam ReedMove ApiFormatYaml_spyc.php to spyc.php as per r71763
next