From: aude Date: Mon, 21 Dec 2015 10:32:48 +0000 (+0200) Subject: Update autoload.php X-Git-Tag: 1.31.0-rc.0~8590 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=0286275cc8e6bdc61f70d1a131ff85562fd69b55;p=lhc%2Fweb%2Fwiklou.git Update autoload.php with new classes introduced in I9518a52 Change-Id: I971a4a0c4e2cceff67072398960321c1a5dbf549 --- diff --git a/autoload.php b/autoload.php index f546201d24..8c5ec81731 100644 --- a/autoload.php +++ b/autoload.php @@ -329,6 +329,7 @@ $wgAutoloadLocalClasses = array( 'DeletedContributionsPage' => __DIR__ . '/includes/specials/SpecialDeletedContributions.php', 'DependencyWrapper' => __DIR__ . '/includes/cache/CacheDependency.php', 'DeprecatedGlobal' => __DIR__ . '/includes/DeprecatedGlobal.php', + 'DeprecatedInterfaceFinder' => __DIR__ . '/maintenance/findDeprecated.php', 'DerivativeContext' => __DIR__ . '/includes/context/DerivativeContext.php', 'DerivativeRequest' => __DIR__ . '/includes/WebRequest.php', 'DerivativeResourceLoaderContext' => __DIR__ . '/includes/resourceloader/DerivativeResourceLoaderContext.php', @@ -423,6 +424,7 @@ $wgAutoloadLocalClasses = array( 'FewestrevisionsPage' => __DIR__ . '/includes/specials/SpecialFewestrevisions.php', 'Field' => __DIR__ . '/includes/db/DatabaseUtility.php', 'File' => __DIR__ . '/includes/filerepo/file/File.php', + 'FileAwareNodeVisitor' => __DIR__ . '/maintenance/findDeprecated.php', 'FileBackend' => __DIR__ . '/includes/filebackend/FileBackend.php', 'FileBackendDBRepoWrapper' => __DIR__ . '/includes/filerepo/FileBackendDBRepoWrapper.php', 'FileBackendError' => __DIR__ . '/includes/filebackend/FileBackend.php', @@ -445,6 +447,7 @@ $wgAutoloadLocalClasses = array( 'FileOpBatch' => __DIR__ . '/includes/filebackend/FileOpBatch.php', 'FileRepo' => __DIR__ . '/includes/filerepo/FileRepo.php', 'FileRepoStatus' => __DIR__ . '/includes/filerepo/FileRepoStatus.php', + 'FindDeprecated' => __DIR__ . '/maintenance/findDeprecated.php', 'FindHooks' => __DIR__ . '/maintenance/findHooks.php', 'FindMissingFiles' => __DIR__ . '/maintenance/findMissingFiles.php', 'FindOrphanedFiles' => __DIR__ . '/maintenance/findOrphanedFiles.php',