You are here

CHANGELOG.txt in Display Suite 6.3

Same filename in this branch
  1. 6.3 CHANGELOG.txt
  2. 6.3 modules/nd/CHANGELOG.txt
Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
------------------------------------------------------------------------------
6.x-3.x-dev
------------------------------------------------------------------------------
- Display rendering is handled by a new object, dsDisplay
- New theme function to render a region, ds_region
- #1427794: Fix an issue where view names longer than 25 characters would cause 
  display settings not to save
- Improve usability of build mode settings

------------------------------------------------------------------------------
6.x-2.2 2012-02-08
------------------------------------------------------------------------------
- #1426264 by xtfer: Fix an issue where the same node rendered in different 
  build modes would always use the first build mode.
- #1421004 by xtfer: Empty field groups should not render
- #1422448 by xtfer: Fix an issue where an empty body field would sometimes be 
  populated with other field content
- #1416986: Fix an issue where some MySQL versions may not create tables correctly.
- Provide better information when no api implementers are installed.

------------------------------------------------------------------------------
6.x-2.1 2012-01-25
------------------------------------------------------------------------------
- #1415070 by xtfer: Fix incorrect menu callbacks

------------------------------------------------------------------------------
6.x-2.0 2012-01-24
------------------------------------------------------------------------------
- #1375990 by xtfer: Fix function field types called from code
- #1412028 by iankp: Fix an issue where region styles were not output
- Fix a PHP notice when ignored fields are not actually present on the object
- Fix broken multigroup list formatter
- New inline field formatter
- New comma separated list formatter for multigroup subgroups
- Make sure fields in multigroups get passed through DS for theming
- Minor performance improvements
- Show real field names in Layout UI
- Fix an issue where incorrect values were passed to the multigroup list theme 
  function
- New function to get element children

------------------------------------------------------------------------------
6.x-2.0-rc1 2011-11-14
------------------------------------------------------------------------------
- #1176182 by zhangtaihao: OptGroups for field and region style
- Fix broken preprocess and ignored fields
- Render regions in the right order
- Pass the correct values to plugins

------------------------------------------------------------------------------
6.x-2.0-alpha1 2011-11-14
------------------------------------------------------------------------------
Multigroup support
Improved internal API
Improved database storage
Improved administration user experience

- #1293420 by Feng-Shui: Custom build mode key name can exceed db field size.
- #1168130 by swentel: backport some of the techniques of D7 storage.
- #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.
- #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.
- Add missing human names for field type constants

File

CHANGELOG.txt
View source
  1. ------------------------------------------------------------------------------
  2. 6.x-3.x-dev
  3. ------------------------------------------------------------------------------
  4. - Display rendering is handled by a new object, dsDisplay
  5. - New theme function to render a region, ds_region
  6. - #1427794: Fix an issue where view names longer than 25 characters would cause
  7. display settings not to save
  8. - Improve usability of build mode settings
  9. ------------------------------------------------------------------------------
  10. 6.x-2.2 2012-02-08
  11. ------------------------------------------------------------------------------
  12. - #1426264 by xtfer: Fix an issue where the same node rendered in different
  13. build modes would always use the first build mode.
  14. - #1421004 by xtfer: Empty field groups should not render
  15. - #1422448 by xtfer: Fix an issue where an empty body field would sometimes be
  16. populated with other field content
  17. - #1416986: Fix an issue where some MySQL versions may not create tables correctly.
  18. - Provide better information when no api implementers are installed.
  19. ------------------------------------------------------------------------------
  20. 6.x-2.1 2012-01-25
  21. ------------------------------------------------------------------------------
  22. - #1415070 by xtfer: Fix incorrect menu callbacks
  23. ------------------------------------------------------------------------------
  24. 6.x-2.0 2012-01-24
  25. ------------------------------------------------------------------------------
  26. - #1375990 by xtfer: Fix function field types called from code
  27. - #1412028 by iankp: Fix an issue where region styles were not output
  28. - Fix a PHP notice when ignored fields are not actually present on the object
  29. - Fix broken multigroup list formatter
  30. - New inline field formatter
  31. - New comma separated list formatter for multigroup subgroups
  32. - Make sure fields in multigroups get passed through DS for theming
  33. - Minor performance improvements
  34. - Show real field names in Layout UI
  35. - Fix an issue where incorrect values were passed to the multigroup list theme
  36. function
  37. - New function to get element children
  38. ------------------------------------------------------------------------------
  39. 6.x-2.0-rc1 2011-11-14
  40. ------------------------------------------------------------------------------
  41. - #1176182 by zhangtaihao: OptGroups for field and region style
  42. - Fix broken preprocess and ignored fields
  43. - Render regions in the right order
  44. - Pass the correct values to plugins
  45. ------------------------------------------------------------------------------
  46. 6.x-2.0-alpha1 2011-11-14
  47. ------------------------------------------------------------------------------
  48. Multigroup support
  49. Improved internal API
  50. Improved database storage
  51. Improved administration user experience
  52. - #1293420 by Feng-Shui: Custom build mode key name can exceed db field size.
  53. - #1168130 by swentel: backport some of the techniques of D7 storage.
  54. - #1169466 by grahamgilchrist: do not use block templates if content is empty.
  55. - #1003380 by vadym.kononenko: views field class should be added by default.
  56. - #1004096 by swentel: deleting a build mode breaks synced build modes.
  57. - #1016664 by jstoller: Add field count variable to groups.
  58. - #1059336 by jstoller: Add field variables containing groups and regions.
  59. - #1221036 by jstoller: fix notice due to function param change in features.
  60. - #1230038 by swentel: fix (public) xss exploit.
  61. - Hide the classes select box on views fields if there are no styles.
  62. - Add missing human names for field type constants