Ingo Schommer
|
e95a2cf40c
|
MINOR Pad fields in base CMS template when no tabs exist, to avoid requiring a template overload for this simple view setting
|
2012-02-27 23:52:48 +01:00 |
|
Ingo Schommer
|
3b53ed1937
|
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 |
|
Ingo Schommer
|
ba0d1c60cb
|
MINOR Don't require controller on instanciation of GridFieldPopupForms, as it can't be reliably determined e.g. during a getCMSFields() call. Should use existing FormField/Form API to retrieve controller when its required.
MINOR Renamed GridFieldPopupForms->popupFormName to $name to make it clearer that its the component name (which is optional now).
|
2012-02-27 23:52:48 +01:00 |
|
Julian Seidenberg
|
3936909980
|
ENHANCEMENT: working delete button
|
2012-02-27 23:52:48 +01:00 |
|
Julian Seidenberg
|
550f75408e
|
ENHANCEMENT: File and Image CMSFields styling
|
2012-02-27 23:52:40 +01:00 |
|
Normann Lou
|
f7030c56a5
|
BUGFIX: Page tree node reflects any changes made to page (title, publication status) in its edit view, implemented on the level of cms-content dom element, rather than cms-edit-form level
|
2012-02-27 12:47:36 +13:00 |
|
Normann Lou
|
587d195647
|
BUGFIX: Page tree node reflects any changes made to page (title, publication status) in its edit view
|
2012-02-24 16:46:46 +13:00 |
|
Dominik Beerbohm
|
edf6cd6d83
|
API CHANGE: Remove ArrayData::forTemplate(), because it has little usefulness corrupts ViewableData customisation.
|
2012-02-24 16:35:12 +13:00 |
|
Sam Minnée
|
dc439ed0e2
|
Merge pull request #199 from silverstripe-scienceninjas/pull/partialmatch-array-values
BUGFIX Allow PartialMatchFilter to use an array as search term
|
2012-02-23 19:14:36 -08:00 |
|
Sam Minnée
|
61c810a79a
|
Merge pull request #200 from simonwelsh/patch-1
BUGFIX Fallback to sapphire/silverstripe_version if there is no CMS (fra...
|
2012-02-23 19:14:09 -08:00 |
|
Ingo Schommer
|
312850aee9
|
Merge branch 'master' into integration
Conflicts:
admin/css/screen.css
admin/scss/_style.scss
|
2012-02-24 00:32:30 +01:00 |
|
Ingo Schommer
|
8fcb40cdf0
|
Merge remote-tracking branch 'silverstripe-scienceninjas/pull/SSF-12'
|
2012-02-23 23:38:29 +01:00 |
|
Ingo Schommer
|
58f5b870a4
|
MINOR Added more fugue sprites
|
2012-02-23 23:29:59 +01:00 |
|
Ingo Schommer
|
30989b598d
|
ENHANCEMENT Added path manipulation lib from jQuery.mobile, using it to ensure all URLs are made absolute (to fix IE issues)
|
2012-02-23 23:29:59 +01:00 |
|
Ingo Schommer
|
3b72f598a2
|
MINOR Added CSS class for identifying column in GridFieldDefaultColumns
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
9465df6fb4
|
MINOR Less specific button selectors in CMS JavaScript to cover <button> tags as well
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
ddf4791708
|
MINOR Simplified edit form toggle in UploadField.js, prevent new <button> element trigger from submitting the form
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
8b6ef6599e
|
MINOR Updating usage of jQuery.data() to confirm with API changes in 1.6 (camelcased names)
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
0bc6bffa9b
|
BUGFIX Changed CSS class structure of GridField to avoid duplication of ".ss-gridfield" selector in different contexts, and make selectors less verbose (no more "fieldset.ss-gridfield"). Added "field" class to GridField container to ensure it displays correctly alongside other form fields (mainly around margins and paddings)
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
bb42afe32f
|
MINOR Removed inline CSS styles
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
27cdc40c7a
|
API CHANGE Moved AssetAdmin-specific fields from Folder->getCMSFields() to AssetAdmin->getEditForm(). For modifying those fields via DataExtension, please use AssetAdmin->updateEditForm() instead
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
9df1487d8f
|
ENHANCEMENT Allow to batch-add components via GridFieldConfig->addComponents()
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
39dc5ae301
|
MINOR Load breadcrumb links via ajax into panels in CMS
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
abedf2a4a9
|
ENHANCEMENT Confirming deletion of records in GridField via JavaScript alert
|
2012-02-23 23:29:55 +01:00 |
|
Ingo Schommer
|
3c29a9268c
|
MINOR AssetUploadField styling
|
2012-02-23 18:39:42 +01:00 |
|
Ingo Schommer
|
cbc2891c80
|
MINOR Metadata for GridField and Folder->getCMSFields() to allow opening folder references in the UI
|
2012-02-23 18:39:42 +01:00 |
|
Ingo Schommer
|
6e6fdaf79e
|
MINOR Applying default padding to edit form template rather than the tabs it contains, which allows a more standardised UI even when no tabs are present in the CMS content area (e.g. in "add files")
|
2012-02-23 18:39:42 +01:00 |
|
Simon Welsh
|
df82dac334
|
BUGFIX Fallback to sapphire/silverstripe_version if there is no CMS (framework only)
|
2012-02-23 20:46:34 +13:00 |
|
Andrew O'Neil
|
7a755da101
|
FEATURE Trigger event when new or edit link is clicked
|
2012-02-23 14:54:03 +13:00 |
|
Ingo Schommer
|
8790ba3c4f
|
BUGFIX Retain editor focus when insert images, update attributes on existing image to avoid IE bugs through TinyMCE
|
2012-02-22 17:53:37 +01:00 |
|
Ingo Schommer
|
5f635d8315
|
BUGFIX Don't reload TreeDropdownField title via ajax if no value is set (which causes infinite loops)
|
2012-02-22 17:27:02 +01:00 |
|
Ingo Schommer
|
6ffb941c28
|
MINOR JS formatting
|
2012-02-22 11:15:54 +01:00 |
|
Felipe Skroski
|
9efcb9b8fe
|
BUGFIX: fixed "add new" button outside of the datagrid's title bar in firefox(ssf-106)
|
2012-02-22 17:16:20 +13:00 |
|
Felipe Skroski
|
1ebd83df1a
|
ENHANCEMENT: styled the header of the datagrid (SSF-106)
|
2012-02-22 16:29:37 +13:00 |
|
Andrew O'Neil
|
b389138f50
|
MINOR Move gridfield actions HTML to templates
|
2012-02-22 16:19:45 +13:00 |
|
Ingo Schommer
|
3cad19a97e
|
MINOR JS formatting
|
2012-02-21 17:46:58 +01:00 |
|
Stig Lindqvist
|
c5a1d69a39
|
BUGFIX AssetAdmin bugs out when trying to find Folders with ID = 0 when in /assets/
|
2012-02-21 17:09:15 +13:00 |
|
Stig Lindqvist
|
82748a0873
|
MINOR JS functionality on intercepting injected filtering of gridfields in LeftAndMain inherited Controllers.
|
2012-02-21 17:09:09 +13:00 |
|
Andrew O'Neil
|
0acaf39664
|
FEATURE "Add" for gridfield
|
2012-02-20 14:50:53 +13:00 |
|
Ingo Schommer
|
abfa16fa70
|
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 |
|
Ingo Schommer
|
743a26be05
|
MINOR Reverted conditional redraw of preview panel introduced in a1e9c0f4 , too unstable
|
2012-02-17 15:58:31 +01:00 |
|
Ingo Schommer
|
bb7c128025
|
MINOR JS syntax errors
|
2012-02-17 15:58:31 +01:00 |
|
Ingo Schommer
|
e28afcacc5
|
MINOR Added FormAction->setUseButtonTag() and getUseButtonTag()
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
ad8fe82b37
|
MINOR Added FormField->getDescription() to complement FormField->describe()
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
454b89f2bb
|
BUGFIX Fixed FormAction.ss template when used with <button> tag
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
fd847dda4d
|
MINOR Customized jQuery.layout.js to support fetching layout type through HTML5, for easier readability and avoiding the $.metadata dependency (which fails to parse HTML5 data attrs correctly)
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
4e99af7047
|
MINOR Using HTML5 data attributes for denoting layout in templates
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
a196135089
|
API CHANGE Replace jQuery.metadata in DateField markup with HTML5 data attributes
|
2012-02-17 13:35:54 +01:00 |
|
Ingo Schommer
|
ac56fef8b4
|
MINOR Removed jQuery.metadata usage in CMS, use jQuery.data() and HTML5 data attributes instead. Also fixes errors where jQuery.metadata tries to eval() HTML5 data attrs, which isn't always applicable
|
2012-02-17 13:35:53 +01:00 |
|
Ingo Schommer
|
9190bc4893
|
ENHANCEMENT Support for <legend> tags in CompositeField
|
2012-02-17 13:35:53 +01:00 |
|