MaxSem 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. Change-Id: I59eb82eae45fb47c6a769195cc1bd28711b4fcac --- M RELEASE-NOTES-1.20 M includes/api/ApiQuerySiteinfo.php 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: MaxSem: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/9865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I59eb82eae45fb47c6a769195cc1bd28711b4fcac Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: MaxSem <[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
