From: jenkins-bot Date: Tue, 22 Aug 2017 15:16:08 +0000 (+0000) Subject: Merge "Remove RunningStat compat class" X-Git-Tag: 1.31.0-rc.0~2337 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=33bb6888c8f9c5eab812703bc32755f0921712ef;hp=5918cef6fe4b1d56f11726e1d2f70046636a3ccc;p=lhc%2Fweb%2Fwiklou.git Merge "Remove RunningStat compat class" --- diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index ca771edfd4..6023b13af2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -179,6 +179,8 @@ changes to languages because of Phabricator reports. The namespaced classes in the Cdb namespace should be used instead. * IPSet class (deprecated in 1.26) was removed. The namespaced IPSet\IPSet should be used instead. +* RunningStat class (deprecated in 1.27) was removed. The namespaced + RunningStat\RunningStat should be used instead. == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for diff --git a/autoload.php b/autoload.php index 382d98848e..18b77403d5 100644 --- a/autoload.php +++ b/autoload.php @@ -1277,7 +1277,6 @@ $wgAutoloadLocalClasses = [ 'RollbackEdits' => __DIR__ . '/maintenance/rollbackEdits.php', 'RowUpdateGenerator' => __DIR__ . '/includes/utils/RowUpdateGenerator.php', 'RunJobs' => __DIR__ . '/maintenance/runJobs.php', - 'RunningStat' => __DIR__ . '/includes/compat/RunningStatCompat.php', 'SVGMetadataExtractor' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', 'SVGReader' => __DIR__ . '/includes/media/SVGMetadataExtractor.php', 'SamplingStatsdClient' => __DIR__ . '/includes/libs/stats/SamplingStatsdClient.php', diff --git a/includes/compat/RunningStatCompat.php b/includes/compat/RunningStatCompat.php deleted file mode 100644 index ac82f44d0e..0000000000 --- a/includes/compat/RunningStatCompat.php +++ /dev/null @@ -1,28 +0,0 @@ -