blocktheme 7.x-1.0
Posted by amateescu on January 5, 2011 at 9:44pm
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-7.x-1.0.tar.gz | 9.85 KB | 433c7af9575d86276639e351f95bd030 |
| blocktheme-7.x-1.0.zip | 11.52 KB | 59446ffe45a01d0760fe834c05b1bc12 |
Last updated: January 5, 2011 - 21:46
Release notes
First stable release for Drupal 7. Contains only minor documentation changes since 7.x-1.0-beta1.
blocktheme 6.x-1.2
Posted by amateescu on December 12, 2010 at 10:18am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-6.x-1.2.tar.gz | 11.22 KB | 37f96c3f7e9ddfdcb48515ceaa7b7f94 |
| blocktheme-6.x-1.2.zip | 14.09 KB | 91042b3ce5788ca2ef9dbcafdfe32320 |
Last updated: December 24, 2010 - 22:32
Release notes
New features:
- #328817 by amateescu: Add variables to blockthemes.
Minor doc fixes.
blocktheme 7.x-1.0-beta1
Posted by amateescu on December 12, 2010 at 9:31am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-7.x-1.0-beta1.tar.gz | 9.8 KB | 367f77c86101e3e55875fdde2ab40094 |
| blocktheme-7.x-1.0-beta1.zip | 11.32 KB | 208076c054df4aa27828eb467efa7e0f |
Last updated: December 24, 2010 - 22:32
Release notes
Straight port to Drupal 7.
The only change from 6.x is that your custom block templates must be named like: block--blocktheme--customtemplate.tpl.php due to the theme system changes in Drupal 7.
blocktheme 7.x-1.x-dev
Posted by amateescu on December 8, 2010 at 8:10am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-7.x-1.x-dev.tar.gz | 9.85 KB | 7a127dc114067d96fee87b52c1f106b8 |
| blocktheme-7.x-1.x-dev.zip | 11.21 KB | 1967a883c1ca8cd7f43fbb2d9e9c473a |
Last updated: August 26, 2011 - 12:05
Release notes
Initial port to D7. Still has some errors.
blocktheme 6.x-1.x-dev
Posted by amateescu on November 22, 2010 at 6:50am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-6.x-1.x-dev.tar.gz | 9.86 KB | 5ab63e97ebd14c1b090c503251fe6dfb |
| blocktheme-6.x-1.x-dev.zip | 11.2 KB | 68203e0d2730d0a730b5e4e5640ac473 |
Last updated: February 25, 2011 - 07:28
Release notes
Development release for BlockTheme.
New features:
- #328817 by amateescu: Adding variables to blockthemes.
blocktheme 6.x-1.1
Posted by amateescu on November 9, 2010 at 1:26am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-6.x-1.1.tar.gz | 10.9 KB | a9fa3d452e440991107a021a1c2ee74a |
| blocktheme-6.x-1.1.zip | 13.74 KB | bbfcd53351b43a8b088b3450c70ac304 |
Last updated: December 24, 2010 - 22:32
Release notes
Bug fixes:
- #207969 by amateescu: Rename $custom_theme variable.
- #376019 by DamienMcKenna, amateescu: Code cleanups.
- #569878 by pshahmumbai: Adhere to doxygen formatting guidelines.
New features:
- #355802 by amateescu: Add a "Custom Theme" column to the main block admin page.
- Feature by amateescu: Added uninstall hooks.
- #396200 by amateescu, heronog: Getting a list of blockthemes.
Misc:
- Move credits information to the appropiate file
- Remove useless .project file
blocktheme 6.x-1.0-beta1
Posted by g.idema on July 3, 2008 at 3:45pm
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-6.x-1.0-beta1.tar.gz | 8.04 KB | 93b34e498d7370f28f9cab066b934bc4 |
| blocktheme-6.x-1.0-beta1.zip | 9.01 KB | f07ff9312381651c4b861ff516c002ab |
Last updated: December 24, 2010 - 22:32
Release notes
This is the 6.x release of the blocktheme module.
Updating from 5.x
- If you are updating from the Drupal 5.x version of this module, be sure to prefix your blocktheme template files with blocktheme-
- The 6.x branch of this module doesn't require any modification of your template.php . The changes to [yourtheme]_block($block) in template.php for blocktheme 5.x shouldn't be migrated.
Added functionality
- An extra template variable $blocktheme is provided for your block templates, containing the name of the selected theme
- The blocktheme setting of your block can now be modified at creation time of a new block. So you don't have to go through an extra save->edit cycle anymore
blocktheme 5.x-1.2
Posted by JacobSingh on January 24, 2008 at 5:21am
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-5.x-1.2.tar.gz | 7.28 KB | ff5600c2512d3fb25d13f3a7262d3f3e |
| blocktheme-5.x-1.2.zip | 8.04 KB | a0b96c736633d543bb9dc7079ffa6d5b |
Last updated: December 24, 2010 - 22:32
Release notes
Changes since DRUPAL-5--1-1:
blocktheme 5.x-1.1
Posted by JacobSingh on September 22, 2007 at 5:03pm
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-5.x-1.1.tar.gz | 7.26 KB | e2926b522a9e03a41969e8b4aa1bcc71 |
| blocktheme-5.x-1.1.zip | 8.02 KB | 3170e0f977e496dd7ffa51a9050f80d9 |
Last updated: December 24, 2010 - 22:32
Release notes
Initial Release. Please comment if useful!