X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=autoload.php;h=8c5ec817317e7f4918b24897ca597e4d4274296c;hb=0286275cc8e6bdc61f70d1a131ff85562fd69b55;hp=f546201d24621e0e9727e5242e653e723a2782eb;hpb=92a481e8a2650b0f68ef920f99c20398b9c649de;p=lhc%2Fweb%2Fwiklou.git 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',