API: Fix namespace handling in list=alldeletedrevs with from/to/predix
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 24 Nov 2014 15:06:44 +0000 (10:06 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 24 Nov 2014 15:14:37 +0000 (10:14 -0500)
commit0de446206ad372900afa623a6956a51f6e14c4b1
tree955172e26416bb409aed256b4d145a570aa38b02
parent6b4dc6edae79baf0c2bce79c1f0263c2b8be6922
API: Fix namespace handling in list=alldeletedrevs with from/to/predix

We don't have just one namespace like the code we copied this from. And
to avoid a repeat of bug 25702, we have to handle the case where the
title/prefix might be being transformed differently in all the requested
namespaces.

Bug: T75711
Change-Id: I5267847fe876c971aaf358d2c6fe4006e4645939
includes/api/ApiQueryAllDeletedRevisions.php