Edgewall Software

Changes between Version 1 and Version 2 of TracDev/PluginDevelopment/ExtensionPoints/trac.notification.api.INotificationSubscriber


Ignore:
Timestamp:
Dec 8, 2014, 7:47:06 PM (9 years ago)
Author:
Peter Suter
Comment:

Fix list of implementations

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.notification.api.INotificationSubscriber

    v1 v2  
    7878== Available Implementations ==
    7979
    80 * `trac.ticket.notification.AllTicketSubscriber`\\
    81   Allows anyone to subscribe to all ticket change notifications.
    82 * `trac.ticket.notification.TicketOwnerSubscriber`\\
     80* [source:trunk/trac/ticket/notification.py#/TicketOwnerSubscriber trac.ticket.notification.TicketOwnerSubscriber]\\
    8381  Allows ticket owners to subscribe to (or unsubscribe from) change notifications for owned tickets.
    84 * `trac.ticket.notification.TicketComponentOwnerSubscriber`\\
    85   Allows component owners to subscribe to (or unsubscribe from) change notifications for tickets assigned to owned component.
    86 * `trac.ticket.notification.TicketUpdaterSubscriber`\\
     82* [source:trunk/trac/ticket/notification.py#/TicketUpdaterSubscriber trac.ticket.notification.TicketUpdaterSubscriber]\\
    8783  Allows anyone to subscribe to (or unsubscribe from) change notifications for their own ticket changes.
    88 * `trac.ticket.notification.TicketReporterSubscriber`\\
     84* [source:trunk/trac/ticket/notification.py#/TicketPreviousUpdatersSubscriber trac.ticket.notification.TicketPreviousUpdatersSubscriber]\\
     85  Allows anyone to subscribe to (or unsubscribe from) change notifications for tickets they previously updated.
     86* [source:trunk/trac/ticket/notification.py#/TicketReporterSubscriber trac.ticket.notification.TicketReporterSubscriber]\\
    8987  Allows ticket reporters to subscribe to (or unsubscribe from) change notifications for tickets they created.
    90 * `trac.ticket.notification.CarbonCopySubscriber`\\
     88* [source:trunk/trac/ticket/notification.py#/CarbonCopySubscriber trac.ticket.notification.CarbonCopySubscriber]\\
    9189  Allows anyone to subscribe to (or unsubscribe from) change notifications for tickets where they are listed in CC.
    9290