Let $wgCategoryCollation take a class name as a value so that extensions
authorBrian Wolff <bawolff@users.mediawiki.org>
Sat, 25 Jun 2011 07:21:29 +0000 (07:21 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sat, 25 Jun 2011 07:21:29 +0000 (07:21 +0000)
commit99ee7b7cf65820ebefefc06a2da0d5770ecd2f40
treec06168398b97d49488a15d7ed6424d1c75af246c
parent04d79f7eeb32ae912bddd2f43f91a38013638049
Let $wgCategoryCollation take a class name as a value so that extensions
can define new Collation classes.

(I plan to commit such an extension shortly)

Wasn't sure if it would be better to make an array mapping collation names => class names
instead. However, that seemed to be unneededly complicated so I went with
letting that variable take class names.
RELEASE-NOTES-1.19
includes/Collation.php
includes/DefaultSettings.php