https://bugzilla.wikimedia.org/show_bug.cgi?id=25512
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|setting |List of subcategories on a |$wgCategoryPrefixedDefaultS |category page show the |ortkey to false does not |"category" ns prefix for |remove prefixes from titles |all subcategories (didn't |in a category index page |use to) --- Comment #1 from Bawolff <[email protected]> 2010-10-15 02:23:18 UTC --- Thats the expected behaviour. $wgCategoryPrefixedDefaultSortkey just changes the sort order, not what is displayed. So if Talk:Foo is in a category, setting $wgCategoryPrefixedDefaultSortkey to false will cause it to be filed under F instead of T (assuming no alternate sortkey has been specified). However it will still be displayed as Talk:Foo no matter how $wgCategoryPrefixedDefaultSortkey is set. However, in regards to the core issue you are having: Showing the category prefix for each item on the subcategory list appears to be something thats new in 1.16. (specifically it seems to have been introduced in r53780 , potentially accidentally) I'm not sure if this is a behaviour we want or not. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
