Page MenuHomePhabricator

allow customizing of category sections
Open, LowPublicFeature

Description

Author: a.d.bergi

Description:
Each category has its own sorting order (customizing of that is T30397), and when a category is shown the collation is splitted up by starting letters (of the sort key). For big categories and categories sorted by a date it would be very useful to change the behavior of that splitting prozess.
E.g. in a category where all sortkeys start with a year the sections should be titled with four digit numbers.


Version: unspecified
Severity: enhancement

Details

Reference
bz32585

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:06 AM
bzimport set Reference to bz32585.
bzimport added a subscriber: Unknown Object (MLST).

This would be difficult to implement for uca based collations (I believe anyways). For the "uppercase" and "identity" collations it would be more do-able to implement (not sure how it'd work with the magic we do for Hangul syllables though), but I'm not exactly sure how one would cleanly hook a parser func into Collation::getFirstLetter.

This is very similar and possibly a dupe of bug 2802.

See also [[mw:extension:CategorySortHeaders]]

Aklapper set Security to None.
Aklapper removed a subscriber: wikibugs-l-list.
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:00 AM
Aklapper removed a subscriber: bzimport.