Edgewall Software

Changes between Version 24 and Version 25 of Ticket #11605


Ignore:
Timestamp:
Aug 4, 2014, 5:50:45 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11605 – API Changes

    v24 v25  
    33 * The `db` parameter in the signature of `ReportModule.execute_paginated_report` is deprecated and may be omitted.
    44 * The `db` parameters in the signatures of `EnvironmentUpgradeParticipant.environment_needs_upgrade` and `EnvironmentUpgradeParticipant.upgrade_environment` are deprecated and may be omitted.
    5  * `Environment.get_read_db`, `Environment.with_transaction` and `with_transaction` (from `trac.db`) are scheduled for removal in Trac 1.3.1.
     5 * `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.