Remove ParserOutput::hasCustomDataUpdates()
authorIoannisKydonis <gianiskido@gmail.com>
Sun, 17 Jan 2016 10:28:39 +0000 (12:28 +0200)
committerTTO <at.light@live.com.au>
Sun, 17 Jan 2016 12:58:57 +0000 (12:58 +0000)
Deprecated since 1.25, slated for removal in 1.26 but not done.

Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88

RELEASE-NOTES-1.27
includes/parser/ParserOutput.php

index d1952c8..3be3e21 100644 (file)
@@ -284,6 +284,7 @@ changes to languages because of Phabricator reports.
 * FileRepo::getRootUrl() was removed (deprecated since 1.20).
 * User::generateToken() was removed (deprecated since 1.20).
 * WikiPage::getRawText() was removed (deprecated since 1.21).
+* ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25).
 
 == Compatibility ==
 
index e4c287a..3a35e04 100644 (file)
@@ -878,21 +878,6 @@ class ParserOutput extends CacheTime {
                );
        }
 
-       /**
-        * @deprecated since 1.25.
-        *
-        * @note Hard deprecation and removal without long deprecation period, since there are no
-        *       known users, but known conceptual issues.
-        *
-        * @todo remove in 1.26
-        *
-        * @return bool false (since 1.25)
-        */
-       public function hasCustomDataUpdates() {
-               wfDeprecated( __METHOD__, '1.25' );
-               return false;
-       }
-
        /**
         * @deprecated since 1.25. Instead, store any relevant data using setExtensionData,
         *    and implement Content::getSecondaryDataUpdates() if possible, or use the