r64926 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64925‎ | r64926 | r64927 >
Date:09:40, 11 April 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r64180
Modified paths:
  • /branches/wmf/1.16wmf4/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/specials/SpecialAllmessages.php
@@ -175,9 +175,9 @@
176176 wfProfileIn( __METHOD__ );
177177 $messageNames = Language::getLocalisationCache()->getSubitemList( 'en', 'messages' );
178178 if( $descending ){
179 - krsort( $messageNames );
 179+ rsort( $messageNames );
180180 } else {
181 - ksort( $messageNames );
 181+ asort( $messageNames );
182182 }
183183
184184 // Normalise message names so they look like page titles
Property changes on: branches/wmf/1.16wmf4/includes/specials/SpecialAllmessages.php
___________________________________________________________________
Name: svn:mergeinfo
185185 + /branches/REL1_15/phase3/includes/specials/SpecialAllmessages.php:51646
/branches/sqlite/includes/specials/SpecialAllmessages.php:58211-58321
/branches/wmf-deployment/includes/specials/SpecialAllmessages.php:53381,56967,60970
/trunk/phase3/includes/specials/SpecialAllmessages.php:63045,63047,63549,63764,63897-63901,64180,64846,64860,64862

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64180Fix sorting in Allmessages.happy-melon20:24, 25 March 2010

Status & tagging log