From 52f66a374a669705157ccc89731d576b19600779 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Fri, 7 Jan 2011 03:13:16 +0000 Subject: [PATCH] [[user:Microchip08]] suggested that it'd be cool if special:contribs redirected to special:contributions. I also think it'd be cool, so tada. I'm unusre if creating new special page aliases that aren't strictly neccesary is discouraged. If it is, please mark this fixme or revert it or find me and yell at me ;) --- RELEASE-NOTES | 1 + languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fb6bcaf24a..8fdc71a57a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 8130) Query pages should limit to content namespaces, not just main namespace * Search suggestions (other than in the Vector skin) will now use the HTML5 datalist feature where supported, currently only Firefox 4. +* Special:Contribs now redirects to Special:Contributions === Bug fixes in 1.18 === * (bug 23119) WikiError class and subclasses are now marked as deprecated diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ef7478d362..2d2eef9d89 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -415,7 +415,7 @@ $specialPageAliases = array( 'Ipblocklist' => array( 'BlockList', 'ListBlocks', 'IPBlockList' ), 'Unblock' => array( 'Unblock' ), 'Specialpages' => array( 'SpecialPages' ), - 'Contributions' => array( 'Contributions' ), + 'Contributions' => array( 'Contributions', 'Contribs' ), 'Emailuser' => array( 'EmailUser' ), 'Confirmemail' => array( 'ConfirmEmail' ), 'Whatlinkshere' => array( 'WhatLinksHere' ), -- 2.20.1