Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -338,7 +338,7 @@ |
339 | 339 | 'padleft' => array( 0, 'PADLEFT' ), |
340 | 340 | 'padright' => array( 0, 'PADRIGHT' ), |
341 | 341 | 'special' => array( 0, 'special', ), |
342 | | - 'defaultsort' => array( 1, 'DEFAULTSORT:' ), |
| 342 | + 'defaultsort' => array( 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ), |
343 | 343 | ); |
344 | 344 | |
345 | 345 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -67,6 +67,8 @@ |
68 | 68 | * (bug 7997) Allow users to be blocked from using Special:Emailuser |
69 | 69 | * (bug 8989) Blacklist 'mhtml' and 'mht' files from upload |
70 | 70 | * (bug 8760) Allow wiki links in "protectexpiry" message |
| 71 | +* (bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for |
| 72 | + "DEFAULTSORT" magic word |
71 | 73 | |
72 | 74 | == Bugfixes since 1.10 == |
73 | 75 | |