Changes between Initial Version and Version 17 of Ticket #6551
- Timestamp:
- May 4, 2015, 8:09:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6551
- Property Status new → closed
- Property Severity minor → normal
- Property Cc added
- Property Priority low → normal
- Property Keywords config added
- Property Milestone → 1.1.5
- Property Owner changed from to
- Property Resolution → fixed
-
Ticket #6551 – Release Notes
initial v17 1 Fixed incorrect highlighting of unmodified values in the //Configuration// section of the //About Trac// page. -
Ticket #6551 – API Changes
initial v17 1 * `Configuration.get` always returns a string, as documented. 2 * Configuration values are normalized before writing to file. 3 * Moved `get_configinfo` (added in [milestone:1.1.2]) from `Environment` class to a function of the `config` module.