Last modified: 2004-09-09 02:02:25 UTC
BUG MIGRATED FROM SOURCEFORGE http://sourceforge.net/tracker/index.php?func=detail&aid=971588&group_id=34373&atid=411192 Originally submitted by Nobody/Anonymous - nobody 2004-06-12 08:38 See [[Category:Albums by artist]]. After I changed the subcategories to piped links (for example [[Category:Albums by artist|Cure albums]] so it would alphabetize as "Cure" instead of "The"). The subcategory list at [[Category:Albums by artist]] has duplicate letters for piped links versus none. Tuf-Kat ------------------------- Additional comments ------------------------ Date: 2004-06-13 09:11 Sender: SF user redwolf_ca I see a similar problem with [[Category:Mountains]]. On [[Category:Mountains of Canada]], I used [[Category:Mountains|Canada]] and on [[Category:Mountains of China]], I used [[Category:Mountains|China]]. However, when I go to [[Category:Mountains]], Mountains of Canada and Mountains of China are listed under separate C letters. ------------------------------------------------- Date: 2004-08-07 04:00 Sender: SF user vibber The _complete_ page name is used for the default sort key -- that means "Category:The Cure albums". Leaving it off in a custom sort key means that you sort out of sequence. However the 'Category:' is removed from the subcategory display, and thus the confusing results. It might make sense to special-case category pages so the default sort key doesn't include the namespace.
By now, this problem has been fixed partly. However, [[Category:Albums by artist]] still displays wrongly: The "Subcategories" list still has some sections multiplied (A, B, and C exist twice).
*** Bug 96 has been marked as a duplicate of this bug. ***
*** Bug 408 has been marked as a duplicate of this bug. ***
Fixed. Categories without a sortkey now use the not prefixed category name (e.g. "Mountain" instead of "Category:Mountain") as default sortkey.
That implementation is the fix of bug 262.