API: Add prop modules for backlinks
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 20 Aug 2014 17:32:01 +0000 (13:32 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 18 Sep 2014 21:04:42 +0000 (17:04 -0400)
commit8e938814c46152a6fd6acc60f1370b52d7ffcb93
tree21a290777cbd941580815bfbd326328048f39a62
parent31363cc62984fed0ead3438095c2bb938e561888
API: Add prop modules for backlinks

With the success of prop=redirects, let's create prop=linkshere,
prop=transcludedin, and prop=fileusage.

Let's also add a miser-mode-sensitive 'namespace' parameter to
prop=redirects, since the other three have a 'namespace' parameter using
the new *_from_namespace fields.

Change-Id: Ib650db9988a553771582eed0c183d0cae4b71252
RELEASE-NOTES-1.24
includes/AutoLoader.php
includes/api/ApiQuery.php
includes/api/ApiQueryBacklinksprop.php [new file with mode: 0644]
includes/api/ApiQueryRedirects.php [deleted file]