Edgewall Software

Changes between Version 25 and Version 27 of Ticket #11605


Ignore:
Timestamp:
Aug 5, 2014, 8:32:47 PM (10 years ago)
Author:
Peter Suter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11605 – API Changes

    v25 v27  
    22 * Added public method `insert_changeset` to `CachedRepository` and deprecated `_insert_changeset`.
    33 * 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.
     4 * The `db` parameters in the signatures of `IEnvironmentSetupParticipant.environment_needs_upgrade` and `IEnvironmentSetupParticipant.upgrade_environment` are deprecated and may be omitted.
    55 * `Environment.get_read_db` and the decorators `@with_transaction(env)` and `env.with_transaction()` are scheduled for removal in Trac 1.3.1.
    66 * `Environment.get_db_cnx` has been removed.