Commit Graph

24 Commits

Author SHA1 Message Date
Damian Mooyman ed6114a7dc BUG Fix incorrect extension variable
Fixes silverstripe/silverstripe-blog#233
2015-05-14 10:50:33 +12:00
UndefinedOffset 54599b98d1 BUGFIX: Fixed issue where Widget::CMSEditor() can't see the enabled checkbox 2015-04-01 11:55:08 -03:00
Michael Parkhill 8ee406675e Merge pull request #73 from webbuilders-group/master
Proposed fix for issue #25
2014-08-06 16:03:50 +12:00
Will Rossiter 575654459c Remove sort from CMS. (Fixes #75) 2014-07-02 09:16:53 +12:00
Will Rossiter 2baa195282 Remove ParentID field from the fields
This should not be manually set by default.
2014-07-02 09:14:12 +12:00
UndefinedOffset 025604971c Proposed fix for issue #25 2014-06-17 15:33:02 -03:00
Will Rossiter 6b67ee0ff8 Scaffold widget form fields by default 2014-03-09 21:06:52 +13:00
Daniel Hensby cad7a65040 FIX Setting `$only_available_in` to `private` visibility
Config engine throws deprecation warnings when this is accessed through the Config engine
2013-10-15 10:54:21 +01:00
Michael Parkhill 8e27c175a9 Merge pull request #62 from jedateach/fortemplate
Added forTemplate function on Widget
2013-07-25 13:58:39 -07:00
Jeremy Shipman 96f2fa90fe Added forTemplate function on Widget 2013-07-24 13:49:25 +12:00
Jeremy Shipman a10546b23d Added summary fields 2013-07-24 13:44:58 +12:00
NoBone e9ff9d64e1 Update Widget.php 2013-05-08 22:14:20 +12:00
Will Rossiter dd6ffbfaf8 FIX: WidgetControllerTest failing due to 3.1 API. Update package information 2013-05-07 20:56:38 +12:00
Ingo Schommer 8bcddb55ce 3.1 compatibility 2013-04-01 21:40:30 +02:00
Ingo Schommer d0c671d8da Using Config API in widgets 2013-03-20 14:00:54 +01:00
Stig Lindqvist 135792bd96 MINOR Adding docblocks for class methods. 2012-10-06 10:49:28 +13:00
Stig Lindqvist c2788985e7 MINOR Adding visibility keywords to methods and class variables. 2012-10-06 10:39:49 +13:00
Stig Lindqvist 57a95c1484 MINOR Tabs must be used to indent lines and line lenght preferable less than 100chars. 2012-10-06 10:27:02 +13:00
Niklas Forsdahl 9a6fd502b7 ENHANCEMENT: Made title, cmstitle and description on widgets translatable
Made title, cmsTitle and description properties translatable for widgets by using the _t() function
in the properties respective getters (using the static property as the default translation as not
to change the behaviour when no translations exist). Uppercase TITLE, CMSTITLE and DESCRIPTION
translation strings used...
2012-09-28 12:16:26 +03:00
Mike Parkhill 96769ebd37 Merge pull request #7 from creamarketing/widgetareaeditor-enable-chosen
BUG: Enable chosen in WidgetAreaEditor fields.
2012-08-30 14:08:14 -07:00
Niklas Forsdahl 78bfae971d BUG: set current locale when fetching editable widget segment
Set the current locale before rendering the editable widget segment
(if the Translatable module is installed)
2012-08-30 11:50:51 +03: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
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
Ingo Schommer 552a5006da MINOR Initial commit 2012-04-18 23:20:33 +02:00