Merge "Remove RunningStat compat class"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 22 Aug 2017 15:16:08 +0000 (15:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 22 Aug 2017 15:16:09 +0000 (15:16 +0000)
1  2 
RELEASE-NOTES-1.30
autoload.php

diff --combined RELEASE-NOTES-1.30
@@@ -33,10 -33,6 +33,10 @@@ section)
    use $wgFragmentMode to migrate off it to a modern alternative.
  * $wgExternalInterwikiFragmentMode was introduced to control how fragments in
    sinterwikis going outside of current wiki farm are encoded.
 +* (T120333) Soft-deprecated the use of PHP extension 'mysql' in favor of 'mysqli'.
 +  This PHP extension was deprecated in PHP 5.5 and removed in PHP 7.0. MediaWiki
 +  auto-selects the 'mysqli' driver since MediaWiki 1.22, except if explicitly
 +  requested through the configuration parameter $wgDBservers.
  
  === New features in 1.30 ===
  * (T37247) Output from Parser::parse() will now be wrapped in a div with
@@@ -179,6 -175,8 +179,8 @@@ changes to languages because of Phabric
    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 --combined autoload.php
@@@ -364,6 -364,7 +364,6 @@@ $wgAutoloadLocalClasses = 
        'DeleteLogFormatter' => __DIR__ . '/includes/logging/DeleteLogFormatter.php',
        'DeleteOldRevisions' => __DIR__ . '/maintenance/deleteOldRevisions.php',
        'DeleteOrphanedRevisions' => __DIR__ . '/maintenance/deleteOrphanedRevisions.php',
 -      'DeleteRevision' => __DIR__ . '/maintenance/deleteRevision.php',
        'DeleteSelfExternals' => __DIR__ . '/maintenance/deleteSelfExternals.php',
        'DeletedContribsPager' => __DIR__ . '/includes/specials/pagers/DeletedContribsPager.php',
        'DeletedContributionsPage' => __DIR__ . '/includes/specials/SpecialDeletedContributions.php',
        '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',