Fix regression introduced in r30117: Don's sort() the author list in
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 01:50:30 +0000 (01:50 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Feb 2010 01:50:30 +0000 (01:50 +0000)
commit3fcec28299dcd713c73c50ae8e54db98c2a91c68
tree706b572b4ed06d0729e4a807a8eb697a9dec49bf
parenta5933a3aeb5f9e0b465aea208a304f2351cf36aa
Fix regression introduced in r30117: Don's sort() the author list in
Special:Version

When extensions specify a list of authors they expect them to appear
in Special:Version as they're specified. Sorting lists on
Special:Version as introduced in r30117 makes sense for things like
the names of parser functions, but not authors.

Some extensions give arrays like array("foo", "bar", "others") and
expect output like "foo, bar and others". Sometimes (like in the case
of Maps.php) this would only incidentally work.

Furthermore in some cases the first author in the array indicates the
primary author, this is the case with CheckUser.php and other similar
extensions with multiple authors.
RELEASE-NOTES
includes/specials/SpecialVersion.php