Comments

nedjo’s picture

Status: Active » Needs work
StatusFileSize
new12.58 KB

Here's a first pass. Need to work more on upgrading colour picker and images.

nedjo’s picture

Status: Needs work » Needs review
StatusFileSize
new21.08 KB

Here's a fuller patch that seems to be working. See the changes to the README for what needs to be done to upgrade existing themes. Basically:

* Remove the <style> and </style> from style templates.
* In the theme's .info file, change the 'imagecache' property from e.g.
designkit[image][logo][imagecache] = "imagecache_scale:200x50"
to
designkit[image][logo][effect] = "image_scale:200x50"

Plus, obviously, make and CSS changes needed for the new Drupal version.

nedjo’s picture

StatusFileSize
new22.36 KB

Page template of D6 is now divided between page and html templates. Implement both hook_preprocess_html() and hook_preprocess_page() to ensure that designkit variables are passed to both templates.

nedjo’s picture

Status: Needs review » Needs work

Image file deletion not working yet.

ranm’s picture

Thanks for this

mrsinguyen’s picture

Subcribe

drupa11y’s picture

Subscribe

rodych’s picture

+1

nedjo’s picture

Status: Needs work » Needs review
StatusFileSize
new21.25 KB

Fixed the file deletion error (needed to pass full file object to file_delete()).

nedjo’s picture

Posted a sandbox project with an upgraded Designkit at http://drupal.org/sandbox/nedjo/1289398.

jhedstrom’s picture

Perhaps time to report this module as abandoned so that another maintainer can commit this work?

oliver huynh’s picture

Yes, agree with jhedstrom.
@nedjo: What do you think? Can you port this out as a separate module?

kharbat’s picture

Hi there, any clue when is the D7 patch gonna be released.. i tested it and i think it works just fine..

nedjo’s picture

nedjo’s picture

Status: Needs review » Fixed

Thanks yhahn for assigning me commit access. Applied the D7 upgrade, posted a 7.x-1.0-beta1 release, and updated the project page with D7 examples and dependency info.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.