Add non-identity collation, with migration script
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 Jul 2010 20:58:11 +0000 (20:58 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 Jul 2010 20:58:11 +0000 (20:58 +0000)
commit3783aa2a3c32e949ecd7198f21d821478f4621b4
treeab1a9d04fc5dc78b023e3ded30c3b2691b7fb38f
parente8a5082c22cda83ece28b1ad65b549b397a34199
Add non-identity collation, with migration script

It seemed to work correctly, with the newly-created page "bob" sorting
as "BOB", but then I nuked all my cl_sortkey by running the migration
script before refreshLinks.php had finished running, so I'll have to
wait a while to see if it works properly with a non-messed-up database.
It's possible there's something wrong with the display of section
letters in the categories, but otherwise I think this is working right.
includes/CategoryPage.php
includes/DefaultSettings.php
languages/Language.php
maintenance/updateCollation.php [new file with mode: 0644]