https://bugzilla.wikimedia.org/show_bug.cgi?id=45444
--- Comment #21 from Anatoliy Goncharov <[email protected]> --- (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)? -- 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
