Ticket #3904 (closed enhancement: fixed)
trac.ini "templates_dir" entry should not be creates (as it is redundant)
| Reported by: | ilias@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The trac.ini entry for "templates_dir"
templates_dir = Option('trac', 'templates_dir', default_dir('templates'), ...
seems to be redundant (at least at environment creation time), because the templates_dir = default_dir('templates') is already configured during the basic trac installation (siteconfig.py).
The suggestion is to use it if existent (backwards compatibility), but to _not_ create the "templates_dir" entry in new enviroments created by initenv.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


