Revert r70270; per CR comments.
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 884478c..d99a097 100644 (file)
@@ -138,7 +138,7 @@ $wgAutoloadLocalClasses = array(
        'IndexPager' => 'includes/Pager.php',
        'Interwiki' => 'includes/Interwiki.php',
        'IP' => 'includes/IP.php',
-       'JSMin' => 'includes/libs/JSMin.php',
+       'JavaScriptDistiller' => 'includes/libs/JavaScriptDistiller.php',
        'LCStore_DB' => 'includes/LocalisationCache.php',
        'LCStore_CDB' => 'includes/LocalisationCache.php',
        'LCStore_Null' => 'includes/LocalisationCache.php',
@@ -396,8 +396,10 @@ $wgAutoloadLocalClasses = array(
        'LBFactory' => 'includes/db/LBFactory.php',
        'LBFactory_Multi' => 'includes/db/LBFactory_Multi.php',
        'LBFactory_Simple' => 'includes/db/LBFactory.php',
+       'LBFactory_Single' => 'includes/db/LBFactory_Single.php',
        'LikeMatch' => 'includes/db/Database.php',
        'LoadBalancer' => 'includes/db/LoadBalancer.php',
+       'LoadBalancer_Single' => 'includes/db/LBFactory_Single.php',
        'LoadMonitor' => 'includes/db/LoadMonitor.php',
        'LoadMonitor_MySQL' => 'includes/db/LoadMonitor.php',
        'MySQLField' => 'includes/db/DatabaseMysql.php',
@@ -453,7 +455,6 @@ $wgAutoloadLocalClasses = array(
        # includes/installer
        'CliInstaller' => 'includes/installer/CliInstaller.php',
        'Installer' => 'includes/installer/Installer.php',
-       'CoreInstaller' => 'includes/installer/CoreInstaller.php',
        'DatabaseInstaller' => 'includes/installer/DatabaseInstaller.php',
        'DatabaseUpdater' => 'includes/installer/DatabaseUpdater.php',
        'LBFactory_InstallerFake' => 'includes/installer/Installer.php',
@@ -680,7 +681,7 @@ $wgAutoloadLocalClasses = array(
        'WantedFilesPage' => 'includes/specials/SpecialWantedfiles.php',
        'WantedPagesPage' => 'includes/specials/SpecialWantedpages.php',
        'WantedTemplatesPage' => 'includes/specials/SpecialWantedtemplates.php',
-       'WikiImporter' => 'includes/ImportXMLReader.php',
+       'WikiImporter' => 'includes/Import.php',
        'WikiRevision' => 'includes/Import.php',
        'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php',