Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
color.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2007 at 13:14 UTC
Updated:
13 Dec 2007 at 20:44 UTC
Patch attached that suppresses the notice.
| Comment | File | Size | Author |
|---|---|---|---|
| color_list_explode_notice.patch | 766 bytes | hass |
Comments
Comment #1
hass commentedHow to get this notice:
1. Go to theme settings in Garland
2. Use a different color schema then standard
3. Press "save"
4. Notice is displayed on top.
Comment #2
pasqualleI can't see the notice. Need more info on how to reproduce the bug..
Comment #3
hass commentedDo you have PHP configured with E_ALL only? Simply follow the above steps. All you need is a CSS file that does not contain a
Color Module: Don't touchsection. You won't get the notice in garland, while this have this section.Comment #4
pasqualleIs 6.x-dev is configured with E_ALL, or I need to change something?
In steps you wrote to select garland theme, and in your last post you wrote select something else than garland.
---
OK, figured out. Inserted an additional space into "Color Module: Don't touch" string in style.css and I can see the notice.
patch works as advertised
(hope, that windows-style line endings is not be a problem)
Comment #5
dries commentedFixing something with @ is not the right thing to do.
Comment #6
hass commentedYes i know... :-(. i fighted over 1 week with me and Google to make this better, but i haven't found a better solution. If you know a solution, please share your idea... i'm not an E_ALL guru, sorry.
Comment #7
pasqualleThe hard-coded "Color Module: Don't touch" string should be completely removed. But I am not familiar with the functionality.
Comment #8
hass commentedThis hard coded string is a functionality we cannot change or it will break the Garland theme and others that like to depend on color module...
Comment #9
hass commentedhttp://drupal.org/node/193604