(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT...
authorRob Church <robchurch@users.mediawiki.org>
Fri, 8 Jun 2007 15:16:00 +0000 (15:16 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 8 Jun 2007 15:16:00 +0000 (15:16 +0000)
RELEASE-NOTES
languages/messages/MessagesEn.php

index ef16df3..93eef9e 100644 (file)
@@ -67,6 +67,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 7997) Allow users to be blocked from using Special:Emailuser
 * (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
 * (bug 8760) Allow wiki links in "protectexpiry" message
+* (bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for
+  "DEFAULTSORT" magic word
 
 == Bugfixes since 1.10 ==
 
index 8b1522f..b2c874c 100644 (file)
@@ -338,7 +338,7 @@ $magicWords = array(
        'padleft'                => array( 0,    'PADLEFT'                ),
        'padright'               => array( 0,    'PADRIGHT'               ),
        'special'                => array( 0,    'special',               ),
-       'defaultsort'            => array( 1,    'DEFAULTSORT:'           ),
+       'defaultsort'            => array( 1,    'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ),
 );
 
 /**