(bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which
authorLeon Weber <leon@users.mediawiki.org>
Sat, 9 Aug 2008 11:19:18 +0000 (11:19 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sat, 9 Aug 2008 11:19:18 +0000 (11:19 +0000)
commit8f821b654936c438c7256ce3b003f2faf5b5649d
tree28a3b5b942905d477199a2db7c88140a49358bd3
parent9bac1b4d3685036499d5fff8089a884ffc965614
(bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which
allows having the unprefixed page title as the default category sortkey.

Although creating sane defaults should always be preferred over introducing
new config options, we cannot just remove the old behaviour here, as some
peoply might still rely on it. However, the sortkey {{PAGENAME}} is already
widely used for circumventing the current behaviour.
CREDITS
RELEASE-NOTES
includes/DefaultSettings.php
includes/parser/Parser.php