jenkins-bot has submitted this change and it was merged.

Change subject: Remove ParserOutput::hasCustomDataUpdates()
......................................................................


Remove ParserOutput::hasCustomDataUpdates()

Deprecated since 1.25, slated for removal in 1.26 but not done.

Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
---
M RELEASE-NOTES-1.27
M includes/parser/ParserOutput.php
2 files changed, 1 insertion(+), 15 deletions(-)

Approvals:
  Samtar: Looks good to me, but someone else must approve
  TTO: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27
index d1952c8..3be3e21 100644
--- a/RELEASE-NOTES-1.27
+++ b/RELEASE-NOTES-1.27
@@ -284,6 +284,7 @@
 * 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 ==
 
diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php
index e4c287a..3a35e04 100644
--- a/includes/parser/ParserOutput.php
+++ b/includes/parser/ParserOutput.php
@@ -879,21 +879,6 @@
        }
 
        /**
-        * @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
         *    'SecondaryDataUpdates' hook to construct the necessary update 
objects.

-- 
To view, visit https://gerrit.wikimedia.org/r/264576
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Samtar <[email protected]>
Gerrit-Reviewer: TTO <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to