Module default_workflow
source code
|
|
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
|
|
|
|
__package__ = 'trac.ticket'
|
Imports:
io,
ParsingError,
RawConfigParser,
defaultdict,
partial,
resource_filename,
IEnvironmentSetupParticipant,
ConfigSection,
Configuration,
ConfigurationError,
PermissionCache,
PermissionSystem,
ResourceNotFound,
ITicketActionController,
TicketSystem,
TicketComponent,
Resolution,
exception_to_unicode,
get_reporter_id,
sub_val,
to_list,
tag,
separated,
_,
tag_,
cleandoc_,
RepositoryManager,
Chrome,
add_script,
add_script_data,
MacroError,
ProcessorError,
WikiMacroBase,
parse_args,
Component,
ExtensionPoint,
Interface,
TracBaseError,
TracError,
TracValueError,
implements