Edgewall Software

Changes between Version 3 and Version 7 of Ticket #11850


Ignore:
Timestamp:
Dec 2, 2014, 10:10:41 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Refactoring on 1.0-stable in [13441], on trunk in [13442:13443].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11850 – API Changes

    v3 v7  
    1 The `get_all_actions` method of the `ConfigurableTicketWorkflow` class returns a dictionary of the actions defined in the configuration as well as implicit actions such as the default `_reset` action.
     1 * The `get_all_actions` method of the `ConfigurableTicketWorkflow` class returns a dictionary of the actions defined in the configuration as well as implicit actions such as the default `_reset` action.
     2 * Added `to_list` function to `trac.util`, for parsing a string and returning a list.