wiki:ContextChromePlugin

Version 8 (modified by matobaa, 11 years ago) (diff)

--

Add context-aware css attribute

Description

  1. Ticket color by Type ... Set css-class to type on ticket. You can design for each type of ticket with trac:wiki:CookBook/SiteStyleCss feature.
  2. Decayed Wiki ... Indicate how old the wiki page is. You can specify colors by age in seconds at trac.ini.
  3. Ticket Link Decoration by field value ... Set css-class to link to tickets by field value. You can specify field names at trac.ini.

If you want to edit the css on browser? use WikiCssPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for ContextChromePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:contextchromeplugin here].

Source

You can check out ContextChromePlugin from here using Subversion, or browse the source with Trac.

Example

example trac.ini:

[components]
contextchrome.style.typeclasstoticket = enabled
contextchrome.linkdeco.ticketlinkdecorator = enabled
decayed.wiki.decayedwiki = enabled

Decayed Wiki

example trac.ini:

[wiki]
decay_colors = 86400:#ffffff, 604800:#eeeeee, 2678400:#dddddd, 31536000:#aaaaaa, 2147483647: #777777

background of wiki pages are colored by age, white for modified in a day, light grey for in a week, and so on.

Ticket link decoration by field value

example trac.ini:

[ticket]
decorate_fields = owner, milestone

example style.css:

.ticket.admin {border: thin solid maroon; }

TracLinks to tickets that owned by admin is decorated.

Tikcet color by Type

example style.css:

body.defect      { background-color: #f5deb3; /* wheat */    }
body.enhancement { background-color: #87ceeb; /* sky blue */ }
body.task        { background-color: #ffd700; /* gold */     }

Recent Changes

17546 by matobaa on 2019-10-19 10:34:22
ContextChromePlugin: cosmetic changes
17535 by matobaa on 2019-10-01 16:21:17
ContextChromePlugin: support Trac 1.4+ by Jinja2 template
16959 by matobaa on 2017-11-06 03:17:17
Fixes #13317; a bug of TracLinksPlugin, by ContextChromePlugin
(more)

Author/Contributors

Author: matobaa
Maintainer: matobaa
Contributors:

Attachments (5)

Download all attachments as: .zip