Changes between Version 2 and Version 3 of ContextChromePlugin


Ignore:
Timestamp:
Oct 19, 2012, 4:19:51 PM (12 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContextChromePlugin

    v2 v3  
    55== Description ==
    66
    7 Set css-class to type on ticket.
    8 You can design for each type of ticket with trac:wiki:CookBook/SiteStyleCss feature.
     7 1. Tikcet color by Type ... Set css-class to type on ticket. You can design for each type of ticket with trac:wiki:CookBook/SiteStyleCss feature.
     8 2. Decayed Wiki ... Indicate how old the wiki page is. You can specify colors by age in seconds at trac.ini.
    99
    1010== Bugs/Feature Requests ==
     
    2626== Example ==
    2727
     28example trac.ini:
     29{{{
     30#!ini
     31[components]
     32contextchrome.style.typeclasstoticket = enabled
     33decayed.wiki.decayedwiki = enabled
     34}}}
     35
     36==== Decayed Wiki ====
     37
     38example trac.ini:
     39{{{
     40#!ini
     41[wiki]
     42decay_colors = 86400:#ffffff, 604800:#eeeeee, 2678400:#dddddd, 31536000:#aaaaaa, 2147483647: #777777
     43}}}
     44
     45background of wiki pages are colored by age, white for modified in a day, light grey for in a week, and so on.
     46
     47==== Tikcet color by Type ====
    2848example style.css:
    2949{{{