Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download block_attributes-7.x-1.0.tar.gztar.gz 18.2 KB
MD5: 7c3e771045cbd62813840225f709ac1f
SHA-1: 5af2739278768c01ee7c751ebfb0adda436a5d1c
SHA-256: eedaaa849bd48b3ef14dfcc5885bec04ac6a416a687a35b71ac981f2b9e6d72b
Download block_attributes-7.x-1.0.zipzip 21.5 KB
MD5: c35c36b4a8fc0a53a857f804c687e0dc
SHA-1: 1ad9d9a4fba3ccc92c8be6f804fc229cd30fa728
SHA-256: aa20c675566c69b34fd505e1c3e940fcfb259f351846e09c7bbe79e824e66bb3

Release notes

Initial stable release for the Block Attributes module.

Detailed list of issues committed in this release:

  • #2461343 by DYdave: Make block_attributes module pass Coder Review.
  • #2461335 by DYdave: Improved project page, README.txt and Help documentation.
  • #2461333 by DYdave: Options array modified by reference so that it stays unserialized throughout the page generation process.
  • #2461331 by DYdave: Added initial README.txt file.
  • #2461329 by DYdave: Conversion of classes from string to array before saving, to prevent Block Attributes from crashing with Zen.
  • #2461319 by DYdave: Initial round of improvements of the Doc comment blocks and inline comments.
  • #2461313 by DYdave: Added Variable module integration.
  • #2461309 by DYdave: Added new hook_block_attribute_info_alter to allow developers to alter block attributes definition.
  • #2461307 by DYdave: Added initial documentation for Block Attributes API.
  • #2461305 by DYdave: Improved submitted attributes values sanitization by using trim, check_plain and array_filter.
  • #2461303 by DYdave: Fixed block attributes don't display with Context.
  • #2461301 by DYdave: Avoid a DB query if no attributes values have been changed to optimize block submission process.
  • #2461297 by DYdave: Fixed uninstall should remove all variables.
  • #2461293 by DYdave: Added permission: administer block attributes.
  • #2461287 by DYdave: Added Configure link to Modules admin page.
  • #2461285 by DYdave: Added support for vertical tabs in Block Attributes settings form.
  • #2461283 by DYdave: Moved block attributes global settings form page to block_attributes.admin.inc file.
  • #2461281 by DYdave: Added Block Attributes global settings form.
  • #2461277 by DYdave: Added hook_uninstall to remove added database field block.options upon uninstall.
  • #2461275 by DYdave: Added five new configurable HTML attributes: accesskey, align, class, style, title.
  • #2461265 by DYdave: Added two new scopes: block title and block content.
  • #2461259 by DYdave: Setup the repository and commit initial code.
Created by: DYdave
Created on: 28 Mar 2015 at 13:36 UTC
Last updated: 28 Mar 2015 at 13:38 UTC
Bug fixes
New features

Other releases