Initial commit for category collation framework
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 Jul 2010 19:52:02 +0000 (19:52 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 23 Jul 2010 19:52:02 +0000 (19:52 +0000)
commit907695c56a68b45bc7b594c3e039a5817b7e9f41
treeb7688040277fcfb92cfcaed8510231e149ffc4a3
parentf4aba377e31ad1fc0287ded2fd5d4f4dc3d5317a
Initial commit for category collation framework

Hidden behind $wgExperimentalCategorySort until it's reasonably
complete.  If that's false, no behavior should change (but I didn't test
carefully, so poke me if there's a bug).  See DefaultSettings.php for
documentation on setting it to true.  Currently you should not do this
except if you're working on the feature, since functionality is not
close to reasonable yet and will change rapidly.

Bug 1211 is already fixed with this commit for me.  However, many other
things still need to be done, so this is all very much a
proof-of-concept.
includes/CategoryPage.php
includes/DefaultSettings.php
includes/LinksUpdate.php
languages/Language.php