You are here

CHANGELOG.txt in Homebox 6.3

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
CHANGELOG for Homebox for Drupal

6.x-1.x-dev - 2009/05/18
  o Fixed warning during install
  o Added a condition on hook_views_pre_execute() to prevent user_save from firing when not on a homebox context
  o README.txt update
  o by brianV: Make homebox_admin_page() E_ALL compliant.
  o by StewX: check if $block->bid is set before checking if there is a title for that bid in the database.

6.x-1.x-dev - 2009/05/19
  o Fixed uninstall procedure to delete url aliases from url_alias table
  o Fixed block sorting on admin page
  o Block overriding themselves for front end display when blocks had the same weight value
  o Fixed exposed filters for views when defined in default display and not overriden in block display
  o Fixed exposed filters to only be displayed in config portlet zone when view option "Exposed form in block" is set to "Yes"
  o Replaced cache_clear_all() calls with menu_rebuild(), we have no cache to clear, but we have menu items to rebuild
  o Removed unnecessary code here and there
  o Removed unnecessary CSS rules
  o Fixed all Drupal coding standards reported by Coder module
  o Added Advanced help documentation

6.x-1.x-dev - 2009/05/22
  o Replace drupal_substr by drupal_strlen (http://drupal.org/node/469262)
  o Do not save user settings when $user->0 i.e. Anonymous

6.x-1.x-dev - 2009/05/26
  o Added ability to set default visibility/collapse state settings for each block
  o Fixes init page display where anonymous were saved
  o Added warning message to unregistered users
  o Delete variable upon page deletion
  o Fixe a small issue that let settings icon appear on a block even if no block settings were available
  o Added translations directory and homebox.pot
  o Added a message for anymous users to tell them that they need to login/register

6.x-1.0-beta1 - 2009/06/04
  o Added french translations
  o Added french advanced help
  o Going to beta1

6.x-1.0 - 2009/08/10
  o Going to 1.0

6.x-1.1 - 2009/10/20
  o Fixed Ajax calls so that they can be executed without URL alias turn On
  o Fixed block level permission check

6.x-1.2 - 2009/10/30
  o Fixed #615310: SQL query must follow schema design. and #618516: PostgreSQL not supported thanks to Josh Waihi and bendiy
  o Fixed #616928: French translation : incorrect plural forms values thanks to niQo

6.x-1.3 - 2010/04/30
  o Fixed #640976: code clean up patch applied thanks to Josh Waihi
  o Fixed #476560: Add a placeholder for boxes by kscheirer, timofey
  o Fixed #739492: change jQuery selector for better theming by lasac
  o Improved #685504: drag'n'drop behaviour by removing receiver zone constraints
  o Fixed #645056: wrong block delta for exposed filters thanks to cdale
  o Fixed #628692: PHP warning thanks to iwkse
  o New: added support for Block caching system, activate per homebox page (be sure to read option description)
  o New: support by default for 1 column layout (missing CSS rules)
  o New: support by default for 4 columns layout (missing CSS rules)
  o New: slightly improved JS for a better drag'n'drop behaviour, hope it fixes some tricky dragging!
  o jQuery 1.3.2 seems to works pretty well with http://drupal.org/project/jquery_update 6.x-2.0-alpha1 (i.e jQuery 1.3.2)
  o and hope I didn't forget anything

6.x-2.0 2010/07/02
  o New #794728: Removed incrementing page IDs
  o New #794728: Introduced page machine identifier names
  o New #794728: Removed use and dependance of block IDs
  o New #794728: Removed homebox_defaults table
  o New #794728: Remove use of separate table entries for each block on a given page
  o New #794728: Entire default page data stored in a single data object
  o New #794728: Entire user page data stored in a single data object
  o New #794728: Removed dependance of path module
  o New #794728: Made menu entries optional
  o New #794728: Fixed CSS region formatting
  o New #794728: Fixed Views exposed filter duplication bug
  o New #794728: No longer save on every page action
  o New #794728: "Save setting" button introduced
  o New #794728: "Restore to defaults" button introduced
  o New #794728: Improved code inefficiencies, bad practicies, validations, etc
  o New #794728: Import/export homeboxes
  o New #794728: Option to make blocks unclosable
  o New #794728: Optional block title overrides
  o New #794728: Added JSON2
  o New #794728: Option to enable/disable homeboxes
  o New #794728: Maximizing widget feature
  o New #794728: Move permissions from hook_perm into page config
  o New #794728: Increase drag speed
  o New #794728: Double-clicking a widget header collapses/expands the block
  o New #794728: Added CSS support for up to 9 regions
  o New #794728: Fixed cache issue with changing region amount
  o New #794728: Option to disable theme block regions so homebox can go full-width
  o New #794728: Allow homeboxes to live in code via hook_homebox() - included sample module displaying this
  o New #794728: Features integration
  o New #794728: Organic Groups integration
  o New #794728: Offer Homebox as a profile tab
  o New #794728: Region width overrides
  o New #794728: Custom user-entered blocks
  o New #794728: Indication of unsaved changes on the page
  o New #794728: Admin option to flush user settings per page

6.x-2.1 2010/08/10
  o Updated feature integration to work with the latest changes in the features module.
  o Many other minor improvements, fixes, and name-space changes.
  o Look for the next version to contain a more extensive API

6.x-2.x-dev 2011/02/02
  o Lots of updates to support drupal.org usage after redesign.
  o by brianV: Whitespace fixes and CHANGELOG.txt updates.
  o by brianV: Match column widths with case-insensitive regex rather than exact match in homebox.js due to IE irregularity.
  
6.x-3.0-beta1 2011/02/17
  o Moved 6.x-2.x-dev branch to 6.x-3.x since 6.x-2.x-dev is not compatible with 6.x-2.1 release do to drupal.org redesign-related updates.
  o #1063928 by drumm: Fix equalizeColumnHeight() JS function, which fixes the block landing zones.

6.x-3.0-beta2 2011/02/17
  o by brianV: fix autosave
  
6.x-3.0-beta3 2011/10/04
  o by brianV: revert #1063928 to remove 100% width columns from the maximum-height check.
  o #946206 by rv0 | flecus: Fixed Changed the color of the block is not saved.
  o Filter and validate homebox titles.
  
6.x-3.0-beta4 2011/10/05
  o Fix syntax error.

6.x-3.0-beta5 2011/10/05
  o #1236848 by catch: Fixed _homebox_check_views_block_access() looks unnecessary.
  o #1287550 by vectoroc: Changed notice in homebox_prepare_block().
  o Fix syntax error.
  
6.x-3.x-dev xxxx/xx/xx
  o #1175786 by brianV: Fixed Path claims to be optional but is not.
  o #955072 by almaudoh: Make Homebox only equalize heights of columns within the same row.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Homebox for Drupal
  2. 6.x-1.x-dev - 2009/05/18
  3. o Fixed warning during install
  4. o Added a condition on hook_views_pre_execute() to prevent user_save from firing when not on a homebox context
  5. o README.txt update
  6. o by brianV: Make homebox_admin_page() E_ALL compliant.
  7. o by StewX: check if $block->bid is set before checking if there is a title for that bid in the database.
  8. 6.x-1.x-dev - 2009/05/19
  9. o Fixed uninstall procedure to delete url aliases from url_alias table
  10. o Fixed block sorting on admin page
  11. o Block overriding themselves for front end display when blocks had the same weight value
  12. o Fixed exposed filters for views when defined in default display and not overriden in block display
  13. o Fixed exposed filters to only be displayed in config portlet zone when view option "Exposed form in block" is set to "Yes"
  14. o Replaced cache_clear_all() calls with menu_rebuild(), we have no cache to clear, but we have menu items to rebuild
  15. o Removed unnecessary code here and there
  16. o Removed unnecessary CSS rules
  17. o Fixed all Drupal coding standards reported by Coder module
  18. o Added Advanced help documentation
  19. 6.x-1.x-dev - 2009/05/22
  20. o Replace drupal_substr by drupal_strlen (http://drupal.org/node/469262)
  21. o Do not save user settings when $user->0 i.e. Anonymous
  22. 6.x-1.x-dev - 2009/05/26
  23. o Added ability to set default visibility/collapse state settings for each block
  24. o Fixes init page display where anonymous were saved
  25. o Added warning message to unregistered users
  26. o Delete variable upon page deletion
  27. o Fixe a small issue that let settings icon appear on a block even if no block settings were available
  28. o Added translations directory and homebox.pot
  29. o Added a message for anymous users to tell them that they need to login/register
  30. 6.x-1.0-beta1 - 2009/06/04
  31. o Added french translations
  32. o Added french advanced help
  33. o Going to beta1
  34. 6.x-1.0 - 2009/08/10
  35. o Going to 1.0
  36. 6.x-1.1 - 2009/10/20
  37. o Fixed Ajax calls so that they can be executed without URL alias turn On
  38. o Fixed block level permission check
  39. 6.x-1.2 - 2009/10/30
  40. o Fixed #615310: SQL query must follow schema design. and #618516: PostgreSQL not supported thanks to Josh Waihi and bendiy
  41. o Fixed #616928: French translation : incorrect plural forms values thanks to niQo
  42. 6.x-1.3 - 2010/04/30
  43. o Fixed #640976: code clean up patch applied thanks to Josh Waihi
  44. o Fixed #476560: Add a placeholder for boxes by kscheirer, timofey
  45. o Fixed #739492: change jQuery selector for better theming by lasac
  46. o Improved #685504: drag'n'drop behaviour by removing receiver zone constraints
  47. o Fixed #645056: wrong block delta for exposed filters thanks to cdale
  48. o Fixed #628692: PHP warning thanks to iwkse
  49. o New: added support for Block caching system, activate per homebox page (be sure to read option description)
  50. o New: support by default for 1 column layout (missing CSS rules)
  51. o New: support by default for 4 columns layout (missing CSS rules)
  52. o New: slightly improved JS for a better drag'n'drop behaviour, hope it fixes some tricky dragging!
  53. o jQuery 1.3.2 seems to works pretty well with http://drupal.org/project/jquery_update 6.x-2.0-alpha1 (i.e jQuery 1.3.2)
  54. o and hope I didn't forget anything
  55. 6.x-2.0 2010/07/02
  56. o New #794728: Removed incrementing page IDs
  57. o New #794728: Introduced page machine identifier names
  58. o New #794728: Removed use and dependance of block IDs
  59. o New #794728: Removed homebox_defaults table
  60. o New #794728: Remove use of separate table entries for each block on a given page
  61. o New #794728: Entire default page data stored in a single data object
  62. o New #794728: Entire user page data stored in a single data object
  63. o New #794728: Removed dependance of path module
  64. o New #794728: Made menu entries optional
  65. o New #794728: Fixed CSS region formatting
  66. o New #794728: Fixed Views exposed filter duplication bug
  67. o New #794728: No longer save on every page action
  68. o New #794728: "Save setting" button introduced
  69. o New #794728: "Restore to defaults" button introduced
  70. o New #794728: Improved code inefficiencies, bad practicies, validations, etc
  71. o New #794728: Import/export homeboxes
  72. o New #794728: Option to make blocks unclosable
  73. o New #794728: Optional block title overrides
  74. o New #794728: Added JSON2
  75. o New #794728: Option to enable/disable homeboxes
  76. o New #794728: Maximizing widget feature
  77. o New #794728: Move permissions from hook_perm into page config
  78. o New #794728: Increase drag speed
  79. o New #794728: Double-clicking a widget header collapses/expands the block
  80. o New #794728: Added CSS support for up to 9 regions
  81. o New #794728: Fixed cache issue with changing region amount
  82. o New #794728: Option to disable theme block regions so homebox can go full-width
  83. o New #794728: Allow homeboxes to live in code via hook_homebox() - included sample module displaying this
  84. o New #794728: Features integration
  85. o New #794728: Organic Groups integration
  86. o New #794728: Offer Homebox as a profile tab
  87. o New #794728: Region width overrides
  88. o New #794728: Custom user-entered blocks
  89. o New #794728: Indication of unsaved changes on the page
  90. o New #794728: Admin option to flush user settings per page
  91. 6.x-2.1 2010/08/10
  92. o Updated feature integration to work with the latest changes in the features module.
  93. o Many other minor improvements, fixes, and name-space changes.
  94. o Look for the next version to contain a more extensive API
  95. 6.x-2.x-dev 2011/02/02
  96. o Lots of updates to support drupal.org usage after redesign.
  97. o by brianV: Whitespace fixes and CHANGELOG.txt updates.
  98. o by brianV: Match column widths with case-insensitive regex rather than exact match in homebox.js due to IE irregularity.
  99. 6.x-3.0-beta1 2011/02/17
  100. o Moved 6.x-2.x-dev branch to 6.x-3.x since 6.x-2.x-dev is not compatible with 6.x-2.1 release do to drupal.org redesign-related updates.
  101. o #1063928 by drumm: Fix equalizeColumnHeight() JS function, which fixes the block landing zones.
  102. 6.x-3.0-beta2 2011/02/17
  103. o by brianV: fix autosave
  104. 6.x-3.0-beta3 2011/10/04
  105. o by brianV: revert #1063928 to remove 100% width columns from the maximum-height check.
  106. o #946206 by rv0 | flecus: Fixed Changed the color of the block is not saved.
  107. o Filter and validate homebox titles.
  108. 6.x-3.0-beta4 2011/10/05
  109. o Fix syntax error.
  110. 6.x-3.0-beta5 2011/10/05
  111. o #1236848 by catch: Fixed _homebox_check_views_block_access() looks unnecessary.
  112. o #1287550 by vectoroc: Changed notice in homebox_prepare_block().
  113. o Fix syntax error.
  114. 6.x-3.x-dev xxxx/xx/xx
  115. o #1175786 by brianV: Fixed Path claims to be optional but is not.
  116. o #955072 by almaudoh: Make Homebox only equalize heights of columns within the same row.