Edgewall Software

Changes between Version 2 and Version 3 of 1.0/TracUpgrade


Ignore:
Timestamp:
Feb 26, 2021, 9:05:12 PM (3 years ago)
Author:
Ryan J Ollos
Comment:

Document #13087.

Legend:

Unmodified
Added
Removed
Modified
  • 1.0/TracUpgrade

    v2 v3  
    104104===== Behavior of `[ticket] default_owner` changed
    105105Prior to 1.0, the owner field of new tickets always defaulted to `[ticket] default_owner` when the value was not empty. If the value was empty, the owner field defaulted to to the Component's owner. In 1.0 and later, the `default_owner` must be set to `< default >` to make new tickets default to the Component's owner. This change allows the `default_owner` to be set to an empty value if no default owner is desired.
     106
     107===== Behavior of `* -> *` workflow transition
     108
     109The workflow transition `* -> *` must have the operation
     110`leave_status`. Due to a defect in Trac < 1.0.18
     111`leave_status` was not required, so it may be necessary
     112to add the operation when upgrading. The action will not
     113display for a `* -> *` transition if the action does
     114not have the `leave_status` operation.
    106115
    107116==== Upgrading from Trac 0.11 to Trac 0.12