(bug 30836) API siteinfo specialpagealiases should not return nonexistent special...
authorBrad Jorsch <anomie.wikipedia@gmail.com>
Sat, 2 Jun 2012 20:20:14 +0000 (22:20 +0200)
committerMax Semenik <maxsem.wiki@gmail.com>
Fri, 6 Jul 2012 22:40:35 +0000 (02:40 +0400)
commit48523016ef0d4a3d15e7417dfb3048d34cac69f7
treeb8fa6ea0046488fdb5764e48efd6448b0ceddb8d
parenta041768d349e56628b69211cb62e42eda22d7047
(bug 30836) API siteinfo specialpagealiases should not return nonexistent special pages

Some special pages are conditionally registered (e.g.
Special:Popularpages only exists when $wgDisableCounters is false), or
sometimes an alias exists for a special page that does not. The API
should probably not return entries for these from
meta=siteinfo&siprop=specialpagealiases.

Change-Id: I59eb82eae45fb47c6a769195cc1bd28711b4fcac
RELEASE-NOTES-1.20
includes/api/ApiQuerySiteinfo.php