silverstripe-framework/parsers
Sam Minnee d7241958ff Performance/reliability improvement for leaving unrecognised tags.
error_behaviour = self::LEAVE is the default behaviour. In this case,
we don’t even need to bother recognising such tags. Rather than
replacing with marker images and re-inserting the original text after
we’re done, we can leave them alone.

This should make the code faster and more reliable.
2015-06-22 11:31: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 Performance/reliability improvement for leaving unrecognised tags. 2015-06-22 11:31: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