Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/61982
Change subject: Add @since field to Special:Redirect and add a release note. ...................................................................... Add @since field to Special:Redirect and add a release note. Change-Id: I1a4b9a8b0a008f16e554f7edc2f21b7142fde8d4 Special:Redirect was added in change I8b0785f4fbdb3dd438a7a45263c5f375ff9d2208. --- M RELEASE-NOTES-1.22 M includes/specials/SpecialRedirect.php 2 files changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/82/61982/1 diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index ffdaa39..850b43d 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -126,6 +126,9 @@ * The Special:ActiveUsers special page was removed. * BREAKING CHANGE: mw.util.tooltipAccessKeyRegexp: The match group for the accesskey character is now $6 instead of $5. +* A new Special:Redirect page was added, providing lookup by revision ID, + user ID, or file name. The old Special:Filepath page was reimplemented + to redirect through Special:Redirect. == Compatibility == diff --git a/includes/specials/SpecialRedirect.php b/includes/specials/SpecialRedirect.php index 5ea98d5..fad415a 100644 --- a/includes/specials/SpecialRedirect.php +++ b/includes/specials/SpecialRedirect.php @@ -20,6 +20,7 @@ * * @file * @ingroup SpecialPage + * @since 1.22 */ /** -- To view, visit https://gerrit.wikimedia.org/r/61982 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1a4b9a8b0a008f16e554f7edc2f21b7142fde8d4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
