r22839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22838‎ | r22839 | r22840 >
Date:15:16, 8 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT" magic word
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -338,7 +338,7 @@
339339 'padleft' => array( 0, 'PADLEFT' ),
340340 'padright' => array( 0, 'PADRIGHT' ),
341341 'special' => array( 0, 'special', ),
342 - 'defaultsort' => array( 1, 'DEFAULTSORT:' ),
 342+ 'defaultsort' => array( 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ),
343343 );
344344
345345 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -67,6 +67,8 @@
6868 * (bug 7997) Allow users to be blocked from using Special:Emailuser
6969 * (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
7070 * (bug 8760) Allow wiki links in "protectexpiry" message
 71+* (bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for
 72+ "DEFAULTSORT" magic word
7173
7274 == Bugfixes since 1.10 ==
7375

Follow-up revisions

RevisionCommit summaryAuthorDate
r22857Merged revisions 22811-22855 via svnmerge from...david00:48, 9 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r18629(bug 5908) Allow overriding the default category sort key for all items on a ...robchurch10:39, 29 December 2006

Status & tagging log