Ticket #3425 (closed enhancement: fixed)
WebAdmin should be more conservative with trac.ini
| Reported by: | eblot | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | admin/web | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
WebAdmin changes the contents of the trac.ini config file to reflect the configuration changes made by the user.
However, it does not preserve the original line ordering (nor the section ordering).
This makes the file hard to read for sections with a lot of options, especially with options which are tied to the same feature (e.g. login and password) and it makes the comparison of config files of different projects hosted on the same server a nightmare.
WebAdmin should ideally preserve the original ordering, or at least sort the options in lexical order.


