Closed (fixed)
Project:
Block Region
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Dec 2008 at 14:25 UTC
Updated:
16 Dec 2008 at 00:02 UTC
Jump to comment: Most recent file
Development version, seems to be working really good. I've introduced region name match so that it automatically applies the same block in all the themes where region names are similar (which is "left sidebar" matches "left column" more than it matches "footer").
Anybody is welcome to give it a try. Attached
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | blockregion.minorfixes.patch | 4.88 KB | dalad |
| blockregion-6.x-dev.tar_.gz | 8.43 KB | dalad |
Comments
Comment #1
nedjoThanks!
I gave this a quick look over. Looks generally good. Some minro fixing up needed:
* $themeObj
should be $theme_object (coding standards).
* '#title' => 'Theme sharing options',
The title should be passed through t().
* if($do_basic)
blockregion_basic_sharing($blocks, $themes);
and various other control structures
Should be:
// Perform basic settings sharing
if ($do_basic) {
blockregion_basic_sharing($blocks, $themes);
}
(coding standards)
Please post a patch--much easier to review.
Comment #2
dalad commentedThanks again nedjo. I fixed those problems and further testing revealed still no issues. I think this module is ready to be released as 6.x
I'll upload to the CVS soon.
Comment #3
dalad commented6.x-1.1 available for download.