aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiDelete.php
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into WikidataJens Ohlig2012-04-111-1/+1
|\|
| * Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* | auto-summary, auto-delete-reasonDaniel Kinzler2012-04-041-1/+1
|/
* Consistency: made all API examples a verbsMax Semenik2012-01-121-2/+2
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-2/+2
* * Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (onl...Alexandre Emsenhuber2011-12-271-5/+0
* Revert r106521: creates lots of long, unwrappable lines in help outputBrion Vibber2011-12-201-2/+2
* More example conversions/additionsSam Reed2011-12-171-2/+2
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* * Use WikiPage instead of ArticleAlexandre Emsenhuber2011-11-161-44/+51
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* DocumentationSam Reed2011-10-271-8/+3
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* Removed raw Article->field accessingAaron Schulz2011-06-281-1/+1
* Single messages can be passed as strings to Api::dieUsageMsg()Antoine Musso2011-05-191-1/+1
* Remove @static from all over the place. That's what the static keyword is for...Chad Horohoe2011-04-211-1/+0
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-131-17/+15
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-131-15/+17
* Removing pass by reference, and making the $error argument for doDeleteArticl...Ryan Lane2011-03-231-1/+1
* Moving deletion hooks into doArticleDelete so that other code can sanely dele...Ryan Lane2011-03-231-8/+4
* Implement getRequireOnlyOneParameterErrorMessages, to make the error messages...Sam Reed2011-02-251-8/+9
* More parameter documentationSam Reed2011-02-191-1/+1
* Add some more requireOnlyOneParameter related errorsSam Reed2011-01-071-0/+2
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Replace my old e-mail address with my new one in API comments. A bit outdated...Roan Kattouw2010-12-221-1/+1
* * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hookAlexandre Emsenhuber2010-11-231-1/+1
* Fix some method documentationSam Reed2010-10-201-1/+1
* Assignment in loop conditions suckSam Reed2010-10-131-1/+1
* Not sure why watch was marked as deprecated, but unwatch wasn't... Marking un...Sam Reed2010-10-091-1/+4
* Comment return types, some explicit class variable declarationSam Reed2010-10-091-0/+9
* Minor tweaks to r74232, add a value for $botMax on calls for integer validati...Sam Reed2010-10-031-0/+5
* * (bug 25248) API: paraminfo errors with certain modulesSam Reed2010-10-011-0/+4
* Remove some unused variablesSam Reed2010-09-251-1/+0
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-2/+4
* Remove some unused globalsSam Reed2010-07-221-2/+0
* $this isn't valid in a static function. Fix for r46507Sam Reed2010-07-221-1/+1
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Remove arrays from getDescription where we are only using 1 lineSam Reed2010-05-251-3/+1
* Mixture of things.Sam Reed2010-05-111-4/+5
* Followup to r64962: Fixed watchlist parameter in API. User options watchdelet...Bryan Tong Minh2010-04-141-3/+1
* * Clean up some duplicated code in r64291Mark A. Hershberger2010-04-101-12/+8
* Followup r64197Sam Reed2010-03-281-4/+12
* Fix bug 22944 in a much better fashion (using watchlist parameter)Sam Reed2010-03-251-3/+19
* Revert my api changes to pre r64815Sam Reed2010-03-251-5/+0
* Add array( 'show' ), to getPossibleErrorsSam Reed2010-03-251-0/+1
* Stop mutually exclusive values in ApiProtectSam Reed2010-03-251-1/+1
* Stop mutually exclusive values in ApiDelete and ApiMoveSam Reed2010-03-251-0/+4
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-081-3/+3
* API deletion module: trim trailing spaces, tweak coding style, change copyrig...Jack Phoenix2010-02-191-46/+59