Closed (fixed)
Project:
DesignKit
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 18:01 UTC
Updated:
8 May 2012 at 17:40 UTC
Jump to comment: Most recent file
Working on a D7 patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | d7-upgrade-1036386-9.patch | 21.25 KB | nedjo |
| #3 | 1036386-3-designkit-d7-upgrade.patch | 22.36 KB | nedjo |
| #2 | 1036386-2-designkit-d7-upgrade.patch | 21.08 KB | nedjo |
| #1 | 1036386-1-designkit-d7-upgrade.patch | 12.58 KB | nedjo |
Comments
Comment #1
nedjoHere's a first pass. Need to work more on upgrading colour picker and images.
Comment #2
nedjoHere'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.
Comment #3
nedjoPage 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.
Comment #4
nedjoImage file deletion not working yet.
Comment #5
ranm commentedThanks for this
Comment #6
mrsinguyen commentedSubcribe
Comment #7
drupa11y commentedSubscribe
Comment #8
rodych commented+1
Comment #9
nedjoFixed the file deletion error (needed to pass full file object to file_delete()).
Comment #10
nedjoPosted a sandbox project with an upgraded Designkit at http://drupal.org/sandbox/nedjo/1289398.
Comment #11
jhedstromPerhaps time to report this module as abandoned so that another maintainer can commit this work?
Comment #12
oliver huynh commentedYes, agree with jhedstrom.
@nedjo: What do you think? Can you port this out as a separate module?
Comment #13
kharbat commentedHi there, any clue when is the D7 patch gonna be released.. i tested it and i think it works just fine..
Comment #14
nedjoPosted issue #1540324: Offer to maintain Designkit.
Comment #15
nedjoThanks 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.