maks feltrin
33ef8b9d2c
use already fetched values
2017-07-19 15:23:30 +01:00
Daniel Hensby
36ccdf2ebc
Merge pull request #128 from torleif/patch-2
2016-07-14 00:32:45 +01:00
torleif
987d29341e
Fix : #127 - generate unique ID upon creation
...
Fixes front end components that require a unique ID. Duplicate IDs in the DOM is invalid HTML.
Fix : #127 - code formatting
Check validation before writing
BUG fixes duplicate ID issue Fixes #127
BUG fixes duplicate ID issue Fixes #127
remove unneeded write()
Fix : #127 - generate unique ID upon creation
2016-07-14 10:20:23 +12:00
torleif
92e3fd6d9a
#125 - FIX: firefox support for disconnecting tinyMCE
2016-06-21 13:17:30 +12:00
torleif
1719ee3248
#125 - FIX: disconnect tinyMCE while dragging
...
By disconnecting the tinyMCE it won't trigger a recreate after drag and dropping, so you won't wind up with multiple htmleditors.
2016-06-14 10:21:58 +12:00
UndefinedOffset
512a6aafee
BUG: Fixed issue where before save was not being called
...
BUG: Fixed JavaScript error undefined variable when calling sortWidgets
2014-10-06 12:29:21 -03:00
Sixfifty
1013e216c2
Fixed locale for AJAX requests on addWidget.
...
Currently locale is ignored with AJAX add requests, this patch sends the form locale with the request.
2013-08-06 16:30:24 +01:00
Will Rossiter
dd6ffbfaf8
FIX: WidgetControllerTest failing due to 3.1 API. Update package information
2013-05-07 20:56:38 +12:00
g4b0
0982236195
BUGFIX: solved bug adding a new widget to the top of the widget area, then moving it to the bottom when saving
2013-04-02 09:07:00 +02:00
Niklas Forsdahl
ad99ac8fa2
BUG: Enable chosen in WidgetAreaEditor fields.
...
Fixed by having Widget::CMSEditor return a FieldList (with fields from
getCMSFields) for showing DropdownFields and ListboxFields correctly,
and by using FormField::saveInto() for saving the data in
Widget::populateFromPostData().
2012-08-30 10:09:49 +03:00
Mike Parkhill
37e556a58e
MINOR resolve merge conflict with pull request issue #4 from dancras
2012-08-21 14:47:26 +12:00
Mike Parkhill
30e6bae949
MERGE pull request from dancras issue #4 Adds missing requirements for WidgetAreaEditor
2012-08-21 14:41:30 +12:00
Ed
3c99b0f23a
Issue #4 : Adds missing requirements for WidgetAreaEditor
...
NEW: Updates WidgetAreaEditor images to fit new design
BUG: Removes use of deprecated method Name() on FormField
2012-08-09 17:09:57 +01:00
Tom Densham
70a58c8e02
BUGFIX Include missing css, image, and javascript resources
2012-06-14 11:07:26 +01:00