Followup to r64962: Fixed watchlist parameter in API. User options watchdeletions...
[lhc/web/wiklou.git] / includes / api / ApiBase.php
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)...
2009-10-28 Raimond SpekkingFollow-up r58237: fixing PHP Notice: Undefined variable...
2009-10-28 Chad Horohoe(bug 21106) tag deprecated parameter in action=paraminf...
2009-10-24 Alex Z(bug 18019) Warn users when moving a file to a name...
2009-09-26 Siebrand MazelandNew permission 'sendemail' added. Default right for...
2009-08-28 Roan KattouwAPI: BREAKING CHANGE: (bug 20426) Instead of throwing...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-07-26 Roan KattouwElaborate docs added in r53753 per CR comment
2009-07-25 Roan KattouwFollowup to r53702: document $extradata parameter
2009-07-23 Aryeh GregorBetter documentation for dieUsage()
2009-07-15 Michael Daleother part of the r53342 commit
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-12 Bryan Tong Minh(bug 18533) Add readonly reason to readonly exception
2009-05-09 Roan KattouwAPI: (bug 18731) Show correct SVN links for extension...
2009-05-07 Chad HorohoeDon't explicitly check for false. Most modules without...
2009-04-27 Roan KattouwAPI: Fix regression from r32224 with caused bug 18597...
2009-03-29 Roan KattouwFollowup to r49013: forgot to commit ApiBase.php
2009-03-26 Roan KattouwAPI: Add nosuchuser message to ApiBase::$messageMap
2009-03-18 Alexandre EmsenhuberChanged ereg(i)_replace to preg_replace, the former...
2009-03-07 Alexandre EmsenhuberPer anomie's report on IRC: $wgMaxArticleSize is in...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-27 Roan KattouwAPI: (bug 17703) Fix regression from r47039 causing...
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-09 Roan Kattouw* API: (bug 17357) Add subpage moving to the API
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-01-31 Roan KattouwRevert r46512 (Add "check" parameter to action=email...
2009-01-29 Roan KattouwAdd the 'movenotallowedfile' message to the API message...
2009-01-29 X!Add "check" parameter to action=email
2009-01-26 Roan Kattouw* API: (bug 15949) Add undo functionality to action...
2009-01-23 Roan KattouwAPI: Fix profiling errors caused by calling wfProfileCl...
2009-01-20 Alex ZMake API action=delete respect $wgDeleteRevisionsLimit
2008-12-21 Roan KattouwAPI: Fix weird ==/=== bug in API help: a possible value...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-10-30 Roan KattouwAPI: Fix r42813, committed some stuff that shouldn...
2008-10-30 Roan KattouwAPI: Tweak r42794 (add docs for ApiBase class constants...
2008-10-30 Chad HorohoeAdd some docs on these class constants
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-24 Roan KattouwAPI: * BREAKING CHANGE: (bug 16074) Providing prop...
2008-10-07 Roan Kattouw* (bug 15845) API: Added pageid/fromid parameter to...
2008-10-04 Roan KattouwAPI: * (bug 15785) Allow for different expiry times...
2008-09-18 Alex Z*Don't let the API action=protect set actions that...
2008-09-14 Thomas BleherEscape $1 in message (was PHP syntax error)
2008-09-07 Roan Kattouw(bug 15359) Add APIGetAllowedParams and APIGetParamDesc...
2008-09-04 Roan Kattouw(bug 15466) Added action=purge to the API. Modified...
2008-09-04 Roan Kattouw* Split patrol code
2008-08-29 Bryan Tong MinhFix for my previous commit: Filter out null values
2008-08-29 Bryan Tong MinhAdd a function to require one and only one parameter...
2008-08-27 Roan KattouwFix fatal error caused by missing comma
2008-08-27 Bryan Tong Minh* Fixup validation methods in UserEmailForm a bit so...
2008-08-26 Roan KattouwAPI: Improvements to action=emailuser:
2008-08-26 Roan KattouwAPI: Throwing a more specific error message when the...
2008-08-05 Roan KattouwAPI:
2008-08-05 Chad HorohoeBadaccess-group1/2 no longer exist.
next