Version 1.39 (checked in on 2010/03/04 at 21:42:00 by dries)
Install, update and uninstall functions for the block module.
| Name | Description |
|---|---|
| block_install | Implements hook_install(). |
| block_schema | Implements hook_schema(). |
| block_update_7000 | Set system.weight to a low value for block module. |
| block_update_7001 | Add the block_node_type table. |
| block_update_7002 | Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {block_custom}. |
| block_update_7003 | Change the weight column to normal int. |
| block_update_7004 | Add new blocks to new regions, migrate custom variables to blocks. |