silverstripe-framework/src/View/Parsers
Robbie Averill 4d5d7a34a1 NEW Add FilterInterface and retrofit into URLSegmentFilter
There are other filters in the core SilverStripe product, e.g. FileNameFilter in silverstripe/assets
which would benefit from having a common filter interface. This retrofits one for URLSegmentFilter
in framework. I have not added any PHP 7 syntax in method signatures to avoid breaking backwards
compatibility.
2019-10-04 10:51:24 +13:00
..
Diff.php BUG Remove usage of deprecated each() and use a helper method instead 2017-11-01 16:04:35 +13:00
FilterInterface.php NEW Add FilterInterface and retrofit into URLSegmentFilter 2019-10-04 10:51:24 +13:00
HTML4Value.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
HTMLCleaner.php API Remove Object class 2017-05-23 13:50:35 +12:00
HTMLValue.php Ensure document is not falsey before attempting to clone it 2019-01-16 16:24:45 +13:00
PurifierHTMLCleaner.php API Move createTag to HTML class 2017-06-16 12:22:05 +12:00
ShortcodeHandler.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
ShortcodeParser.php Merge branch '4.1' into 4.2 2019-02-19 08:37:07 +07:00
SQLFormatter.php API Remove Object class 2017-05-23 13:50:35 +12:00
TidyHTMLCleaner.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Transliterator.php API Remove Object class 2017-05-23 13:50:35 +12:00
URLSegmentFilter.php NEW Add FilterInterface and retrofit into URLSegmentFilter 2019-10-04 10:51:24 +13:00