Content: Deprecate and stop using getHighlightHtml()
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 5 May 2014 15:59:54 +0000 (17:59 +0200)
committerOri.livneh <ori@wikimedia.org>
Fri, 9 May 2014 10:18:00 +0000 (10:18 +0000)
commit5fea642f16cefb08d32d69013b2bc845670f2486
treec7d31b3bd9e2d7d7731025d1eef89ddd831c1cfa
parentb31c093855be5e0a465bfa6b779c0f8c2e86a7d3
Content: Deprecate and stop using getHighlightHtml()

That function was clearly a bad idea, everyone should just use
getHtml() instead. It was supposed to allow extensions to extend
the content formatting process, but actually doesn't.

A better hook-based solution follows in separate commit I979e2438.

Split off from original I979e2438 and rebased with minor changes
(updated documentation comments, etc.).

Co-Authored-By: daniel <daniel.kinzler@wikimedia.de>
Co-Authored-By: Bartosz Dziewoński <matma.rex@gmail.com>
Change-Id: I76412f9d28bb145fb5975f59e538f6560e50472f
includes/content/CssContent.php
includes/content/JavaScriptContent.php
includes/content/TextContent.php