https://bugzilla.wikimedia.org/show_bug.cgi?id=1211
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|need-review, patch, schema- | |change | --- Comment #45 from Aryeh Gregor <[email protected]> 2009-02-02 17:38:10 UTC --- -patch, -need-review. Patch was reviewed and rejected, see comment 23. Also removing schema-change until it's clear that we need one (we could just adjust the sortkeys in-place, perhaps). The most straightforward solution to this seems to be to reserve the first character of the cl_sortkey column for a namespace designator. So just make it "c" for subcategories, "a" for articles, "f" for files. Then the three could be paged separately. This would require some interface work too, of course. A script would then have to be run before the change goes live, updating the categorylinks table; until this is done, category pagination would be kind of wonky, but there would be no other ill effects (at least if it works ;) ). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
