Edgewall Software

Changes between Version 18 and Version 19 of WorkFlow


Ignore:
Timestamp:
Jan 30, 2006, 10:29:31 AM (18 years ago)
Author:
Alec Thomas
Comment:

Updated with information provided by cboos

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v18 v19  
    2222 * There are a number of locations in the ticket code where permissions are hard coded. As an example, the `TICKET_CREATE` permission is required to create a new ticket. Should this be overridable by `ITicketWorkflow` implementors?
    2323 * It might be an idea to simply have a `apply_ticket_changes()` method instead of having `apply_ticket_action()` and `update_ticket_fields()`.
    24  * Add a `.wikify` flag, indicating that the value of the field should be displayed using WikiFormatting?
     24 * Add a `.plaintext` option which negates the default behaviour of WikiFormatting field labels and values (see #925, #1395 and #1791 for related information).
    2525
    2626== Basic Configurable Workflow ==