Changes between Version 30 and Version 31 of ContextChromePlugin


Ignore:
Timestamp:
Oct 28, 2017, 9:37:17 PM (6 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContextChromePlugin

    v30 v31  
    88
    99Key features:
    10  1. Wiki Link Decoration by age of wiki page: add "new" css-class to link to a wiki page that is recent. You can specify the age in `trac.ini`.
    11  1. Decayed Wiki: indicate how old the wiki page is. You can specify colors by age in seconds at `trac.ini`; requires Python 2.7 or later.
    1210 1. Ticket Link Decoration by field value: Set css-class to link to tickets by field value. You can specify field names at `trac.ini`.
    1311 1. Decorate over intertrac links, with XmlRpcPlugin and [browser:/contextchromeplugin/0.12/contextchrome/cors.py corsEnabler] included.
     
    1513 1. Wiki color by tags: Set css-class by tags added by TagsPlugin.
    1614 1. marked for validation: Set css-class to field specified by validator, such as TracTicketValidatorPlugin or TracTicketConditionalValidatePlugin.
     15 1. User"s own stylesheet or javascript; with user preferences page.
     16 1. Wiki Link Decoration by age of wiki page: add "new" css-class to link to a wiki page that is recent. You can specify the age in `trac.ini`.
     17 1. Decayed Wiki: indicate how old the wiki page is. You can specify colors by age in seconds at `trac.ini`; requires Python 2.7 or later.
    1718
    1819If you want to edit the CSS inline in the browser, use WikiCssPlugin or ThemeEnginePlugin. If you want to modify the decoration link to a new page, edit the files site.html and site.css.
     
    4950contextchrome.linkdeco.wikilinknewdecolator = enabled
    5051contextchrome.style.typeclasstoticket = enabled
     52contextchrome.prefs.userstyle = enabled
    5153decayed.wiki.decayedwiki = enabled
    5254}}}