* (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 28 Feb 2008 00:04:02 +0000 (00:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 28 Feb 2008 00:04:02 +0000 (00:04 +0000)
RELEASE-NOTES
languages/messages/MessagesEn.php

index 98588c9..526e101 100644 (file)
@@ -36,6 +36,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   image syntax output.
 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
   pre-fills the section title field.
+* (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked
+
 
 === Bug fixes in 1.13 ===
 
index 2088a61..77758b9 100644 (file)
@@ -395,7 +395,7 @@ $specialPageAliases = array(
        'Emailuser'                 => array( 'Emailuser' ),
        'Confirmemail'              => array( 'Confirmemail' ),
        'Whatlinkshere'             => array( 'Whatlinkshere' ),
-       'Recentchangeslinked'       => array( 'Recentchangeslinked' ),
+       'Recentchangeslinked'       => array( 'Recentchangeslinked', 'RelatedChanges' ),
        'Movepage'                  => array( 'Movepage' ),
        'Blockme'                   => array( 'Blockme' ),
        'Booksources'               => array( 'Booksources' ),