silverstripe-framework/parsers
Sam Minnee 6d05c57881 Ensure that shortcodes inside script tags are parsed. Fixes #4332.
The problem is that the marker images aren’t picked up by DOMDocument
if they are inserted into a <script> tag, due to the semantics of HTML.

This fix does an additional replacement after the marker images are
replaced in this way to pick up any leftover tags.
2015-06-22 11:29:12 +01:00
..
HTML Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
BBCodeParser.ini Merging 2.1 blog into trunk 2007-10-02 03:21:38 +00:00
BBCodeParser.php Fixed BBCodeParser config API usage 2013-04-29 23:31:23 +02:00
ShortcodeParser.php Ensure that shortcodes inside script tags are parsed. Fixes #4332. 2015-06-22 11:29:12 +01:00
SQLFormatter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TextParser.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00