silverstripe-framework/view
Damian Mooyman 1db08bac88 BUG Fix FormAction title encoding
BUG Fix TreeMultiSelectField using the wrong label
BUG Fix encoding of selected title on TreeDropdownField
BUG Fix DataDifferencer trying to compare non-comparable fields (non-dbfield objects)
BUG: Fix issue with TreeMultiSelectField not saving
BUG: Fix issue with GridFieldPrintButton
ENHANCEMENT Instead of using multiple api calls to encode dbfield values, delegate this operation to the individual fields via forTemplate
Instead of using a new API to communicate html encoding to treeselect, just ensure all content is HTML encoded, and enable html_titles in jstree.
2015-02-13 15:50:45 +13:00
..
ArrayData.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
GenericTemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Requirements.php Merge pull request #3432 from IgorNadj/3.1-fix-minify 2015-02-06 11:17:59 +00:00
SSTemplateParser.php Copy SSViewer rewrite_hash_links regexp to SSTemplateParser 2014-09-02 15:20:47 +12:00
SSTemplateParser.php.inc Copy SSViewer rewrite_hash_links regexp to SSTemplateParser 2014-09-02 15:20:47 +12:00
SSViewer.php FIX: Tag-less cache backends error on flush 2014-10-15 11:41:15 +01:00
TemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateIteratorProvider.php Remove end php tag from TemplateIteratorProvider 2012-10-10 11:15:55 +13:00
TemplateParser.php Feature to allow that changing the SSTemplateParser through the Injector system 2013-10-18 12:42:39 +13:00
ViewableData.php BUG Fix FormAction title encoding 2015-02-13 15:50:45 +13:00