Commit Graph

17 Commits

Author SHA1 Message Date
NoBone 9ee3b893fb Update WidgetAreaEditor.php 2013-04-22 16:18:07 +03:00
NoBone b27351533f Update Widget.php 2013-04-22 16:17:29 +03:00
Ingo Schommer d83f0d2ae0 NEW Added WidgetPageExtension 2013-04-16 16:07:41 +02:00
Ingo Schommer 47d52a66f4 Removed extraneous declarations 2013-04-16 15:51:33 +02:00
Ingo Schommer d0c671d8da Using Config API in widgets 2013-03-20 14:00:54 +01:00
Mike Parkhill e7e731a13b MINOR: corrected the spelling error in the controller extension file name, fixes #30 2013-01-07 10:43:40 +13: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 e90577ee6c API CHANGE Removed unused variables 2012-10-06 10:35:02 +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
Sam Minnee 025ee424c4 NEW: Add an extension that provides the <page-url>/widget/<widget-id> URL as part of the widgets module. (Trac #7174)
The handleWidget() method used to be part of core, and it's now been turned into the extension included here.
2012-06-22 14:04:21 +12:00
Ingo Schommer 552a5006da MINOR Initial commit 2012-04-18 23:20:33 +02:00