Revert "Introducing ContentGetParserOutput hook."
authorOri.livneh <ori@wikimedia.org>
Mon, 10 Jun 2013 19:13:00 +0000 (19:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 10 Jun 2013 19:13:00 +0000 (19:13 +0000)
commit6ec90a1acdd05a077ca53ff8679217f65a7909ce
tree02ccb1c83bb06593337451aad10573358df51d79
parentfda090a7e7f85f146ec84798fda45232ab67613e
Revert "Introducing ContentGetParserOutput hook."

This change removed getHtml(), but not the call to it from fillParserOutput.
It has a few other issues that I'll flag in-line after deploying the revert.

This reverts commit fda090a7e7f85f146ec84798fda45232ab67613e

Bug: 49398
Change-Id: Idcef8d4cedc7c03f72bc1743e0f89cc5ed4ad7a7
docs/hooks.txt
includes/content/AbstractContent.php
includes/content/CssContent.php
includes/content/JavaScriptContent.php
includes/content/TextContent.php
includes/content/WikitextContent.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/content/CssContentTest.php
tests/phpunit/includes/content/TextContentTest.php