Modify ↓
Opened 4 years ago
Closed 4 years ago
#13306 closed defect (wontfix)
db41 should not write [mainnav] and [metanav] if sections defined in inherited config
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Milestone: | 1.2.6 |
---|---|
Resolution: | → wontfix |
Status: | assigned → closed |
Since inherited ini files are often shared by Trac environments we shouldn't write to any inherited ini file. If we were to do so, we'd need to add a configuration option to say whether the file is writable, and additional complexity would be needed in the Configuration
class.
Added documentation:
Note:
See TracTickets
for help on using tickets.
A few things would be needed:
I'm debating whether to fix this at all or just add a note to TracUpgrade. In that case, some of these action items for
config.py
module improvements could be added to #3037.