Revert r78000 (removing PHP version from environment checks), never got a chance...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 6e84a54..617aa8c 100644 (file)
@@ -86,6 +86,7 @@ $wgAutoloadLocalClasses = array(
        'FatalError' => 'includes/Exception.php',
        'FakeTitle' => 'includes/FakeTitle.php',
        'FakeMemCachedClient' => 'includes/ObjectCache.php',
+       'Fallback' => 'includes/Fallback.php',
        'FauxRequest' => 'includes/WebRequest.php',
        'FauxResponse' => 'includes/WebResponse.php',
        'FeedItem' => 'includes/Feed.php',
@@ -166,6 +167,7 @@ $wgAutoloadLocalClasses = array(
        'MessageCache' => 'includes/MessageCache.php',
        'MimeMagic' => 'includes/MimeMagic.php',
        'MWException' => 'includes/Exception.php',
+       'MWFunction' => 'includes/MWFunction.php',
        'MWHttpRequest' => 'includes/HttpFunctions.php',
        'MWMemcached' => 'includes/memcached-client.php',
        'MWNamespace' => 'includes/Namespace.php',
@@ -238,12 +240,14 @@ $wgAutoloadLocalClasses = array(
        'TitleArray' => 'includes/TitleArray.php',
        'TitleArrayFromResult' => 'includes/TitleArray.php',
        'TitleListDependency' => 'includes/CacheDependency.php',
+       'Token' => 'includes/Token.php',
        'UnlistedSpecialPage' => 'includes/SpecialPage.php',
        'User' => 'includes/User.php',
        'UserArray' => 'includes/UserArray.php',
        'UserArrayFromResult' => 'includes/UserArray.php',
        'UserMailer' => 'includes/UserMailer.php',
        'UserRightsProxy' => 'includes/UserRightsProxy.php',
+       'ViewCountUpdate' => 'includes/ViewCountUpdate.php',
        'WantedQueryPage' => 'includes/QueryPage.php',
        'WatchedItem' => 'includes/WatchedItem.php',
        'WatchlistEditor' => 'includes/WatchlistEditor.php',
@@ -331,6 +335,7 @@ $wgAutoloadLocalClasses = array(
        'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
        'ApiQueryPageProps' => 'includes/api/ApiQueryPageProps.php',
        'ApiQueryProtectedTitles' => 'includes/api/ApiQueryProtectedTitles.php',
+       'ApiQueryQueryPage' => 'includes/api/ApiQueryQueryPage.php',
        'ApiQueryRandom' => 'includes/api/ApiQueryRandom.php',
        'ApiQueryRecentChanges' => 'includes/api/ApiQueryRecentChanges.php',
        'ApiQueryRevisions' => 'includes/api/ApiQueryRevisions.php',
@@ -365,6 +370,7 @@ $wgAutoloadLocalClasses = array(
        # includes/db
        'Blob' => 'includes/db/Database.php',
        'ChronologyProtector' => 'includes/db/LBFactory.php',
+       'CloneDatabase' => 'includes/db/CloneDatabase.php',
        'Database' => 'includes/db/DatabaseMysql.php',
        'DatabaseBase' => 'includes/db/Database.php',
        'DatabaseMssql' => 'includes/db/DatabaseMssql.php',
@@ -593,6 +599,7 @@ $wgAutoloadLocalClasses = array(
        'MostimagesPage' => 'includes/specials/SpecialMostimages.php',
        'MostlinkedCategoriesPage' => 'includes/specials/SpecialMostlinkedcategories.php',
        'MostlinkedPage' => 'includes/specials/SpecialMostlinked.php',
+       'MostlinkedTemplatesPage' => 'includes/specials/SpecialMostlinkedtemplates.php',
        'MostrevisionsPage' => 'includes/specials/SpecialMostrevisions.php',
        'MovePageForm' => 'includes/specials/SpecialMovepage.php',
        'SpecialNewpages' => 'includes/specials/SpecialNewpages.php',
@@ -652,11 +659,11 @@ $wgAutoloadLocalClasses = array(
        'SpecialUserlogout' => 'includes/specials/SpecialUserlogout.php',
        'SpecialVersion' => 'includes/specials/SpecialVersion.php',
        'SpecialWhatlinkshere' => 'includes/specials/SpecialWhatlinkshere.php',
-       'SpecialWhatLinksHere' => 'includes/specials/SpecialWhatlinkshere.php',
        'UncategorizedCategoriesPage' => 'includes/specials/SpecialUncategorizedcategories.php',
+       'UncategorizedImagesPage' => 'includes/specials/SpecialUncategorizedimages.php',
        'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php',
        'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php',
-       'UndeleteForm' => 'includes/specials/SpecialUndelete.php',
+       'SpecialUndelete' => 'includes/specials/SpecialUndelete.php',
        'UnusedCategoriesPage' => 'includes/specials/SpecialUnusedcategories.php',
        'UnusedimagesPage' => 'includes/specials/SpecialUnusedimages.php',
        'UnusedtemplatesPage' => 'includes/specials/SpecialUnusedtemplates.php',
@@ -669,7 +676,6 @@ $wgAutoloadLocalClasses = array(
        'WantedFilesPage' => 'includes/specials/SpecialWantedfiles.php',
        'WantedPagesPage' => 'includes/specials/SpecialWantedpages.php',
        'WantedTemplatesPage' => 'includes/specials/SpecialWantedtemplates.php',
-       'WhatLinksHerePage' => 'includes/specials/SpecialWhatlinkshere.php',
        'WikiImporter' => 'includes/ImportXMLReader.php',
        'WikiRevision' => 'includes/Import.php',
        'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php',
@@ -720,12 +726,12 @@ $wgAutoloadLocalClasses = array(
 
        # tests
        'AnsiTermColorer' => 'tests/testHelpers.inc',
-       'DbTestPreviewer' => 'maintenance/tests/testHelpers.inc',
-       'DbTestRecorder' => 'maintenance/tests/testHelpers.inc',
-       'DummyTermColorer' => 'maintenance/tests/testHelpers.inc',
-       'RemoteTestRecorder' => 'maintenance/tests/testHelpers.inc',
-       'TestFileIterator' => 'maintenance/tests/testHelpers.inc',
-       'TestRecorder' => 'maintenance/tests/testHelpers.inc',
+       'DbTestPreviewer' => 'tests/testHelpers.inc',
+       'DbTestRecorder' => 'tests/testHelpers.inc',
+       'DummyTermColorer' => 'tests/testHelpers.inc',
+       'RemoteTestRecorder' => 'tests/testHelpers.inc',
+       'TestFileIterator' => 'tests/testHelpers.inc',
+       'TestRecorder' => 'tests/testHelpers.inc',
 
        # tests/parser
        'ParserTest' => 'tests/parser/parserTest.inc',