https://bugzilla.wikimedia.org/show_bug.cgi?id=45444
--- Comment #22 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to comment #21) > (In reply to comment #20) > > (In reply to comment #19) > > > Will it also change sorting in sortable tables, AllPages, API view of > > > Categories and in other lists avalible via special pages and API? > > > > Just for the record, this has been replied to in bug 45776 comment 2. The > > answer is no, except for the API view of the categories (which is the same > > as > > "user view"), but there are suggestions (and maybe even bugs, I'd have to > > look) > > to implement the same for them. > > Well, in CategoryViewer and ApiQueryCategoryMembers classes we use collation > for 'cl_sortkey' field in the table 'categorylinks'. What problem to use > collation for 'page_title' field in the table 'page' for other purposes (i.e. > ApiQueryAllPages)? That's a bit of a simplification. There's a bit more overhead than that. Theres concern that the overhead is not worth it given how few places people get a list of all articles. (See related comments like bug 24574 comment 3 about the user list) I also imagine we would want to see how well this entire system works out for categories first before moving to other lists. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
