Moved getParserOutput to Content interface.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 23 Jul 2012 21:52:34 +0000 (23:52 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 23 Jul 2012 21:52:34 +0000 (23:52 +0200)
commit8d280dde9b405880d9d4a3a724c6b0872ef03dc1
tree5ad344e1b4bd80643956fb0d89decf2ddef3937a
parentc8e633f1e38d8fee671fc5453536adccaee616be
Moved getParserOutput to Content interface.

On Tim's request, this change moved getParserOutput() and getSecondaryDataUpdates()
from the ContentHandler to the Content interface.

Change-Id: Ia654aa8710a242ba5fe7a4eb528e6a6449035f59
includes/Content.php
includes/ContentHandler.php
includes/WikiPage.php
includes/api/ApiPurge.php
includes/job/RefreshLinksJob.php
maintenance/refreshLinks.php
tests/phpunit/includes/ContentHandlerTest.php
tests/phpunit/includes/CssContentTest.php
tests/phpunit/includes/JavascriptContentTest.php
tests/phpunit/includes/WikitextContentTest.php