Silence warnings about deprecation by ContentHandler.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 11 Oct 2012 15:36:42 +0000 (17:36 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Fri, 12 Oct 2012 12:56:02 +0000 (14:56 +0200)
commit09c607f7b9c997a908b8389137f9ab412ca141a9
treea0b75d99e626a6d9f01f7041a776e9fa8c702c20
parentfe70b85c4b0a614f82028c487ce750c3943a4ca3
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
includes/Article.php
includes/EditPage.php
includes/Import.php
includes/Revision.php
includes/Title.php
includes/WikiPage.php
includes/content/ContentHandler.php
includes/diff/DifferenceEngine.php