Opened 16 years ago
Closed 16 years ago
#4886 closed defect (fixed)
Upgrade process overwrites customisations in trac.ini
Reported by: | anonymous | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When an upgrade is performed to finalise installation for TimingAndEstimationPlugin, customized entries for TimingAndEstimationPlugin field labels are overwritten with default values.
This is a problem for people who are building new project wikis/repositories by script (and let's face it, the process is so involved setting up Trac/SVN with plugins, macros, customisations, etc, it HAS to be scripted). The setup script will tend to write to the INI file and then run the upgrade, you see. Of course, you can set the ini file afterwards, but not if TimingAndEstimation is not enabled by default for all new wikis.
Upgrade process should probably detect that settings are already in place and leave them alone.
(In [5486]) close #4886 Upgrade should now respect user defined labels and default values