You are here

CHANGELOG.txt in Node displays 6

Same filename and directory in other branches
  1. 6.3 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
-------------------------------------------------------------------------------------
6.x-1.0-rc1, 2009-11-07
-------------------------------------------------------------------------------------

- #602184 by swentel: fix fields with only one formatter.
- #597488 by swentel: add RSS support.
- by swentel: ship with class and inline region css overrider plugin.
- #597642 by psynaptic and swentel: extra check_markup not needed.
- by swentel: re-added the views plugin, we really want all displays to be available.
- #570888 by swentel: labels finally!
- #591828 by jyve and swentel: add p title formatter and refactored keys for consistency.
- by swentel: added plugin functionality, with emtpyregionrender as a first implementation.
- by zuuperman: moved search to nd_search
- #591928 by jyve: class issue with one-sidebar sidebar-left
- #591964 by jyve: addition of extra inner div
- #591990 by jyve: add extra field class
- #575078 by swentel: add optional non breaking space in empty region.
- #580920 by TwoD: fix region settings during preview.
- #570874 by swentel: cache fields (statically for now).
- #570878 by swentel: move custom fields UI screen.
- #570856 by swentel: fix weights of build modes.
- #572794 by swentel: added install message which warns for racing condition.
- #570592 by swentel: solution for racing condition in preprocess functions.
- #570908 by swentel and stalski: Region handling & formatters work without CCK fields.
- #569996 by swentel: fix check on custom empty fields on clean install.
- #569784 by swentel and perandre: region classes now use hyphens instead of underscores.
- #578060 by swentel: add default type on field which are overridable in the UI (rock!)
- by swentel: add template suggestions.
- by swentel: refactor storage of field settings.
- by swentel: get rid of nd.init module.
- by swentel: get rid of nd.core_search.inc.
- by zuuperman: fix view build mode & add more title formatters.
- by swentel, stalski & zuuperman: ND is now an API, separate from CCK!
- by swentel: API change: it is hook_nd_fields from now on.
- by swentel: Moved some code around: fields to nd.fields, display to nd.display.inc.
- by swentel: Refactored tests in separate files and fixed bug with clashing functions.
- by swentel: updated global readme.txt with inspirators.
- by swentel: cache build modes.
- by swentel: give modules a chance to alter build modes & fields
- by swentel: move build modes & settings under one master tab called node displays.
- by swentel: default region css to %.
- by swentel: add build mode as class to node div.
- by swentel: support for core upload module.

-------------------------------------------------------------------------------------
6.x-1.0-beta2, 2009-09-05
-------------------------------------------------------------------------------------

- by swentel: added optimized node.tpl file.
- by swentel: added regions css, always nd_footer + option to turn off region css.
- by swentel: added tests.
- by swentel: matrix field + usability per content type/build mode.
- by swentel: custom fields has token support.
- by swentel: new feature: create custom fields per content type.
- #546724 by swentel: refactor code to get rid of views plugin.
- by swentel: renamed ND settings to Settings.
- by swentel: moved custom build modes code to nd.buildmodes.inc.
- by swentel: nd_init.module: remove the check on arg(0) being search.
- by zuuperman: Remove the default <hidden> formatter. Excludes happen by region, not by formatter.
- by zuuperman: Return empty array for default nd formatters.
  
-------------------------------------------------------------------------------------
6.x-1.0-beta1, 2009-08-16
-------------------------------------------------------------------------------------

