Edgewall Software

Changes between Version 17 and Version 18 of WorkFlow


Ignore:
Timestamp:
Jan 30, 2006, 8:35:49 AM (18 years ago)
Author:
Alec Thomas
Comment:

.wikify?

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v17 v18  
    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  * Should fields in the ticket summary be parsed for WikiFormatting by default? Optional?
     24 * Add a `.wikify` flag, indicating that the value of the field should be displayed using WikiFormatting?
    2525
    2626== Basic Configurable Workflow ==