Normalise casing of svn:keywords Id
[lhc/web/wiklou.git] / includes / api / ApiBase.php
2011-01-07 Sam ReedRemove some blank lines
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-29 Roan KattouwFollowup r78824: add missing message
2010-12-23 Sam ReedMore minor bits of documentation
2010-12-22 Sam Reed* (bug 24287) Wrap/similar on api help output
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-04 Sam ReedFollowup r77666, bug 26219
2010-12-03 Sam Reed* (bug 26219) Show API limits for multi values in descr...
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-04 Sam ReedFollowup r74234 flip parameters
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-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-09-25 Sam ReedFill in missing params from a dieUsage
2010-09-25 Sam ReedRemove some unused variables
2010-09-03 Sam ReedOnly display Examples section if it's got anything...
2010-08-31 Sam ReedApiBase.php:
2010-08-19 Sam ReedMinor followup to r70480
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-05 Sam ReedFollowup r69091 Where did those spaces come from? :/
2010-08-05 Sam Reedstylize api up to date
2010-08-05 Sam ReedRevert r70489
2010-08-05 Sam ReedMove if ( is_array( $value ) && !$dupes ) { up to else...
2010-08-05 Sam ReedFollowup r70480, per Nikerabbits comment, there ''...
2010-08-04 Sam Reed-rakkaus/#mediawiki-i18n- [04-Aug-2010 22:02:04] PHP...
2010-08-04 Sam ReedFollowup r70479
2010-08-04 Sam ReedFurther followup to r70460/r70461 and r70477
2010-08-04 Sam ReedFollowup r70460/r70461
2010-08-04 Sam ReedFollowup r70461 if PARAM_REQUIRED is set, use for missi...
2010-08-04 X!Followup to r70460: Committed wrong version of ApiBase...
2010-08-04 X!* PARAM_REQUIRED parameter flag added. If this flag...
2010-07-28 Bryan Tong Minh(bug 24564) Fix fatal errors when using list=deletedrev...
2010-07-28 Tim StarlingReintroduced the extractRequestParams() memoization...
2010-07-26 Tim StarlingPartial revert of r69782: reverted the cache feature...
2010-07-25 PlatonidesMove getValidNamespaces() to Namespace.php
2010-07-23 Roan KattouwFollowup to r69776: cache result of extractRequestParam...
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-22 Sam ReedAdd braces
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-07-06 Sam ReedStylize API
2010-06-27 Sam Reed* (bug 24136) unknownerror when adding new section...
2010-06-22 Sam ReedResolve fixme of r66539
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-18 Roan Kattouw(bug 24016) API: Handle parameters specified in simple...
2010-05-11 Sam ReedFollowup to r66232 do same for limit text, and module...
2010-04-17 Sam ReedStylize Api upto date
2010-04-17 Mark A. Hershberger* New UploadFromUrlJob class to handle Upload-by-Copy
2010-04-14 Bryan Tong MinhFollowup to r64962: Fixed watchlist parameter in API...
2010-04-14 Mark A. Hershberger* EOL ws clean on ApiBase.php
2010-04-12 Sam ReedRevert r64955
2010-04-11 Alexandre EmsenhuberFix param names mismatch in code/doc from r64852 and...
2010-04-10 Mark A. Hershberger* Clean up some duplicated code in r64291
2010-04-07 Sam ReedFixup to r64197 per mediawiki.org/wiki/Special:Code...
2010-04-01 Mark A. Hershbergerfollowup r64465 — make happy-melon happy
2010-04-01 Mark A. Hershbergerfollow up r64454 — change comment style
2010-03-31 Mark A. HershbergerGet rid of E_STRICT message
2010-03-30 Mark A. Hershberger* Set $titleObj to null by default on getWatchlistValue...
2010-03-28 Sam ReedSwitch if ordering as per Roans comment for r64291
2010-03-28 Sam ReedFollowup r64197
2010-03-27 Roan KattouwFix coding style, whitespace in r64267
2010-03-27 Sam ReedFollowup to r64197
2010-03-26 Happy-melonFollowup to r64228 - apply restrictions in API.
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-02-26 Roan KattouwAPI: Don't unstub $wgContLang in ApiBase::getValidNames...
2010-02-24 X!Whoops, committed wrong version
2010-02-24 X!PARAM_TYPE 'user' now works for multi-values
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-20 Jack PhoenixApiBase.php: coding style cleanup, added more braces...
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-16 Sam ReedFollowup to r62557
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-15 Roan KattouwAPI performance fixes: avoid unstubbing $wgContLang...
2010-02-15 Mark A. Hershbergerfollow up r62353 Make ApiBase::requireOnlyOneParameter...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-14 Sam ReedMove ( 'code' => 'show', 'info' => 'Incorrect parameter...
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-02-11 Sam ReedSimplification as per Bryan on r62339 comment
2010-02-11 Sam ReedCater for some more errors in ApiBase.php
2010-02-11 Sam Reed$this->mModuleName to $this->getModuleName()
2010-02-11 Sam ReedUpdate code documentation with Bryans help for r62282...
2010-02-11 Sam ReedFollowup to bryans comment for r62328
2010-02-11 Sam ReedMove mustBePosted error into messageMap
2010-02-11 Sam ReedMore of bug 18771 - List possible errors in action...
2010-02-11 Sam ReedStart implementation of bug 18771 - List possible error...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-23 Roan KattouwAPI: Fix bug where deprecated boolean parameters would...
2010-01-22 Mark A. Hershbergerws only cleanup
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
next