silverstripe-framework/forms/gridfield
2012-02-27 23:52:48 +01:00
..
GridField.php MINOR Move gridfield actions HTML to templates 2012-02-22 16:19:45 +13:00
GridFieldAction.php MINOR Move gridfield actions HTML to templates 2012-02-22 16:19:45 +13:00
GridFieldComponent.php API CHANGE: Added GridField_URLHandler component interface. 2012-01-09 18:47:31 +13:00
GridFieldConfig.php ENHANCEMENT: styled the header of the datagrid (SSF-106) 2012-02-22 16:29:37 +13:00
GridFieldDefaultColumns.php ENHANCEMENT Allow multiple column providers for a single column 2012-02-08 11:21:34 +13:00
GridFieldExporter.php MINOR Fixed GridFieldExporter accessors (undefined $gridField in changed scope) 2012-01-30 17:29:35 +01:00
GridFieldFilter.php MINOR i18n on GridFieldRelationAdd, GridFieldFilter and GridFieldItemEditVIew template 2012-01-24 19:13:12 +01:00
GridFieldPaginator.php ENHANCEMENT: styled the header of the datagrid (SSF-106) 2012-02-22 16:29:37 +13:00
GridFieldPopupForms.php MINOR Moved some CMS-specific template config into GridFieldPopupForms, to make the external API easier to use, and make specific configs less dependent on the instanciation context, and more tuned to the actual execution controller context 2012-02-27 23:52:48 +01:00
GridFieldRelationAdd.php Merge pull request #175 from silverstripe-scienceninjas/pull/autosuggestion-class-fix 2012-01-30 14:29:58 -08:00
GridFieldRelationDelete.php API CHANGE Security admin supports adding, removing and searching for members by relations via gridfield 2012-01-24 02:46:07 +01:00
GridFieldSortableHeader.php API CHANGE: Refactored GridField modifiers into GridField_ColumnProvider, GridField_HTMLProvider, GridField_ActionProvider, and GridField_DataModifier interfaces, all added as components in the config. 2012-01-09 13:30:34 +13:00
GridFieldTitle.php FEATURE "Add" for gridfield 2012-02-20 14:50:53 +13:00
GridState.php BUGFIX GridField_Actions did not work in more complex Forms with tabsets (i.e SecurityAdmin) when using GridField_Action 2012-01-09 18:41:23 +13:00