Changes between Version 5 and Version 6 of TracUpgrade
- Timestamp:
- 06/19/26 03:16:24 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUpgrade
v5 v6 241 241 Prior 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. 242 242 243 ===== Behavior of `* -> *` workflow transition 244 245 The workflow transition `* -> *` must have the operation 246 `leave_status`. Due to a defect in Trac < 1.0.18 247 `leave_status` was not required, so it may be necessary 248 to add the operation when upgrading. The action will not 249 display for a `* -> *` transition if the action does 250 not have the `leave_status` operation. 251 243 252 ==== Upgrading from older versions of Trac #OlderVersions 244 253
