[[user:Microchip08]] suggested that it'd be cool if special:contribs redirected
authorBrian Wolff <bawolff@users.mediawiki.org>
Fri, 7 Jan 2011 03:13:16 +0000 (03:13 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Fri, 7 Jan 2011 03:13:16 +0000 (03:13 +0000)
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
languages/messages/MessagesEn.php

index fb6bcaf..8fdc71a 100644 (file)
@@ -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
index ef7478d..2d2eef9 100644 (file)
@@ -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' ),