Add API action=revisiondelete
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 26 Jun 2013 20:59:40 +0000 (16:59 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 4 Feb 2014 20:03:48 +0000 (15:03 -0500)
commit9832b28f121d7649f6485839253c35e5c1bb2a81
tree79c7b2f91d36e527163bd75436599ab63a111e45
parenta7a08830193b4af0b25bcef0796a2342b33d2e57
Add API action=revisiondelete

Add action=revisiondelete to the API, and some functions to the
revisiondelete backend to support this.

Bug: 23005
Change-Id: Iee146fed648603b86a35927518f850771fc69bd2
RELEASE-NOTES-1.23
includes/AutoLoader.php
includes/api/ApiMain.php
includes/api/ApiRevisionDelete.php [new file with mode: 0644]
includes/revisiondelete/RevisionDelete.php
includes/revisiondelete/RevisionDeleteAbstracts.php