Ingo Schommer
0177699620
Added cms dependency
2013-03-29 12:24:56 +01:00
Ingo Schommer
e24b24e973
Travis support
2013-03-29 09:57:13 +01:00
Ingo Schommer
d0c671d8da
Using Config API in widgets
2013-03-20 14:00:54 +01:00
Ingo Schommer
7be42acb0d
Fixed template usage
2013-03-19 10:13:15 +01:00
Stig Lindqvist
63a25eae74
Merge pull request #38 from ARNHOE/patch-1
...
MINOR: Added Dutch language
2013-02-25 14:20:01 -08:00
ARNHOE
b21a233c97
Create nl.yml
2013-02-24 22:44:23 +01:00
Stig Lindqvist
f5f20d2c0c
Merge pull request #34 from pixeltricks/missing-translations
...
ENHANCEMENT added missing translations, I do not speak swedish and added...
2013-02-21 12:09:11 -08:00
Roland Lehmann
b32208c2ae
ENHANCEMENT added missing translations, I do not speak swedish and added this translation with the help of google translate, so it might have mistakes
2013-01-12 10:24:14 +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
Michael Parkhill
0b82bc5eef
Merge pull request #31 from ryanwachtl/issue-17-enhancement-ss3-cms-ui
...
ENHANCEMENT: Adapt the Widgets Editor CMS UI to fit SS 3.0
2013-01-06 13:29:56 -08:00
Ryan Wachtl
2258c55dcb
ENHANCEMENT: Adapt the Widgets Editor CMS UI to fit SS 3.0
2013-01-05 13:11:04 -06:00
Michael Parkhill
a7ac169826
Merge pull request #28 from ivoba/master
...
german translation
2012-12-20 14:36:02 -08:00
ivo
3aee2ba08a
german translation
2012-12-15 17:21:32 +01:00
Mike Parkhill
3e598934f4
Merge pull request #19 from stojg/coding-conventions
...
Coding conventions
2012-10-07 16:06:56 -07: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
Stig Lindqvist
cc3aa49f9f
Merge pull request #12 from creamarketing/title-description-translatable
...
ENHANCEMENT: Made title, cmstitle and description on widgets translatable
2012-09-30 13:08:18 -07:00
Stig Lindqvist
9db5143117
Merge pull request #14 from creamarketing/swedish-translations
...
ENHANCEMENT: Added Swedish translation file
2012-09-30 13:07:37 -07:00
Stig Lindqvist
b0138ceaf1
Merge pull request #13 from creamarketing/default-translations
...
MINOR: Added a lang folder with default English translation and manifest...
2012-09-30 13:06:17 -07:00
Mike Parkhill
e3c9015219
Merge pull request #15 from vikas-srivastava/composer
...
Bug : Removed errors from Composer.json
2012-09-30 13:01:21 -07:00
vikas srivastava
f8f626e2f7
Bug : Removed errors from Composer.json
...
Contains some minor bugs :
1 - JSON doesn't allow multi line string so making "description" field in single line.
2012-09-29 15:58:44 +05:30
Niklas Forsdahl
5f39963ce1
ENHANCEMENT: Added Swedish translation file
2012-09-28 12:20:28 +03:00
Niklas Forsdahl
df460c237b
MINOR: Added a lang folder with default English translation and manifest exclude files
2012-09-28 12:18:39 +03: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
229fed8f03
Merge pull request #11 from vikas-srivastava/composer
...
New : Added composer.json
The general plan for module management in SilverStripe 3.1 is to use Composer to manage the modules, and to rely on Composer meta-data as the primary source of information about a module.
2012-09-25 17:20:42 -07:00
vikas srivastava
69775622a1
New : Added composer.json
...
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.
For more information please visit at http://extension.openbees.org/instructions/
2012-09-26 02:02:36 +05:30
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
Mike Parkhill
4efe3e65be
Merge pull request #8 from creamarketing/editable-widgetarea-translatable
...
BUG: set current locale when fetching editable widget segment
2012-08-30 14:07:55 -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
Mike Parkhill
2d58a9e351
MINOR updated README.md to reference the simple theme and clarify the installation steps
2012-08-21 16:27:39 +12: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
Mike Parkhill
ee831233cc
Merge pull request #3 from studiobonito/2-missing-resources
...
Include missing css, image and javascript resources
2012-08-20 19:02:10 -07: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
Tom Densham
70a58c8e02
BUGFIX Include missing css, image, and javascript resources
2012-06-14 11:07:26 +01:00
Ingo Schommer
552a5006da
MINOR Initial commit
2012-04-18 23:20:33 +02:00