Changes between Initial Version and Version 1 of Ticket #8817


Ignore:
Timestamp:
Oct 15, 2012, 2:50:26 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8817 – Description

    initial v1  
    11The plugin features like html emails and Component Subscriptions are working for me but Ticket Subscriptions like "Notify me of changes to tickets that I reported." is always on. If I disable LegacyTicketSubscriber then no emails are sent to the reporter.
    22
    3 trac.ini file
     3`trac.ini` file:
     4{{{
     5#!ini
    46[announcer]
    57ctxtnav_names = Watch This,Unwatch This
     
    2830announcerplugin.subscribers.ticket_compat.staticticketsubscriber = disabled
    2931announcerplugin.subscribers.ticket_groups.* = disabled
     32}}}