API: BREAKING CHANGE: (bug 28541) Output of binary ICU sortkeys is broken. Change...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 17 Apr 2011 12:41:29 +0000 (12:41 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 17 Apr 2011 12:41:29 +0000 (12:41 +0000)
commit8cc843f25ce401ced9abc6318a281235aece4b5c
treec5a11bdf5513774ee6b4ed3f85306d7726b73aa5
parent2c9cfd7cce6ba9de336cff9f9917385e5901b0c4
API: BREAKING CHANGE: (bug 28541) Output of binary ICU sortkeys is broken. Change sortkey fields in prop=categories and list=categorymembers to hexadecimal strings, that way we don't have any issues with scary binary stuff. Also change cmcontinue to take hex-encoded sortkeys and swap the order back to normal (previously sortkey was at the end because it could contain pipe characters, but that's not an issue with hex).
includes/api/ApiQueryCategories.php
includes/api/ApiQueryCategoryMembers.php