Michael Parkhill
d1586a5b5e
Merge pull request #59 from Mark-M/patch-1
...
FIX #58 on page duplicate
2013-08-19 20:16:12 -07:00
Michael Parkhill
b28a6b27d6
Merge pull request #66 from tractorcow/inherit-sidebar-fix
...
BUG Fixed issue with nested InheritSideBar not inheriting beyond the first level
2013-08-19 20:14:12 -07:00
Will Rossiter
e3c2dec7df
Merge pull request #69 from ryanwachtl/onlyavailablein-config
...
Use Config to get Widget::$only_available_in
2013-08-17 16:40:37 -07:00
Ryan Wachtl
eb092e7395
Use Config to get Widget::$only_available_in
...
Added support for use of Config to set Widget::$only_available_in so widgets bundled with other modules can be hidden, ex. blog module.
2013-08-16 19:46:39 -05:00
Mateusz Uzdowski
a596374271
Fix dependency strings to work with rc's.
2013-08-13 10:10:39 +12:00
Michael Parkhill
ea6c9a7a25
Merge pull request #68 from TomSpeak/patch-2
...
NEW Adding support for Translatable
2013-08-08 15:13:31 -07:00
Thomas Speak
6c91c62ec0
NEW Adding support for Translatable
...
At the moment, when using Translatable on a site, if you use the Tranlate tab to create a translated version of the page, the WidgetAreaID is retained and you experience the same issue as reported in #58
Related to: #59
2013-08-08 14:28:11 +01: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
Damian Mooyman
82ad362b44
BUG Fixed issue with nested InheritSideBar not inheriting beyond the first level
2013-08-02 13:25:10 +12:00
Michael Parkhill
6f534f5943
Merge pull request #65 from Leapfrognz/yml-change
...
Change of yml name
2013-07-31 15:31:20 -07:00
James Ayers
ab6fdd9eea
Change of yml name
...
changed contentcontroller-url-handler to contentcontrollerurlhandler so that it can be overridden.
2013-07-31 09:45:36 +12:00
Michael Parkhill
8e1058c8dd
Merge pull request #63 from jedateach/docs
...
Added instructions for releasing a widget
2013-07-25 13:59:33 -07:00
Michael Parkhill
8e27c175a9
Merge pull request #62 from jedateach/fortemplate
...
Added forTemplate function on Widget
2013-07-25 13:58:39 -07:00
Will Rossiter
d5fa1cb4b3
Merge pull request #61 from jedateach/summaryfields
...
Added summary fields
2013-07-24 00:21:09 -07:00
Jeremy Shipman
53a27c77bf
Added instructions for releasing a widget
2013-07-24 14:01:23 +12: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
Mark-M
d56c5398ac
FIX #58 on page duplicate
...
Fixing issue #58 where WidgetAreas end up being linked to multiple pages at once
2013-07-08 13:42:54 +01:00
Ingo Schommer
c971289104
Transifex translation support
2013-07-08 12:30:18 +02:00
Ingo Schommer
368d2d4045
WidgetController routing for core master
...
Removed implicit routing by controller name in 3.2,
so need to register it explicitly.
2013-07-01 09:57:02 +02:00
Stig Lindqvist
0a79fde3eb
Merge pull request #57 from mediaclinic/master
...
Finnish language
2013-06-29 03:42:38 -07:00
Shrike
503426d948
Finnish language
2013-06-29 12:41:15 +03:00
Sean Harvey
56f4753b9d
Merge pull request #55 from MattyBalaam/patch-1
...
Update WidgetPageExtension.php
2013-05-21 14:04:53 -07:00
MattyBalaam
1a1920a004
Update WidgetPageExtension.php
...
Changing statics to private to be 3.1 compatible.
I’m not sure, but would 'SideBarView' need to be defined as an allowed_action too?
2013-05-21 14:30:51 +02:00
Sean Harvey
69b53aefd1
Merge branch '0.1'
2013-05-13 22:27:10 +12:00
Will Rossiter
a117b6376d
Merge pull request #54 from christopherdarling/master
...
Removed whitespace, fixes #53
2013-05-10 00:16:12 -07:00
Christopher Darling
2ad1339c47
Removed whitespace fixes #53
2013-05-09 18:14:28 +02:00
NoBone
e9ff9d64e1
Update Widget.php
2013-05-08 22:14:20 +12:00
NoBone
22b7790307
Update WidgetAreaEditor.php
2013-05-08 22:14:12 +12:00
Will Rossiter
b7b8b80c18
Merge pull request #52 from wilr/package-info
...
FIX: WidgetControllerTest failing due to 3.1 API.
2013-05-08 03:06:51 -07:00
Will Rossiter
1b54cfc321
Merge pull request #51 from NoBone/0.1
...
Updated Widget module to show hide Widgets in specified WidgetArea
2013-05-08 03:04:35 -07:00
Ingo Schommer
adf765317e
Fixed composer constraints
2013-05-07 13:45:29 +03:00
Will Rossiter
67104f5244
FIX: ensure cms treats editor as a field
2013-05-07 22:25:51 +12:00
Will Rossiter
0536ad31ce
FIX: Ensure available widgets list is consistent between versions ( #6292 )
2013-05-07 22:22:41 +12:00
Will Rossiter
dd6ffbfaf8
FIX: WidgetControllerTest failing due to 3.1 API. Update package information
2013-05-07 20:56:38 +12:00
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
59d83fd521
Updated README to describe WidgetPageExtension
...
Removed obsolete "widget packaging" instructions, since its no different from packaging
other modules, and already sufficiently described on doc.ss.org
2013-04-16 16:19:03 +02: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
776e3a0385
Only build 0.1 branch against 3.0 core
...
3.1 and master no longer supported there
2013-04-04 01:50:21 +03:00
Ingo Schommer
21c9c61478
Limit compat to 3.0
2013-04-04 01:13:01 +03:00
Michael Parkhill
6167c701f3
Merge pull request #46 from g4b0/append-widget-to-bottom
...
BUGFIX: solved bug adding a new widget to the top of the widget area, th...
2013-04-02 13:06:34 -07:00
Michael Parkhill
5eabb1b305
Merge pull request #45 from g4b0/check-array-before-shifting
...
Bugfix: check array before shifting
2013-04-02 13:05:27 -07: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
g4b0
fe85c64afb
Bugfix: check array before shifting
2013-04-02 09:04:15 +02:00
Ingo Schommer
8bcddb55ce
3.1 compatibility
2013-04-01 21:40:30 +02:00
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