Navigation


Changes between Version 2 and Version 3 of TracIni


Ignore:
Timestamp:
Mar 4, 2011, 2:02:10 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v2 v3  
    11= The Trac Configuration File =
     2
    23[[TracGuideToc]]
    34
     
    2122There are two more entries in the [[#inherit-section| [inherit] ]] section, `templates_dir` for sharing global templates and `plugins_dir`, for sharing plugins. Those entries can themselves be specified in the shared configuration file, and in fact, configuration files can even be chained if you specify another `[inherit] file` there.
    2223
     24Note that the templates found in the `templates/` directory of the TracEnvironment have precedence over those found in `[inherit] templates_dir`. In turn, the latter have precedence over the installed templates, so be careful about what you put there, notably if you override a default template be sure to refresh your modifications when you upgrade to a new version of Trac (the preferred way to perform TracInterfaceCustomization being still to write a custom plugin doing an appropriate `ITemplateStreamFilter` transformation).
     25
    2326== Reference for settings
    2427
    25 This is a brief reference of available configuration options.
     28This is a brief reference of available configuration options, and their default settings.
    2629
    2730[[TracIni]]
     
    6366# optional extra param for the query (two additional columns: created and modified and sort on created)
    6467closed.query_args = group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime
    65 # indicates groups that count for overall completion
    66 closed.overall_completion = truepercentage
     68# indicates groups that count for overall completion percentage
     69closed.overall_completion = true
    6770
    6871new = new
     
    134137See TracWorkflow for more details.
    135138
    136 
    137139----
    138140See also: TracGuide, TracAdmin, TracEnvironment