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