.. |
Form.ss
|
ENHANCEMENT Custom form attributes through Form->setAttribute()
|
2012-01-02 16:49:33 +01:00 |
GridField_FormAction.ss
|
MINOR Renaming GridField_Action to GridField_FormAction, to better distinguish it from GridFieldActionProvider and GridFieldAction_Edit. The two are conceptually related, but not through inheritance, as the original naming suggested.
|
2012-03-08 15:22:00 +01:00 |
GridField_Item.ss
|
MINOR Allowing custom attributes on GridField, adding more CSS classes to support behaviour
|
2012-02-08 01:04:56 +01:00 |
GridField_print.ss
|
ENHANCEMENT: SSF-168 refactoring print button so that it opens print view in a new window. This is useful for debugging and also useful for when someone wants to use the print view not for printing, but for viewing a clean version of a gridfield without the surrounding CMS, using the view for copying and pasting into another app, for example.
|
2012-04-05 18:15:44 +12:00 |
GridFieldAddExistingAutocompleter.ss
|
API CHANGE: Added targetFragment argument to GridFieldAddExistingAutocompleter, so that its location can be changed. Updated CSS and HTML to allow for this.
|
2012-03-09 17:52:26 +13:00 |
GridFieldAddNewButton.ss
|
API CHANGE: Created GridFieldAddNewButton, replacing the one that was previously hardcoded in GridFieldToolbarHeader
|
2012-03-09 17:52:26 +13:00 |
GridFieldEditButton.ss
|
API CHANGE: Renaming of gridfield components #6921
|
2012-03-09 12:54:02 +13:00 |
GridFieldFilterHeader_Row.ss
|
API CHANGE: Renaming of gridfield components #6921
|
2012-03-09 12:54:02 +13:00 |
GridFieldFooter.ss
|
API-CHANGE: new GridFieldFooter component
|
2012-04-12 16:13:47 +12:00 |
GridFieldItemEditView.ss
|
ENHANCEMENT Allow Controllers to opt-out or modify the back link behaviour in GridFieldDetailForm
|
2012-05-08 11:25:47 +02:00 |
GridFieldLevelup.ss
|
FEATURE: add Levelup component to GridField as GridFieldLevelup
|
2012-05-07 13:40:53 +12:00 |
GridFieldPaginator_Row.ss
|
ENHANCEMENT Allow opt-out of autofocus in CMS editor form, to avoid browser "auto scrolling" to bring the focused element into view (fixes #7242)
|
2012-05-02 18:27:45 +02:00 |
GridFieldSortableHeader_Row.ss
|
BUGFIX SSF-124 remove $extraClass in the sortable header of GridField, simply add an 'col-$getName' as the distinguishable class for each column header, so as not to lose the css selector
|
2012-04-10 17:55:14 +12:00 |
GridFieldToolbarHeader.ss
|
API CHANGE: Removed 'add new' button from GridFieldToolbarHeader, instead opting to include two HTML fragments: toolbar-header-left and toolbar-header-right.
|
2012-03-09 17:52:26 +13:00 |
HtmlEditorField_viewfile.ss
|
MINOR: changing template to make delete icon appear in the list of uploaded files
|
2012-03-30 11:10:16 +13:00 |
TableListField_Item_export.ss
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
TableListField_Item.ss
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
TableListField_PageControls.ss
|
ENHANCEMENT Replaced locations of sapphire with $ModulePath(framework) in templates, based off Controller which implements TemplateGlobalProvider
|
2012-04-15 10:50:20 +12:00 |
TableListField_SelectOptions.ss
|
ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() (from r105266)
|
2010-10-15 02:27:59 +00:00 |
TableListField_Summary.ss
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
UploadField_FileButtons.ss
|
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 |