Package trac :: Package ticket :: Module notification

Module notification

source code

Classes
  TicketNotificationSystem
  TicketNotifyEmail
Notification of ticket changes.
  TicketAttachmentNotifier
Sends notification on attachment change.
  BatchTicketNotifyEmail
Notification of ticket batch modifications.
Functions
 
get_ticket_notification_recipients(env, config, tktid, prev_cc=None, modtime=None)
Returns notifications recipients.
source code
Variables
  __package__ = 'trac.ticket'

Imports: contextmanager, hashlib, NewTextTemplate, IAttachmentChangeListener, NotificationSystem, NotifyEmail, TicketSystem, Ticket, datetime_now, to_utimestamp, utc, exception_to_unicode, obfuscate_email_address, shorten_line, text_width, wrap, _, deactivate, reactivate, BoolOption, ChoiceOption, Component, ConfigSection, Configuration, ConfigurationError, ExtensionOption, ExtensionPoint, FloatOption, IntOption, Interface, ListOption, Option, OrderedExtensionsOption, PathOption, TracError, implements