Package trac :: Package ticket :: Module notification

Module notification

source code

Classes
  TicketNotificationSystem
  TicketChangeEvent
Represent a ticket change NotificationEvent.
  BatchTicketChangeEvent
Represent a ticket batch modify NotificationEvent.
  TicketFormatter
Format TicketChangeEvent notifications.
  TicketOwnerSubscriber
Allows ticket owners to subscribe to their tickets.
  TicketUpdaterSubscriber
Allows updaters to subscribe to their own updates.
  TicketPreviousUpdatersSubscriber
Allows subscribing to future changes simply by updating a ticket.
  TicketReporterSubscriber
Allows the users to subscribe to tickets that they report.
  NewTicketSubscriber
Allows the users to subscribe to new tickets.
  CarbonCopySubscriber
Carbon copy subscriber for cc ticket field.
  TicketAttachmentNotifier
Sends notification on attachment change.
Variables
  __package__ = 'trac.ticket'

Imports: re, IEnvironmentSetupParticipant, IAttachmentChangeListener, IEmailDecorator, INotificationFormatter, INotificationSubscriber, NotificationEvent, NotificationSystem, RecipientMatcher, create_header, create_message_id, get_from_author, get_message_addresses, set_header, Subscription, PermissionSystem, translation_deactivated, Ticket, sort_tickets_by_priority, lazy, format_date_or_datetime, get_timezone, CRLF, exception_to_unicode, jinja2template, shorten_line, text_width, wrap, _, Chrome, BoolOption, ChoiceOption, Component, ConfigSection, Configuration, ConfigurationError, ExtensionOption, ExtensionPoint, FloatOption, IntOption, Interface, ListOption, Option, OrderedExtensionsOption, PathOption, TracBaseError, TracError, TracValueError, implements