Package trac :: Package ticket :: Module default_workflow

Module default_workflow

source code

Classes
  ConfigurableTicketWorkflow
Ticket action controller which provides actions according to a workflow defined in trac.ini.
  WorkflowMacro
Functions
 
parse_workflow_config(rawactions)
Given a list of options from [ticket-workflow]
source code
 
get_workflow_config(config)
Usually passed self.config, this will return the parsed ticket-workflow section.
source code
 
load_workflow_config_snippet(config, filename)
Loads the ticket-workflow section from the given file (expected to be in the 'workflows' tree) into the provided config.
source code
Variables
  __package__ = 'trac.ticket'

Imports: ParsingError, RawConfigParser, StringIO, defaultdict, partial, resource_filename, tag, ConfigSection, Configuration, ConfigurationError, IEnvironmentSetupParticipant, PermissionSystem, ITicketActionController, TicketSystem, Resolution, get_reporter_id, to_list, separated, _, tag_, cleandoc_, Chrome, add_script, add_script_data, system_message, WikiMacroBase, Component, ExtensionPoint, Interface, TracError, implements