Daniel Kinzler has uploaded a new change for review. Change subject: Silence warnings about deprecation by ContentHandler. ......................................................................
Silence warnings about deprecation by ContentHandler. The introduction of the ContentHandler caused quite a few functions and hooks to become deprecated. Usage of these has been removed in core, but is still present in extensions. Extensions should be fixed after ContentHandler has settled in a bit, but for now we need a way to silence the warnings. Change-Id: Ia223243222675f778e8f8c32923f956790db0b4f --- M includes/Article.php M includes/EditPage.php M includes/Import.php M includes/Revision.php M includes/Title.php M includes/WikiPage.php M includes/content/ContentHandler.php M includes/diff/DifferenceEngine.php 8 files changed, 67 insertions(+), 27 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/37/27537/1 -- To view, visit https://gerrit.wikimedia.org/r/27537 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia223243222675f778e8f8c32923f956790db0b4f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
