Support ApiPageSet in ApiWatch
authoreranroz <eranroz89@gmail.com>
Wed, 29 Jan 2014 18:10:36 +0000 (20:10 +0200)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 4 Feb 2014 19:44:22 +0000 (14:44 -0500)
commit75e28dc0182fd4ea04323333258c0cc31a15584a
tree46ffa3a52d2c6b1bc16d6afac2c176f34a15d6f4
parent9d0b230b6573366ab48c3e57f9f6dac8092c671a
Support ApiPageSet in ApiWatch

Add support for ApiPageSet capabilities in ApiWatch to support batch
operation on titles, pageids etc. The old 'title' parameter (for a
single page) is still supported to keep backwards compatibility.

Moved a function from ApiPurge to ApiPageSet: getInvalidTitlesAndRevisions() gathers
warnings about invalid/missing titles/ids in the requested page set.

Split from If993f6e8.

Change-Id: I820dcb64d469616b10741df013911197cc5bde29
CREDITS
RELEASE-NOTES-1.23
includes/api/ApiBase.php
includes/api/ApiPageSet.php
includes/api/ApiPurge.php
includes/api/ApiWatch.php