From: Reedy Date: Tue, 14 May 2019 15:55:59 +0000 (+0100) Subject: Remove FileRepoStatus X-Git-Tag: 1.34.0-rc.0~1692 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=489370cf072d1310045aefada4fa3c36539bf0d7;hp=acb2456200d01371bd30ba72b5fc5ebd280d3386 Remove FileRepoStatus Change-Id: I4712d7cf8177dd3a7b8157d980dacb88a902262c --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 8ad17a4ba8..c53bb6f39c 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -160,6 +160,7 @@ because of Phabricator reports. * SearchEngine::transformSearchTerm(), deprecated in 1.32, has been removed. * The Block typehint only refers to blocks stored in the database. It should be updated to AbstractBlock in cases where any type of block could be expected. +* FileRepoStatus, deprecated in 1.25, has been removed. * … === Deprecations in 1.34 === diff --git a/autoload.php b/autoload.php index b80efcf631..275d20e886 100644 --- a/autoload.php +++ b/autoload.php @@ -528,7 +528,6 @@ $wgAutoloadLocalClasses = [ 'FileOpBatch' => __DIR__ . '/includes/libs/filebackend/FileOpBatch.php', 'FileOpPerfTest' => __DIR__ . '/maintenance/fileOpPerfTest.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', diff --git a/includes/filerepo/FileRepoStatus.php b/includes/filerepo/FileRepoStatus.php deleted file mode 100644 index 538e9bc9da..0000000000 --- a/includes/filerepo/FileRepoStatus.php +++ /dev/null @@ -1,30 +0,0 @@ -