silverstripe-framework/forms/gridfield
Ingo Schommer 64357a4522 Merge branch '3.0'
Conflicts:
	admin/css/screen.css
	admin/scss/_forms.scss
	docs/en/changelogs/3.0.0.md
2012-07-05 18:01:09 +02:00
..
GridField.php NEW Add set config method to GridField. 2012-07-04 13:13:23 +10:00
GridFieldAddExistingAutocompleter.php MINOR Fixing additional cases where DataList needs to be returned correctly when filtering 2012-06-15 16:09:40 +12:00
GridFieldAddNewButton.php MINOR Using localized name rather than model class for GridFieldAddNewButton UI (related to 74d444cf and pull request #452) 2012-05-29 15:22:28 +02:00
GridFieldButtonRow.php ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldComponent.php MINOR Cleaned up the GridFieldDataColumns to be easier on the eyes and fixed the some method docblocks for the interface 2012-05-09 10:35:35 +12:00
GridFieldConfig.php ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldDataColumns.php FIX: Ticket #7592 GridFieldDataColumns: Wrong documentation for getFieldCasting Moved documentation to the appropriate function, added note about the two parameter callback function. 2012-07-04 18:08:24 +02:00
GridFieldDeleteAction.php MINOR: Added i18n to Delete action 2012-05-28 12:05:41 +12:00
GridFieldDetailForm.php UNFINISHED Processing multiple PJAX responses on CMS JavaScript, introducing data-pjax-fragment attribute to identify reloadable template parts 2012-05-30 15:07:13 +02:00
GridFieldEditButton.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
GridFieldExportButton.php API CHANGE: Added GridField::addDataFields() to allow the definition of custom callbacks to be used by all GridField components. 2012-06-06 16:12:05 +12:00
GridFieldFilterHeader.php MINOR Removing whitespace 2012-05-18 18:05:45 +12: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
GridFieldPaginator.php ENHANCEMENT: don't show the paginating elements in the paginator when only one page, and keep 'view 1 - 5 of 5' there 2012-05-18 11:31:33 +12:00
GridFieldPrintButton.php API CHANGE: Added GridField::addDataFields() to allow the definition of custom callbacks to be used by all GridField components. 2012-06-06 16:12:05 +12:00
GridFieldSortableHeader.php BUGFIX: GridField filter 2012-05-17 11:15:53 +12: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00