Catrope has submitted this change and it was merged. Change subject: (bug 30836) API siteinfo specialpagealiases should not return nonexistent special pages ......................................................................
(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. This also fixes bug 38464 correctly, rather than blindly reverting. Change-Id: Ic021a47754ea7a1574e818dad47151ab6698e06f --- M RELEASE-NOTES-1.20 M includes/api/ApiQuerySiteinfo.php 2 files changed, 8 insertions(+), 4 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/16001 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic021a47754ea7a1574e818dad47151ab6698e06f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
