r110935 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110934‎ | r110935 | r110936 >
Date:14:59, 8 February 2012
Author:maxsem
Status:ok (Comments)
Tags:
Comment:
Sort extension names on those lame Linux file systems:)
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -1270,6 +1270,7 @@
12711271 $exts[] = $file;
12721272 }
12731273 }
 1274+ natcasesort( $exts );
12741275
12751276 return $exts;
12761277 }

Comments

#Comment by 😂 (talk | contribs)   15:04, 8 February 2012

They are sorted according to the filesystem?

#Comment by MaxSem (talk | contribs)   15:06, 8 February 2012

Yes, I observed unsorted extensions on Labs.

Status & tagging log