wiki.techinc.nl/includes/content
daniel 48d5e5b3c9 Introduce ContentGetParserOutput hook
This hooks allows extensions to override the normal model-specific
rendering of page content. A typical use would be to provide syntax
highlighting for pages that contain scripts. In that sense,
ContentGetParserOutput is a generalization of the old ShowRawCssJs
hook.

This, together with I76412f9d, is a (hopefully) fixed version of the
reverted Ibfb2cbefea44.

Change-Id: I979e2438689648ba4c959d8083197ef14ce524e8
2014-05-10 14:27:33 +02:00
..
AbstractContent.php Introduce ContentGetParserOutput hook 2014-05-10 14:27:33 +02:00
Content.php Documentation cleanup in Content-related files 2014-05-05 17:04:10 +02:00
ContentHandler.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00
CssContent.php Content: Deprecate and stop using getHighlightHtml() 2014-05-09 10:18:00 +00:00
CssContentHandler.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00
JavaScriptContent.php Content: Deprecate and stop using getHighlightHtml() 2014-05-09 10:18:00 +00:00
JavaScriptContentHandler.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00
MessageContent.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00
TextContent.php Introduce ContentGetParserOutput hook 2014-05-10 14:27:33 +02:00
TextContentHandler.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00
WikitextContent.php Introduce ContentGetParserOutput hook 2014-05-10 14:27:33 +02:00
WikitextContentHandler.php Added and updated Doxygen comments in content handler and diff namespaces 2014-03-06 11:17:41 +01:00