* (bug 32495) API should allow purge by pageids.
authorSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 20:43:42 +0000 (20:43 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 20:43:42 +0000 (20:43 +0000)
commitd1e77338a65a22a452f3e78e755f775f7a101b55
treeef12225b480d126ef6fcf5633775e64b5da0106b
parent7ea2f68c3a5c6b5d80600c2c78c548c42f5bd0c0
* (bug 32495) API should allow purge by pageids.

ApiPageSet isn't really designed for non query usage, but a little hacking and it can be made to work in the ApiPageSet mould. Allows us to use titles, pageids and revids, without the work of validating them and such ourselves

Same caveat that you can't use a mix of them in one request - tough!
RELEASE-NOTES-1.19
includes/api/ApiPurge.php
includes/api/ApiQueryBase.php