silverstripe-framework/forms/gridfield
2012-02-23 23:29:57 +01:00
..
GridField.php ENHANCEMENT Confirming deletion of records in GridField via JavaScript alert 2012-02-23 23:29:55 +01:00
GridFieldAction.php ENHANCEMENT GridFieldItemEditView (and specific view and behaviour for usage in CMS) 2012-01-09 21:17:56 +01:00
GridFieldComponent.php API CHANGE: Added GridField_URLHandler component interface. 2012-01-09 18:47:31 +13:00
GridFieldConfig.php ENHANCEMENT Allow to batch-add components via GridFieldConfig->addComponents() 2012-02-23 23:29:57 +01:00
GridFieldDefaultColumns.php BUGFIX Fixed GridField->setFieldFormatting() 2012-01-09 11:36:50 +01:00
GridFieldExporter.php MINOR Fixed GridFieldExporter accessors (undefined $gridField in changed scope) 2012-01-30 17:29:35 +01:00
GridFieldFilter.php MINOR GridField JS API for updating state 2012-02-14 13:30:51 +01:00
GridFieldPaginator.php MINOR GridField JS API for updating state 2012-02-14 13:30:51 +01:00
GridFieldPopupForms.php ENHANCEMENT Using native jQuery UI buttons and icon styling for a less coupled implementation (e.g. assuming that a "constructive" button always has a specific icon, or one at all). All CMS UI buttons switched to use <button> markup, which allows for inline icons and correctly aligned multi-line button labels. 2012-02-17 15:58:32 +01:00
GridFieldRelationAdd.php API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias. 2012-02-16 12:27:47 +01: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 MINOR GridField JS API for updating state 2012-02-14 13:30:51 +01:00
GridState.php ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer. 2012-02-14 13:53:35 +01:00