Active
Project:
Color.module: SoC 2008
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2010 at 19:29 UTC
Updated:
3 Apr 2010 at 20:34 UTC
Don't know if this is in the works already (didn't really take a look), but I ported ksenzee's patch to D6 to provide this functionality in the color.module: http://drupal.org/node/693504#comment-2803010. Maybe it could be integrated into this one.
Comments
Comment #1
tonyn commentedI made this module a while ago and the code on it, quite frankly, is a tangled mess. It's this huge thing and works much differently than regular color.module. My syntax is different, etc. Generating images on themes is overbearingly complicated and time consuming, etc. etc. I'll probably be deprecating this and doing smaller modules so things can be easier to maintain - and interact with companion modules.
I've been meaning to get a new version going, but haven't had the time, and likely won't be able to until after drupalcon.
For implementing a patch like that, I would consider a tiny, simple contrib module. Since this patch is now core, we can build off that syntax.
Best