Sort pages in categories without namespace prefix
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 3 Aug 2010 20:50:31 +0000 (20:50 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 3 Aug 2010 20:50:31 +0000 (20:50 +0000)
commita30d4319a57cdf118e0d77162a4f8ca2dff9eab7
tree611a43a421cbaaa8a7cd5d29c71e5c918e5e3c1c
parent7ec501be6a20672f61f2f4d0e84df9bbbab4bc6d
Sort pages in categories without namespace prefix

This removes $wgCategoryPrefixedDefaultSortkey and effectively always
makes it false.  The setting was added in the first place to hack around
the default, clearly broken behavior, but this just fixes it instead, so
the setting is no longer needed.

Running maintenance/updateCollation.php for the first time will fix
this, no need to run refreshLinks.php.  If you've already run
updateCollation.php, you can do UPDATE categorylinks SET cl_collation =
76; or such and then run the script again.
RELEASE-NOTES
includes/DefaultSettings.php
includes/Title.php
maintenance/updateCollation.php