Ticket #87 (closed Enhancement: Completed)
Change TRAC default colours
Reported by: | LuciferNZ | Owned by: | phil |
---|---|---|---|
Priority: | Low | Milestone: | Website / Forum |
Component: | Website Server | Severity: | Trivial |
Keywords: | Cc: |
Description
Can the default 'Colour 1' 'Colour 2' etc colours be changed so that our priorities and severities make more sense?
Eg. Normal or Colour 3, should remain white BG, but Colour 2 should be OJ, and Colour 1 is red.
Oh, and colour 4 being light blue is fine.
Or something
Change History
comment:1 Changed 13 years ago by LuciferNZ
- Owner changed from Phil to phil
- Status changed from new to assigned
comment:2 Changed 13 years ago by phil
I'm a little confused by this request, so I'll need some clarification.
First, I'm assuming we are talking about the colors used for the tickets on the Reports pages. There are two sets of colors. One is the Priority color. This one is used by the non SQL reports. There are 6 priority colors, but we only use the first 5. The second set of colors can be used in the SQL Query reports. You do this by adding a __color__ column to the SQL SELECT query. Usually you will use the priority for this color so the query will have "SELECT ..., p.value AS __color__, ... FROM ..."
Both sets of colors are by default the same. The only difference is that in the SQL reports the text color is also changed.
So... the question I have is:
What you really want is for me to change color 2 to orange instead of yellow?
Priority Colors in TracQuery Reports | ||
---|---|---|
prio1 | Odd | Even |
prio2 | Odd | Even |
prio3 | Odd | Even |
prio4 | Odd | Even |
prio5 | Odd | Even |
prio6 | Odd | Even |
Custom Colors used in SQL Query Reports | ||
---|---|---|
color1 | Odd | Even |
color2 | Odd | Even |
color3 | Odd | Even |
color4 | Odd | Even |
color5 | Odd | Even |
color6 | Odd | Even |