Edgewall Software

Changes between Version 13 and Version 24 of Ticket #11437


Ignore:
Timestamp:
Mar 14, 2015, 12:46:06 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in [13859:13860].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11437

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #11437 – Release Notes

    v13 v24  
    1  * The default values of configuration options are written to trac.ini when a plugin is enabled through the web administration page or using TracAdmin, provided the options don't already exist in trac.ini or one of its parent configurations.
    2  * `# option-name = <inherited>` is not written to trac.ini when the option is specified in a parent configuration.
     1* The default values of configuration options are written to trac.ini when a plugin is enabled through the web administration page or using TracAdmin, provided the options don't already exist in trac.ini or one of its parent configurations.
     2* `# option-name = <inherited>` is not written to trac.ini when the option is specified in a parent configuration.
  • Ticket #11437 – API Changes

    v13 v24  
     1The `EnvironmentStub` contains a `ConfigurationStub` object rather than a `Configuration` object. The `ConfigurationStub` stores written data in the `file_content` attribute rather than writing to disk.