API: Deprecate binary sortkey input in ApiQueryCategoryMembers
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 11 Sep 2014 14:46:33 +0000 (10:46 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 11 Sep 2014 14:46:33 +0000 (10:46 -0400)
commitf149198b2e0e9b8322a08ccfef43bebff96a89ab
treecd3f7748514c26a9d8ff501d5716c83073f91cac
parentd508b0a57013cbc830f71b2e66ee18a0f7d08300
API: Deprecate binary sortkey input in ApiQueryCategoryMembers

Depending on what method is being used to encode the binary sortkeys,
it's very possible that sending a binary value will be mangled by
WebRequest's UTF-8 normalization.

Rather than trying to fight it, let's just do what should have been done
in the first place when r86257 changed sortkey output to hex-encoded.
Too bad now we have to deprecate the old params and add
differently-named new ones instead of piggybacking on the original
breaking change.

Bug: 70690
Change-Id: I5a031e980967cbe574dddc261d56604cecc7147a
RELEASE-NOTES-1.24
includes/api/ApiQueryCategoryMembers.php