Downloads
Download tar.gz
683.07 KB
MD5: 51d8185ad304557f1579c8e676bb54ed
SHA-1: 22d12eb94c23886da0cb5fda29cff30e9dadb077
SHA-256: 4dd3b439ce81b2056a4c30a19b1deca129bd31dfa5b211626bfc7ca9ce85baf1
Download zip
700.06 KB
MD5: c9e105d3fc33f5ad9d600cb230fb4439
SHA-1: 1c97434e947b159121f59739c9d83d1505381ca1
SHA-256: ba7d903f7a9cf8e0bf09c827b500cba92bebb930170a77a5a964285ecb51c406
Release notes
IMPORTANT: be carefull when enabling block caching for your homebox. If you use views based blocks which uses Ajax pagination and/or exposed filters, do not enable the block caching feature for this block (from Views UI block settings). It will break your block Ajax behaviours!
- Fixed #640976: Clean up code: code clean up patch applied thanks to Josh Waihi
- Fixed #476560: Add a placeholder for boxes: Add a placeholder for boxes by kscheirer, timofey
- Fixed #739492: Change this for better themeing: change jQuery selector for better theming by lasac
- Improved #685504: Trouble moving boxes in IE connected to "visibility" settings: drag'n'drop behaviour by removing receiver zone constraints
- Fixed #645056: Bug in exposed filter theme causing filter options to not be displayed.: wrong block delta for exposed filters thanks to cdale
- Fixed #628692: warning: Invalid argument supplied for foreach() in homebox.module on line 129: PHP warning thanks to iwkse
- New: added support for Block caching system, activate per homebox page (be sure to read option description)
- New: support by default for 1 column layout (missing CSS rules)
- New: support by default for 4 columns layout (missing CSS rules)
- New: slightly improved JS for a better drag'n'drop behaviour, hope it fixes some tricky dragging!
- 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)
- and hope I didn't forget anything