Edgewall Software

Changes between Initial Version and Version 17 of Ticket #6551


Ignore:
Timestamp:
May 4, 2015, 8:09:42 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in [14050]. I'll work in #3037 to refactor the test suite and improve test coverage.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6551

    • Property Status newclosed
    • Property Severity minornormal
    • Property Cc osimons added
    • Property Priority lownormal
    • Property Keywords config added
    • Property Milestone1.1.5
    • Property Owner changed from Jonas Borgström to Ryan J Ollos
    • Property Resolutionfixed
  • Ticket #6551 – Release Notes

    initial v17  
     1Fixed 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.