Changes between Version 3 and Version 4 of TracIni
- Timestamp:
- 12/09/11 17:51:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracIni
v3 v4 1 1 = The Trac Configuration File = 2 2 3 [[TracGuideToc]] 3 4 … … 21 22 There 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. 22 23 24 Note 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 23 26 == Reference for settings 24 27 25 This is a brief reference of available configuration options .28 This is a brief reference of available configuration options, and their default settings. 26 29 27 30 [[TracIni]] … … 63 66 # optional extra param for the query (two additional columns: created and modified and sort on created) 64 67 closed.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 = true percentage68 # indicates groups that count for overall completion percentage 69 closed.overall_completion = true 67 70 68 71 new = new … … 134 137 See TracWorkflow for more details. 135 138 136 137 139 ---- 138 140 See also: TracGuide, TracAdmin, TracEnvironment