Merge "Remove HWLDFWordAccumulator, deprecated in 1.28"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 14 Apr 2019 19:21:26 +0000 (19:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 14 Apr 2019 19:21:26 +0000 (19:21 +0000)
RELEASE-NOTES-1.34
autoload.php
includes/diff/DairikiDiff.php

index 635152b..576d60e 100644 (file)
@@ -87,6 +87,7 @@ because of Phabricator reports.
 * PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have
   been removed.
 * ObjectFactory class, deprecated in 1.31, has been removed.
+* HWLDFWordAccumudlator class, deprecated in 1.28, has been removed.
 
 === Deprecations in 1.34 ===
 * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.
index 96adfef..0ec2ca6 100644 (file)
@@ -622,7 +622,6 @@ $wgAutoloadLocalClasses = [
        'HTMLUserTextField' => __DIR__ . '/includes/htmlform/fields/HTMLUserTextField.php',
        'HTMLUsersMultiselectField' => __DIR__ . '/includes/htmlform/fields/HTMLUsersMultiselectField.php',
        'HTTPFileStreamer' => __DIR__ . '/includes/libs/filebackend/HTTPFileStreamer.php',
-       'HWLDFWordAccumulator' => __DIR__ . '/includes/diff/DairikiDiff.php',
        'HashBagOStuff' => __DIR__ . '/includes/libs/objectcache/HashBagOStuff.php',
        'HashConfig' => __DIR__ . '/includes/config/HashConfig.php',
        'HashRing' => __DIR__ . '/includes/libs/HashRing.php',
index 063f826..4e919bc 100644 (file)
@@ -326,9 +326,3 @@ class Diff {
                return $lines;
        }
 }
-
-/**
- * @deprecated Alias for WordAccumulator, to be soon removed
- */
-class HWLDFWordAccumulator extends MediaWiki\Diff\WordAccumulator {
-}