silverstripe-framework/forms/gridfield
Ingo Schommer 1661213e5b FIX Opt-out pf form message escaping (fixes #2796)
This fixes a limitation introduced through http://www.silverstripe.org/ss-2013-008-xss-in-numericfield-validation/.
Form messages used to accept HTML, now they’re escaped by default, effectively removing the ability
to pass in HTML and take care of escaping manually.

We pass through HTML to message in core through the CTF system, so this needs to be fixed.
It’s an alternative fix to https://github.com/silverstripe/silverstripe-framework/pull/2803.
2014-08-22 16:59:34 +12:00
..
GridField.php Rewrote usages of error suppression operator 2014-03-05 14:22:19 +13:00
GridFieldAddExistingAutocompleter.php Docs: GridFieldDeleteAction 2012-10-05 17:39:19 +02:00
GridFieldAddNewButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldButtonRow.php ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldComponent.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GridFieldConfig.php FIX 7906 Regression: GridFieldConfig_RelationEditor: Removing relation deletes data object 2012-10-15 13:41:11 -03:00
GridFieldDataColumns.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDeleteAction.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDetailForm.php FIX Opt-out pf form message escaping (fixes #2796) 2014-08-22 16:59:34 +12:00
GridFieldEditButton.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
GridFieldExportButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldFilterHeader.php BUG GridFieldFilterHeader works without non-filterable cols 2013-05-23 17:48:27 +02:00
GridFieldFooter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
GridFieldLevelup.php ENHANCEMENT: Modify GridFieldLevelup to be more reusable 2012-06-26 13:34:49 +02:00
GridFieldPageCount.php FIX: GridFieldPageCount now throws an exception if added to a gridfield with no gridfieldpaginator 2012-10-03 14:54:37 +13:00
GridFieldPaginator.php NEW: GridFieldPageCount control for displaying the current page count/total in the gridview header. Designed to complement a functional pager in the grid footer. 2012-10-03 14:54:37 +13:00
GridFieldPrintButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldSortableHeader.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldToolbarHeader.php ENHANCEMENT: Move GridField buttons out of table (fixes 7213) 2012-05-21 14:19:59 +12:00
GridFieldViewButton.php FEATURE: Implemented a view action for GridField, and a record viewing GridFieldConfig. 2012-05-12 18:49:56 +10:00
GridState.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00