ApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, change...
[lhc/web/wiklou.git] / includes / api / ApiBase.php
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.
2008-06-15 Roan KattouwAPI: Add nocreate parameter to action=edit
2008-06-12 Roan Kattouw(bug 14459) Added prependtext and appendtext parameters...
2008-05-28 Roan KattouwAPI: Added optional md5 parameter to action=edit. If...
2008-05-27 Roan Kattouw* Refactor Title::isValidMoveOperation() and Title...
2008-05-20 Roan KattouwHandle multiple warnings correctly in ApiBase::setWarni...
2008-05-20 Roan KattouwAPI: Unrecognized values for multivalue parameters...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-06 Victor Vasiliev* (bug 13965) Hardcoded 51 limit on titles is too limiting
2008-05-03 Aaron SchulzPut some upper limit here
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-05 Bryan Tong Minh(bug 11673) Return error 'unknown_action' in specified...
2008-03-30 Roan KattouwAPI: Forgot a whole bunch of messages specific to ApiEd...
2008-03-28 Roan KattouwRemove stray backslash
2008-03-25 Roan KattouwAPI: Rename dontcreate to createonly, which actually...
2008-03-25 Roan KattouwFixing E_NOTICE
2008-03-25 Roan KattouwAPI: Adding dontcreate parameter to action=edit
2008-03-25 Roan KattouwAPI: Added help text message that specifies whether...
2008-03-24 Alexandre Emsenhuber* Fixed call to deprecated functions
2008-03-21 Aaron Schulz$value should come in as a string (if it doesn't, trim...
2008-03-20 Victor VasilievHandle empty sets correctly
2008-02-25 Roan KattouwAPI: Fixing limit=max output; previous implementation...
next