CHANGELOG.txt in Display Suite 6
Same filename and directory in other branches
CHANGELOG
-------------------------------------------------------------------------------------
6.x-1.6 2011-11-24
-------------------------------------------------------------------------------------
- #1176182 by zhangtaihao: OptGroups for field and region style
-------------------------------------------------------------------------------------
6.x-1.5 2011-11-15
-------------------------------------------------------------------------------------
- #1293420 by Feng-Shui: Custom build mode key name can exceed db field size.
- #1169466 by grahamgilchrist: do not use block templates if content is empty.
- #1003380 by vadym.kononenko: views field class should be added by default.
- #1004096 by swentel: deleting a build mode breaks synced build modes.
- #1016664 by jstoller: Add field count variable to groups.
- #1059336 by jstoller: Add field variables containing groups and regions.
- #1194922 and 1194914 by swentel and dbeheydt: fix notices with new patch.
- #1221036 by jstoller: fix notice due to function param change in features.
- #1230038 by swentel: fix (public) xss exploit.
- Hide the classes select box on views fields if there are no styles.
- #1168130 by swentel: backport some of the techniques of D7 storage was included
but has been removed. It is available in 6.x-2.x.
-------------------------------------------------------------------------------------
6.x-1.4 2010-12-17
-------------------------------------------------------------------------------------
- #922114 by Shawn DeArmond: Exporting ds features properly requires strongarm.
- #931510 by joelstein: fix occasional features errors when reverting.
- #848478 by swentel: add relationship to views.
- #855888 by swentel: add support for foreign tables and modules in views fields.
- #887530 by swentel: heigher delta for weights.
- #886684 by swentel: check if module exists in ds fields plugin.
- #872708 by swentel: extra info on the start screen.
- #933876 by swentel: Fix tokens fieldset for rubik.
- Added an new tool tab to export a stylesheet skeleton.
- Add option in display plugin to change build modes per row via the UI.
- Add option in display plugin to group on a sort field per row via the UI.
- Fix notices in views fields.
-------------------------------------------------------------------------------------
6.x-1.3 2010-07-18
-------------------------------------------------------------------------------------
- #845416 by swentel: ds_static_variables should hold key values in an array.
- #843214 by swentel: add counter class on region to indicate how many fields are in it.
- #824796 by swentel: check for fieldgroup in display because sometimes parent does not exist anymore
- #818036 by swentel and netsensei: rebuild theme registry when creating new build modes.
- #794908 by swentel: styles with no friendly names trigger illegal choice detection.
- #795784 by swentel and jyve: add extra field-group class to fieldgroup.
- #783050 by swentel: multiple classes on fields.
- #783196 by swentel: sync/copy little confusing.
- #786740 by swentel: excluding build modes confused administration logic.
- #783056 by swentel: add classes to regions via the UI.
- Move ui to admin/build/ds.
-------------------------------------------------------------------------------------
6.x-1.2 2010-05-07
-------------------------------------------------------------------------------------
- #770368 by swentel and zuuperman: views fields ds plugin.
- #722852 by jyve: theming optimisations.
- #777290 by swentel: fix empty region plugin order of regions.
- #771134 by swentel: Add support for preprocess fields via UI and selecting a key in variables.
- #737008 by swentel: Support feature integration per object type.
- #779040 by swentel: DS now has a UI module.
- #781882 by swentel: add example outputs from objects.
- #783106 by swentel: styles do not necessarily need friendly names.
-------------------------------------------------------------------------------------
6.x-1.1 2010-04-15
-------------------------------------------------------------------------------------
- Fix weights of build modes
- #710094 by swentel: fix small edit link bug in layout overview screen.
- #722004 by swentel: better description of ds_views_row_adv_VIEWSNAME.
- #710034 by swentel: region to block plugin.
- #723916 by swentel: fields title leads to edit screen.
- #724124 by swentel: Add css-class to field definition.
- #710782 by swentel: Add option to copy settings from one build mode to other(s).
- #727224 by swentel: New option for ds_api.
- #742658 by swentel: Rename ds_show_links() to ds_show_field().
- #722852 by swentel and jyve: Theming optimizations.
- #582618 by swentel, stalski, zuuperman and jyve: Support for fieldgroups.
- #763516 by swentel: validation of keys for fields, fieldgroups & buildmodes
can contain numbers.
- #763024 by swentel: support for (cck) tabs.
-------------------------------------------------------------------------------------
6.x-1.0 2010-02-04
-------------------------------------------------------------------------------------
- Initial release.
File
CHANGELOG.txtView source
- CHANGELOG
-
- -------------------------------------------------------------------------------------
- 6.x-1.6 2011-11-24
- -------------------------------------------------------------------------------------
- - #1176182 by zhangtaihao: OptGroups for field and region style
-
- -------------------------------------------------------------------------------------
- 6.x-1.5 2011-11-15
- -------------------------------------------------------------------------------------
- - #1293420 by Feng-Shui: Custom build mode key name can exceed db field size.
- - #1169466 by grahamgilchrist: do not use block templates if content is empty.
- - #1003380 by vadym.kononenko: views field class should be added by default.
- - #1004096 by swentel: deleting a build mode breaks synced build modes.
- - #1016664 by jstoller: Add field count variable to groups.
- - #1059336 by jstoller: Add field variables containing groups and regions.
- - #1194922 and 1194914 by swentel and dbeheydt: fix notices with new patch.
- - #1221036 by jstoller: fix notice due to function param change in features.
- - #1230038 by swentel: fix (public) xss exploit.
- - Hide the classes select box on views fields if there are no styles.
-
- - #1168130 by swentel: backport some of the techniques of D7 storage was included
- but has been removed. It is available in 6.x-2.x.
-
- -------------------------------------------------------------------------------------
- 6.x-1.4 2010-12-17
- -------------------------------------------------------------------------------------
- - #922114 by Shawn DeArmond: Exporting ds features properly requires strongarm.
- - #931510 by joelstein: fix occasional features errors when reverting.
- - #848478 by swentel: add relationship to views.
- - #855888 by swentel: add support for foreign tables and modules in views fields.
- - #887530 by swentel: heigher delta for weights.
- - #886684 by swentel: check if module exists in ds fields plugin.
- - #872708 by swentel: extra info on the start screen.
- - #933876 by swentel: Fix tokens fieldset for rubik.
- - Added an new tool tab to export a stylesheet skeleton.
- - Add option in display plugin to change build modes per row via the UI.
- - Add option in display plugin to group on a sort field per row via the UI.
- - Fix notices in views fields.
-
- -------------------------------------------------------------------------------------
- 6.x-1.3 2010-07-18
- -------------------------------------------------------------------------------------
- - #845416 by swentel: ds_static_variables should hold key values in an array.
- - #843214 by swentel: add counter class on region to indicate how many fields are in it.
- - #824796 by swentel: check for fieldgroup in display because sometimes parent does not exist anymore
- - #818036 by swentel and netsensei: rebuild theme registry when creating new build modes.
- - #794908 by swentel: styles with no friendly names trigger illegal choice detection.
- - #795784 by swentel and jyve: add extra field-group class to fieldgroup.
- - #783050 by swentel: multiple classes on fields.
- - #783196 by swentel: sync/copy little confusing.
- - #786740 by swentel: excluding build modes confused administration logic.
- - #783056 by swentel: add classes to regions via the UI.
- - Move ui to admin/build/ds.
-
- -------------------------------------------------------------------------------------
- 6.x-1.2 2010-05-07
- -------------------------------------------------------------------------------------
- - #770368 by swentel and zuuperman: views fields ds plugin.
- - #722852 by jyve: theming optimisations.
- - #777290 by swentel: fix empty region plugin order of regions.
- - #771134 by swentel: Add support for preprocess fields via UI and selecting a key in variables.
- - #737008 by swentel: Support feature integration per object type.
- - #779040 by swentel: DS now has a UI module.
- - #781882 by swentel: add example outputs from objects.
- - #783106 by swentel: styles do not necessarily need friendly names.
-
- -------------------------------------------------------------------------------------
- 6.x-1.1 2010-04-15
- -------------------------------------------------------------------------------------
- - Fix weights of build modes
- - #710094 by swentel: fix small edit link bug in layout overview screen.
- - #722004 by swentel: better description of ds_views_row_adv_VIEWSNAME.
- - #710034 by swentel: region to block plugin.
- - #723916 by swentel: fields title leads to edit screen.
- - #724124 by swentel: Add css-class to field definition.
- - #710782 by swentel: Add option to copy settings from one build mode to other(s).
- - #727224 by swentel: New option for ds_api.
- - #742658 by swentel: Rename ds_show_links() to ds_show_field().
- - #722852 by swentel and jyve: Theming optimizations.
- - #582618 by swentel, stalski, zuuperman and jyve: Support for fieldgroups.
- - #763516 by swentel: validation of keys for fields, fieldgroups & buildmodes
- can contain numbers.
- - #763024 by swentel: support for (cck) tabs.
-
- -------------------------------------------------------------------------------------
- 6.x-1.0 2010-02-04
- -------------------------------------------------------------------------------------
- - Initial release.
-