- by swentel: Edit display (name only).
- by swentel: Add show links option in views display.
- by swentel: Added uninstall hook in nd.module.
- by swentel: Settings page to make search callback optional.
- by swentel: Fixed regions and order again.
- by swentel: Fix weights
- by swentel: Remove selector_order_key (although it's partially broken now)
- by swentel: Some first caching of displays
- by swentel: Fix rendering of build modes.
- by swentel: Provide interface to exclude display mode per content type from rendering.
- by swentel: First batch of fixes and formatters for title, body & author.
- by swentel: add exclude property in nd_content_display_overview_form_submit so cck renders its values
- by swentel: Add body to extra fields
- by swentel: Rename main region to middle
- by swentel: Rename our build modules to nd_{keyname}
- by swentel: First run through coder, we should always do this automatically
- by swentel: Added search callback override and nd_search build mode
- by stalski: Added documentation in general to functions and hard code parts
- by stalski: Refactored the template variables so that the display overview template knows 
  about the current display mode. No need to foreach through contexts anymore.
- by stalski: Existing fields have no values and broke the display overview form page. Fixed this 
  by adding functions to get field default values and even form elements. The field items are
  now separated from the rest of the code, so that existing function use this generic functions.
    _nd_display_field_default gets the default element  for one field (changed code in nd.admin.inc)
    added constants for the default field property values (ND_DEFAULT_REGION, ND_DEFAULT_LABEL_FORMAT, ...)
- by stalski: Added a function to get the label formats (nd_node_label_options)
- by stalski: Fixed the table drag javascript
- by stalski: Removed the exclude property of content fields and replayed the functionality to the region option "disabled"
  Same logic as in blocks
- by stalski: Proposition: Added a css class on the regioned rows to show the disabled fields lighter (seeming disabled)

File

CHANGELOG.txt
View source
  1. -------------------------------------------------------------------------------------
  2. 6.x-1.0-rc1, 2009-11-07
  3. -------------------------------------------------------------------------------------
  4. - #602184 by swentel: fix fields with only one formatter.
  5. - #597488 by swentel: add RSS support.
  6. - by swentel: ship with class and inline region css overrider plugin.
  7. - #597642 by psynaptic and swentel: extra check_markup not needed.
  8. - by swentel: re-added the views plugin, we really want all displays to be available.
  9. - #570888 by swentel: labels finally!
  10. - #591828 by jyve and swentel: add p title formatter and refactored keys for consistency.
  11. - by swentel: added plugin functionality, with emtpyregionrender as a first implementation.
  12. - by zuuperman: moved search to nd_search
  13. - #591928 by jyve: class issue with one-sidebar sidebar-left
  14. - #591964 by jyve: addition of extra inner div
  15. - #591990 by jyve: add extra field class
  16. - #575078 by swentel: add optional non breaking space in empty region.
  17. - #580920 by TwoD: fix region settings during preview.
  18. - #570874 by swentel: cache fields (statically for now).
  19. - #570878 by swentel: move custom fields UI screen.
  20. - #570856 by swentel: fix weights of build modes.
  21. - #572794 by swentel: added install message which warns for racing condition.
  22. - #570592 by swentel: solution for racing condition in preprocess functions.
  23. - #570908 by swentel and stalski: Region handling & formatters work without CCK fields.
  24. - #569996 by swentel: fix check on custom empty fields on clean install.
  25. - #569784 by swentel and perandre: region classes now use hyphens instead of underscores.
  26. - #578060 by swentel: add default type on field which are overridable in the UI (rock!)
  27. - by swentel: add template suggestions.
  28. - by swentel: refactor storage of field settings.
  29. - by swentel: get rid of nd.init module.
  30. - by swentel: get rid of nd.core_search.inc.
  31. - by zuuperman: fix view build mode & add more title formatters.
  32. - by swentel, stalski & zuuperman: ND is now an API, separate from CCK!
  33. - by swentel: API change: it is hook_nd_fields from now on.
  34. - by swentel: Moved some code around: fields to nd.fields, display to nd.display.inc.
  35. - by swentel: Refactored tests in separate files and fixed bug with clashing functions.
  36. - by swentel: updated global readme.txt with inspirators.
  37. - by swentel: cache build modes.
  38. - by swentel: give modules a chance to alter build modes & fields
  39. - by swentel: move build modes & settings under one master tab called node displays.
  40. - by swentel: default region css to %.
  41. - by swentel: add build mode as class to node div.
  42. - by swentel: support for core upload module.
  43. -------------------------------------------------------------------------------------
  44. 6.x-1.0-beta2, 2009-09-05
  45. -------------------------------------------------------------------------------------
  46. - by swentel: added optimized node.tpl file.
  47. - by swentel: added regions css, always nd_footer + option to turn off region css.
  48. - by swentel: added tests.
  49. - by swentel: matrix field + usability per content type/build mode.
  50. - by swentel: custom fields has token support.
  51. - by swentel: new feature: create custom fields per content type.
  52. - #546724 by swentel: refactor code to get rid of views plugin.
  53. - by swentel: renamed ND settings to Settings.
  54. - by swentel: moved custom build modes code to nd.buildmodes.inc.
  55. - by swentel: nd_init.module: remove the check on arg(0) being search.
  56. - by zuuperman: Remove the default formatter. Excludes happen by region, not by formatter.
  57. - by zuuperman: Return empty array for default nd formatters.
  58. -------------------------------------------------------------------------------------
  59. 6.x-1.0-beta1, 2009-08-16
  60. -------------------------------------------------------------------------------------
  61. - by swentel: Edit display (name only).
  62. - by swentel: Add show links option in views display.
  63. - by swentel: Added uninstall hook in nd.module.
  64. - by swentel: Settings page to make search callback optional.
  65. - by swentel: Fixed regions and order again.
  66. - by swentel: Fix weights
  67. - by swentel: Remove selector_order_key (although it's partially broken now)
  68. - by swentel: Some first caching of displays
  69. - by swentel: Fix rendering of build modes.
  70. - by swentel: Provide interface to exclude display mode per content type from rendering.
  71. - by swentel: First batch of fixes and formatters for title, body & author.
  72. - by swentel: add exclude property in nd_content_display_overview_form_submit so cck renders its values
  73. - by swentel: Add body to extra fields
  74. - by swentel: Rename main region to middle
  75. - by swentel: Rename our build modules to nd_{keyname}
  76. - by swentel: First run through coder, we should always do this automatically
  77. - by swentel: Added search callback override and nd_search build mode
  78. - by stalski: Added documentation in general to functions and hard code parts
  79. - by stalski: Refactored the template variables so that the display overview template knows
  80. about the current display mode. No need to foreach through contexts anymore.
  81. - by stalski: Existing fields have no values and broke the display overview form page. Fixed this
  82. by adding functions to get field default values and even form elements. The field items are
  83. now separated from the rest of the code, so that existing function use this generic functions.
  84. _nd_display_field_default gets the default element for one field (changed code in nd.admin.inc)
  85. added constants for the default field property values (ND_DEFAULT_REGION, ND_DEFAULT_LABEL_FORMAT, ...)
  86. - by stalski: Added a function to get the label formats (nd_node_label_options)
  87. - by stalski: Fixed the table drag javascript
  88. - by stalski: Removed the exclude property of content fields and replayed the functionality to the region option "disabled"
  89. Same logic as in blocks
  90. - by stalski: Proposition: Added a css class on the regioned rows to show the disabled fields lighter (seeming disabled)