silverstripe-widgets/changelog.md

150 lines
14 KiB
Markdown
Raw Permalink Normal View History

2015-11-19 03:46:28 +01:00
# Change Log
2015-11-07 00:17:25 +01:00
2016-02-04 06:19:14 +01:00
## [1.2.2](https://github.com/silverstripe/silverstripe-widgets/tree/1.2.2) (2016-02-04)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.2.1...1.2.2)
2015-11-07 00:17:25 +01:00
2016-02-04 06:19:14 +01:00
**Closed issues:**
- Broken Links in README [\#119](https://github.com/silverstripe/silverstripe-widgets/issues/119)
- Loop Children / with has\_one \(page\) not working [\#81](https://github.com/silverstripe/silverstripe-widgets/issues/81)
**Merged pull requests:**
- Fix readme.md links [\#120](https://github.com/silverstripe/silverstripe-widgets/pull/120) ([tractorcow](https://github.com/tractorcow))
- Updated license year [\#118](https://github.com/silverstripe/silverstripe-widgets/pull/118) ([helpfulrobot](https://github.com/helpfulrobot))
- ItemsToRender might return NULL // avoid warnings [\#117](https://github.com/silverstripe/silverstripe-widgets/pull/117) ([steiha](https://github.com/steiha))
- Added standard code of conduct [\#116](https://github.com/silverstripe/silverstripe-widgets/pull/116) ([helpfulrobot](https://github.com/helpfulrobot))
- Remove invalid 3.1 test fixture [\#115](https://github.com/silverstripe/silverstripe-widgets/pull/115) ([tractorcow](https://github.com/tractorcow))
- Added standard git attributes [\#114](https://github.com/silverstripe/silverstripe-widgets/pull/114) ([helpfulrobot](https://github.com/helpfulrobot))
- Added license to composer.json [\#113](https://github.com/silverstripe/silverstripe-widgets/pull/113) ([helpfulrobot](https://github.com/helpfulrobot))
- Added standard license [\#112](https://github.com/silverstripe/silverstripe-widgets/pull/112) ([helpfulrobot](https://github.com/helpfulrobot))
- Update changelog for 1.2.1 [\#111](https://github.com/silverstripe/silverstripe-widgets/pull/111) ([tractorcow](https://github.com/tractorcow))
- Added standard Travis config [\#110](https://github.com/silverstripe/silverstripe-widgets/pull/110) ([helpfulrobot](https://github.com/helpfulrobot))
- Added standard editor config [\#109](https://github.com/silverstripe/silverstripe-widgets/pull/109) ([helpfulrobot](https://github.com/helpfulrobot))
- Converted to PSR-2 [\#107](https://github.com/silverstripe/silverstripe-widgets/pull/107) ([helpfulrobot](https://github.com/helpfulrobot))
2015-11-07 00:17:25 +01:00
2015-11-19 03:46:28 +01:00
## [1.2.1](https://github.com/silverstripe/silverstripe-widgets/tree/1.2.1) (2015-11-18)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.2...1.2.1)
**Implemented enhancements:**
- Making widgets able to be used in a non page controller [\#105](https://github.com/silverstripe/silverstripe-widgets/pull/105) ([pitchandtone](https://github.com/pitchandtone))
2015-11-07 00:17:25 +01:00
**Merged pull requests:**
2015-11-19 03:46:28 +01:00
- Added standard Travis config [\#108](https://github.com/silverstripe/silverstripe-widgets/pull/108) ([helpfulrobot](https://github.com/helpfulrobot))
- Added standard Scrutinizer config [\#106](https://github.com/silverstripe/silverstripe-widgets/pull/106) ([helpfulrobot](https://github.com/helpfulrobot))
- OSS-905 Moved contributions of Widgets to contributing.md [\#103](https://github.com/silverstripe/silverstripe-widgets/pull/103) ([shoaibali](https://github.com/shoaibali))
- OSS-905 Moved docs to docs/en/ [\#102](https://github.com/silverstripe/silverstripe-widgets/pull/102) ([shoaibali](https://github.com/shoaibali))
- OSS-905 Added code of conduct [\#101](https://github.com/silverstripe/silverstripe-widgets/pull/101) ([shoaibali](https://github.com/shoaibali))
- OSS-905 Added changelog [\#100](https://github.com/silverstripe/silverstripe-widgets/pull/100) ([shoaibali](https://github.com/shoaibali))
2015-11-07 00:17:25 +01:00
- OSS-905 Moved contributing section to contributing.md [\#99](https://github.com/silverstripe/silverstripe-widgets/pull/99) ([shoaibali](https://github.com/shoaibali))
2015-11-19 03:46:28 +01:00
- OSS-905 Added gitattributes [\#98](https://github.com/silverstripe/silverstripe-widgets/pull/98) ([shoaibali](https://github.com/shoaibali))
2015-11-07 00:17:25 +01:00
- Added Scrutinizer support [\#96](https://github.com/silverstripe/silverstripe-widgets/pull/96) ([assertchris](https://github.com/assertchris))
- BUG Prevent non-widget tests from loading WidgetAreaEditorTest\_FakePage every query [\#95](https://github.com/silverstripe/silverstripe-widgets/pull/95) ([tractorcow](https://github.com/tractorcow))
- Tests for php 5.6 and framework 3.2 [\#94](https://github.com/silverstripe/silverstripe-widgets/pull/94) ([tractorcow](https://github.com/tractorcow))
- Support widget forms with InheritSidebar [\#93](https://github.com/silverstripe/silverstripe-widgets/pull/93) ([hailwood](https://github.com/hailwood))
## [1.1.2](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.2) (2015-08-20)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.1...1.1.2)
## [1.1.1](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.1) (2015-05-19)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.2.0...1.1.1)
**Merged pull requests:**
2015-11-19 03:46:28 +01:00
- Updated translations [\#90](https://github.com/silverstripe/silverstripe-widgets/pull/90) ([assertchris](https://github.com/assertchris))
2015-11-07 00:17:25 +01:00
- BUG Fix incorrect extension variable [\#89](https://github.com/silverstripe/silverstripe-widgets/pull/89) ([tractorcow](https://github.com/tractorcow))
## [1.2.0](https://github.com/silverstripe/silverstripe-widgets/tree/1.2.0) (2015-05-04)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.0...1.2.0)
2015-11-19 03:46:28 +01:00
**Merged pull requests:**
- Move 3.2+ compat version to 1.2 [\#87](https://github.com/silverstripe/silverstripe-widgets/pull/87) ([tractorcow](https://github.com/tractorcow))
2015-11-07 00:17:25 +01:00
## [1.1.0](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.0) (2015-05-03)
[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/0.2.0...1.1.0)
**Closed issues:**
- Tests fail under silverstripe-framework 3 branch [\#86](https://github.com/silverstripe/silverstripe-widgets/issues/86)
- Widgets not clickable or draggable [\#82](https://github.com/silverstripe/silverstripe-widgets/issues/82)
- Please start using tags [\#79](https://github.com/silverstripe/silverstripe-widgets/issues/79)
**Merged pull requests:**
2015-11-19 03:46:28 +01:00
- BUGFIX: Fixed issue where Widget::CMSEditor\(\) can't rename the enabled checkbox [\#85](https://github.com/silverstripe/silverstripe-widgets/pull/85) ([UndefinedOffset](https://github.com/UndefinedOffset))
- API Enable Title to be CMS driven [\#84](https://github.com/silverstripe/silverstripe-widgets/pull/84) ([tractorcow](https://github.com/tractorcow))
2015-11-07 00:17:25 +01:00
- Remove reliance on $\_REQUEST global [\#83](https://github.com/silverstripe/silverstripe-widgets/pull/83) ([tractorcow](https://github.com/tractorcow))
2015-11-19 03:46:28 +01:00
- Adding .editorconfig [\#80](https://github.com/silverstripe/silverstripe-widgets/pull/80) ([dhensby](https://github.com/dhensby))
- BUG: Fixed issue where beforeSave\(\) was not being called when saving [\#77](https://github.com/silverstripe/silverstripe-widgets/pull/77) ([UndefinedOffset](https://github.com/UndefinedOffset))
2015-11-07 00:17:25 +01:00
## [0.2.0](https://github.com/silverstripe/silverstripe-widgets/tree/0.2.0) (2014-08-06)
**Implemented enhancements:**
- Coding conventions [\#18](https://github.com/silverstripe/silverstripe-widgets/issues/18)
- Adapt the CMS UI to fit the SS 3.0 UI [\#17](https://github.com/silverstripe/silverstripe-widgets/issues/17)
**Fixed bugs:**
- Widgets no longer work on SS3.1 [\#40](https://github.com/silverstripe/silverstripe-widgets/issues/40)
**Closed issues:**
- what about 3.0? [\#64](https://github.com/silverstripe/silverstripe-widgets/issues/64)
- Change $Content template variable? [\#60](https://github.com/silverstripe/silverstripe-widgets/issues/60)
- On `SiteTree` duplicate `WidgetArea`s are linked to both original and duplicate object [\#58](https://github.com/silverstripe/silverstripe-widgets/issues/58)
- 'Not Found' error on 3.1 means Widgets cannot be added [\#56](https://github.com/silverstripe/silverstripe-widgets/issues/56)
- BUG: Whitespace at the beginning of WidgetContentControllerExtension [\#53](https://github.com/silverstripe/silverstripe-widgets/issues/53)
- \[User Deprecated\] Object::get\_static is deprecated. Replaced by Config\#get. Called from Widget-\>CMSTitle [\#42](https://github.com/silverstripe/silverstripe-widgets/issues/42)
- New widget shown on top, then moved at bottom after page save [\#41](https://github.com/silverstripe/silverstripe-widgets/issues/41)
- widget causes page ajax to not terminate correct [\#35](https://github.com/silverstripe/silverstripe-widgets/issues/35)
- Widget wont render in Frontend [\#33](https://github.com/silverstripe/silverstripe-widgets/issues/33)
- Widget module not installing [\#32](https://github.com/silverstripe/silverstripe-widgets/issues/32)
2015-11-19 03:46:28 +01:00
- wrong filename for WigetContentControllerExtension.php [\#30](https://github.com/silverstripe/silverstripe-widgets/issues/30)
2015-11-07 00:17:25 +01:00
- DataObject error with Blog and Widgets modules [\#27](https://github.com/silverstripe/silverstripe-widgets/issues/27)
- Widgets area [\#23](https://github.com/silverstripe/silverstripe-widgets/issues/23)
- Translations [\#10](https://github.com/silverstripe/silverstripe-widgets/issues/10)
- widget management in the cms is broken [\#9](https://github.com/silverstripe/silverstripe-widgets/issues/9)
- Missing Resources [\#2](https://github.com/silverstripe/silverstripe-widgets/issues/2)
- ArchiveWidget is not translatable [\#1](https://github.com/silverstripe/silverstripe-widgets/issues/1)
**Merged pull requests:**
2015-11-19 03:46:28 +01:00
- Proposed fix for issue \#25 [\#73](https://github.com/silverstripe/silverstripe-widgets/pull/73) ([UndefinedOffset](https://github.com/UndefinedOffset))
2015-11-07 00:17:25 +01:00
- FIX Setting `$only\_available\_in` to `private` visibility [\#70](https://github.com/silverstripe/silverstripe-widgets/pull/70) ([dhensby](https://github.com/dhensby))
2015-11-19 03:46:28 +01:00
- Use Config to get Widget::$only\_available\_in [\#69](https://github.com/silverstripe/silverstripe-widgets/pull/69) ([ryanwachtl](https://github.com/ryanwachtl))
2015-11-07 00:17:25 +01:00
- NEW Adding support for Translatable [\#68](https://github.com/silverstripe/silverstripe-widgets/pull/68) ([tomspeak](https://github.com/tomspeak))
- Fixed locale for AJAX requests on addWidget. [\#67](https://github.com/silverstripe/silverstripe-widgets/pull/67) ([Sixfifty](https://github.com/Sixfifty))
2015-11-19 03:46:28 +01:00
- BUG Fixed issue with nested InheritSideBar not inheriting beyond the first level [\#66](https://github.com/silverstripe/silverstripe-widgets/pull/66) ([tractorcow](https://github.com/tractorcow))
2015-11-07 00:17:25 +01:00
- Change of yml name [\#65](https://github.com/silverstripe/silverstripe-widgets/pull/65) ([Leapfrognz](https://github.com/Leapfrognz))
2015-11-19 03:46:28 +01:00
- Added instructions for releasing a widget [\#63](https://github.com/silverstripe/silverstripe-widgets/pull/63) ([jedateach](https://github.com/jedateach))
2015-11-07 00:17:25 +01:00
- Added forTemplate function on Widget [\#62](https://github.com/silverstripe/silverstripe-widgets/pull/62) ([jedateach](https://github.com/jedateach))
- Added summary fields [\#61](https://github.com/silverstripe/silverstripe-widgets/pull/61) ([jedateach](https://github.com/jedateach))
2015-11-19 03:46:28 +01:00
- FIX \#58 on page duplicate [\#59](https://github.com/silverstripe/silverstripe-widgets/pull/59) ([MarkMhn](https://github.com/MarkMhn))
- Finnish language [\#57](https://github.com/silverstripe/silverstripe-widgets/pull/57) ([mediaclinic](https://github.com/mediaclinic))
- Update WidgetPageExtension.php [\#55](https://github.com/silverstripe/silverstripe-widgets/pull/55) ([MattyBalaam](https://github.com/MattyBalaam))
2015-11-07 00:17:25 +01:00
- Removed whitespace, fixes \#53 [\#54](https://github.com/silverstripe/silverstripe-widgets/pull/54) ([christopherdarling](https://github.com/christopherdarling))
2015-11-19 03:46:28 +01:00
- FIX: WidgetControllerTest failing due to 3.1 API. [\#52](https://github.com/silverstripe/silverstripe-widgets/pull/52) ([wilr](https://github.com/wilr))
- Updated Widget module to show hide Widgets in specified WidgetArea [\#51](https://github.com/silverstripe/silverstripe-widgets/pull/51) ([ghost](https://github.com/ghost))
- BUGFIX: solved bug adding a new widget to the top of the widget area, th... [\#46](https://github.com/silverstripe/silverstripe-widgets/pull/46) ([g4b0](https://github.com/g4b0))
- Bugfix: check array before shifting [\#45](https://github.com/silverstripe/silverstripe-widgets/pull/45) ([g4b0](https://github.com/g4b0))
- MINOR: Added Dutch language [\#38](https://github.com/silverstripe/silverstripe-widgets/pull/38) ([ARNHOE](https://github.com/ARNHOE))
- ENHANCEMENT added missing translations, I do not speak swedish and added... [\#34](https://github.com/silverstripe/silverstripe-widgets/pull/34) ([rlehmann](https://github.com/rlehmann))
- ENHANCEMENT: Adapt the Widgets Editor CMS UI to fit SS 3.0 [\#31](https://github.com/silverstripe/silverstripe-widgets/pull/31) ([ryanwachtl](https://github.com/ryanwachtl))
- german translation [\#28](https://github.com/silverstripe/silverstripe-widgets/pull/28) ([ivoba](https://github.com/ivoba))
- Coding conventions [\#19](https://github.com/silverstripe/silverstripe-widgets/pull/19) ([stojg](https://github.com/stojg))
- Bug : Removed errors from Composer.json [\#15](https://github.com/silverstripe/silverstripe-widgets/pull/15) ([vikas-srivastava](https://github.com/vikas-srivastava))
- ENHANCEMENT: Added Swedish translation file [\#14](https://github.com/silverstripe/silverstripe-widgets/pull/14) ([forsdahl](https://github.com/forsdahl))
- MINOR: Added a lang folder with default English translation and manifest... [\#13](https://github.com/silverstripe/silverstripe-widgets/pull/13) ([forsdahl](https://github.com/forsdahl))
- ENHANCEMENT: Made title, cmstitle and description on widgets translatable [\#12](https://github.com/silverstripe/silverstripe-widgets/pull/12) ([forsdahl](https://github.com/forsdahl))
- New : Added composer.json [\#11](https://github.com/silverstripe/silverstripe-widgets/pull/11) ([vikas-srivastava](https://github.com/vikas-srivastava))
- BUG: set current locale when fetching editable widget segment [\#8](https://github.com/silverstripe/silverstripe-widgets/pull/8) ([forsdahl](https://github.com/forsdahl))
- BUG: Enable chosen in WidgetAreaEditor fields. [\#7](https://github.com/silverstripe/silverstripe-widgets/pull/7) ([forsdahl](https://github.com/forsdahl))
- Issue \#4: Adds missing requirements for WidgetAreaEditor [\#6](https://github.com/silverstripe/silverstripe-widgets/pull/6) ([dancras](https://github.com/dancras))
- Missing Resources [\#3](https://github.com/silverstripe/silverstripe-widgets/pull/3) ([nedmas](https://github.com/nedmas))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*