Add PagesWithProp special page and API module
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 31 Dec 2012 21:30:24 +0000 (16:30 -0500)
committerReedy <reedy@wikimedia.org>
Tue, 26 Feb 2013 00:24:31 +0000 (00:24 +0000)
commit307ac55e508713951106cf8afb1c08e6686b637a
tree5fb590416d9e4ff26f485d26609b6c44d1ea05c2
parent9bdc558bc481218235b0b4f1b9c34ff6c86fd56c
Add PagesWithProp special page and API module

It would be useful to be able to list pages using a particular page
property, particularly in light of the new Disambiguator extension.

This adds a special page Special:PagesWithProp and an API query module
list=pageswithprop to do just this. It also adds an API query module
list=pagepropnames to list the prop names currently in use on the wiki.

Change-Id: Ib0d4e17f22b8d0cb9894eac6095962315480e809
12 files changed:
RELEASE-NOTES-1.21
includes/AutoLoader.php
includes/DefaultSettings.php
includes/SpecialPageFactory.php
includes/api/ApiQuery.php
includes/api/ApiQueryPagePropNames.php [new file with mode: 0644]
includes/api/ApiQueryPagesWithProp.php [new file with mode: 0644]
includes/specials/SpecialPagesWithProp.php [new file with mode: 0644]
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc