Show tags on deleted edits through the API
authorJackmcbarn <jackmcbarn@gmail.com>
Wed, 4 Dec 2013 22:38:24 +0000 (17:38 -0500)
committerJackmcbarn <jackmcbarn@gmail.com>
Wed, 4 Dec 2013 22:38:24 +0000 (17:38 -0500)
commit855e3626e3aac639fa754aa17a8e5a6f5b533f25
treef8915ebd37c23521d1c25d935bdbbcea3426ccd4
parent89121c6cc57553a56b301702a347a1d820ac3115
Show tags on deleted edits through the API

Add support for viewing and filtering by tags in list=deletedrevs in the
API. This code is mostly copied from the prop=revisions code. To avoid
bug #45619 reoccuring here, no index is specified.

Change-Id: I53a1e0479bc6bafe2a1115de875548519e5b3b59
includes/api/ApiQueryDeletedrevs.php