Edgewall Software

Changes between Initial Version and Version 14 of Ticket #11605


Ignore:
Timestamp:
May 31, 2014, 5:20:48 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in [12826:12831]. I didn't take enough care for testing intermediate revisions to be sure that the tests didn't fail.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11605

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #11605 – API Changes

    initial v14  
     1 * The deprecated `db` parameters have been removed from the signatures of all public methods and functions.
     2 * Added public method `insert_changeset` to `CachedRepository` and deprecated `_insert_changeset`.
     3 * The `db` parameter in the signature of `ReportModule.execute_paginated_report` is deprecated and may be omitted.
     4 * The `db` parameters in the signatures of `EnvironmentUpgradeParticipant.environment_needs_upgrade` and `EnvironmentUpgradeParticipant.upgrade_environment` are deprecated and may be omitted.