* Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with default...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index be54fd6..884478c 100644 (file)
@@ -43,6 +43,7 @@ $wgAutoloadLocalClasses = array(
        'ChangesFeed' => 'includes/ChangesFeed.php',
        'ChangeTags' => 'includes/ChangeTags.php',
        'ChannelFeed' => 'includes/Feed.php',
+       'Collation' => 'includes/Collation.php',
        'Cookie' => 'includes/HttpFunctions.php',
        'CookieJar' => 'includes/HttpFunctions.php',
        'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php',
@@ -127,6 +128,7 @@ $wgAutoloadLocalClasses = array(
        'HTMLInfoField' => 'includes/HTMLForm.php',
        'Http' => 'includes/HttpFunctions.php',
        'HttpRequest' => 'includes/HttpFunctions.old.php',
+       'IcuCollation' => 'includes/Collation.php',
        'ImageGallery' => 'includes/ImageGallery.php',
        'ImageHistoryList' => 'includes/ImagePage.php',
        'ImageHistoryPseudoPager' => 'includes/ImagePage.php',
@@ -243,6 +245,7 @@ $wgAutoloadLocalClasses = array(
        'TitleListDependency' => 'includes/CacheDependency.php',
        'Token' => 'includes/Token.php',
        'UnlistedSpecialPage' => 'includes/SpecialPage.php',
+       'UppercaseCollation' => 'includes/Collation.php',
        'User' => 'includes/User.php',
        'UserArray' => 'includes/UserArray.php',
        'UserArrayFromResult' => 'includes/UserArray.php',