You are here

CHANGELOG.txt in Homebox 6

Same filename and directory in other branches
  1. 6.3 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
CHANGELOG for Home box 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

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

File

CHANGELOG.txt
View source
  1. CHANGELOG for Home box 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. 6.x-1.x-dev - 2009/05/19
  7. o Fixed uninstall procedure to delete url aliases from url_alias table
  8. o Fixed block sorting on admin page
  9. o Block overriding themselves for front end display when blocks had the same weight value
  10. o Fixed exposed filters for views when defined in default display and not overriden in block display
  11. o Fixed exposed filters to only be displayed in config portlet zone when view option "Exposed form in block" is set to "Yes"
  12. o Replaced cache_clear_all() calls with menu_rebuild(), we have no cache to clear, but we have menu items to rebuild
  13. o Removed unnecessary code here and there
  14. o Removed unnecessary CSS rules
  15. o Fixed all Drupal coding standards reported by Coder module
  16. o Added Advanced help documentation
  17. 6.x-1.x-dev - 2009/05/22
  18. o Replace drupal_substr by drupal_strlen (http://drupal.org/node/469262)
  19. o Do not save user settings when $user->0 i.e. Anonymous
  20. 6.x-1.x-dev - 2009/05/26
  21. o Added ability to set default visibility/collapse state settings for each block
  22. o Fixes init page display where anonymous were saved
  23. o Added warning message to unregistered users
  24. o Delete variable upon page deletion
  25. o Fixe a small issue that let settings icon appear on a block even if no block settings were available
  26. o Added translations directory and homebox.pot
  27. o Added a message for anymous users to tell them that they need to login/register
  28. 6.x-1.0-beta1 - 2009/06/04
  29. o Added french translations
  30. o Added french advanced help
  31. o Going to beta1
  32. 6.x-1.0 - 2009/08/10
  33. o Going to 1.0
  34. 6.x-1.1 - 2009/10/20
  35. o Fixed Ajax calls so that they can be executed without URL alias turn On
  36. o Fixed block level permission check
  37. 6.x-1.2 - 2009/10/30
  38. o Fixed #615310: SQL query must follow schema design. and #618516: PostgreSQL not supported thanks to Josh Waihi and bendiy
  39. o Fixed #616928: French translation : incorrect plural forms values thanks to niQo
  40. 6.x-1.3 - 2010/04/30
  41. o Fixed #640976: code clean up patch applied thanks to Josh Waihi
  42. o Fixed #476560: Add a placeholder for boxes by kscheirer, timofey
  43. o Fixed #739492: change jQuery selector for better theming by lasac
  44. o Improved #685504: drag'n'drop behaviour by removing receiver zone constraints
  45. o Fixed #645056: wrong block delta for exposed filters thanks to cdale
  46. o Fixed #628692: PHP warning thanks to iwkse
  47. o New: added support for Block caching system, activate per homebox page (be sure to read option description)
  48. o New: support by default for 1 column layout (missing CSS rules)
  49. o New: support by default for 4 columns layout (missing CSS rules)
  50. o New: slightly improved JS for a better drag'n'drop behaviour, hope it fixes some tricky dragging!
  51. 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)
  52. o and hope I didn't forget anything