User "Subfader" posted a comment on MediaWiki.r70416. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70416#c19120 Commit summary:
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. Comment: bad decision. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
