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 @@
1271
1271
$exts[] = $file;
1272
1272
}
1273
1273
}
1274
+ natcasesort( $exts );
1274
1275
1275
1276
return $exts;
1276
1277
}
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
15:24, 8 February 2012
😂
(
talk
|
contribs
)
changed the
status
of r110935
[
removed:
new
added:
ok]