Package trac :: Package ticket :: Module api

Module api

source code

Classes
  TicketFieldList
Improved ticket field list, allowing access by name.
  ITicketActionController
Extension point interface for components willing to participate in the ticket workflow.
  ITicketChangeListener
Extension point interface for components that require notification when tickets are created, modified, or deleted.
  ITicketManipulator
Miscellaneous manipulation of ticket workflow features.
  IMilestoneChangeListener
Extension point interface for components that require notification when milestones are created, modified, or deleted.
  TicketSystem
Functions
 
translation_deactivated(*args, **kwds) source code
Variables
  __package__ = 'trac.ticket'

Imports: contextlib, copy, re, tag, cached, BoolOption, ConfigSection, ListOption, Option, OrderedExtensionsOption, IPermissionRequestor, PermissionCache, PermissionSystem, IResourceManager, Ranges, as_bool, as_int, shorten_line, _, N_, deactivate, gettext, reactivate, IWikiSyntaxProvider, WikiParser, Component, ExtensionPoint, Interface, TracBaseError, TracError, TracValueError, implements


Function Details

translation_deactivated(*args, **kwds)

source code 
Decorators:
  • @contextlib.contextmanager