(bug 28020) Moving pages causes the cl_sortkey thats appropriate for one of the categ...
authorBrian Wolff <bawolff@users.mediawiki.org>
Mon, 14 Mar 2011 02:19:28 +0000 (02:19 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Mon, 14 Mar 2011 02:19:28 +0000 (02:19 +0000)
commit7b82b3fd242e772f9b2332bd0a8590928b69e64e
tree688a265f0a8bc88e7dd99eebb8cd9992631ce7a4
parent00c36af2cf064247152cee74e3270b8c19cf13a2
(bug 28020) Moving pages causes the cl_sortkey thats appropriate for one of the categorylinks, to be set for all of them.
But the cl_sortkey_prefix are kept to the right value for the cl_sortkey's that are set to the wrong value, totally messing things up.

End result is: Have a page, with some categories having different sortkeys, move that page, now all the categories have the same
sortkey, but still have their original prefix, so linksupdate things the sortkey is correct. End result is null edits don't fix
the sortkey, nothing but removing and re-adding category will reset sortkey to correct value.
includes/Title.php