Changes between Version 34 and Version 35 of NeverNotifyUpdaterPlugin


Ignore:
Timestamp:
Feb 12, 2021, 4:06:40 AM (3 years ago)
Author:
Ryan J Ollos
Comment:

Add recipe for replicating behavior in default config. See gmessage:trac-users:hJQrWSKGYwQ/hj16r-A1AQAJ.

Legend:

Unmodified
Added
Removed
Modified
  • NeverNotifyUpdaterPlugin

    v34 v35  
    44
    55{{{#!box warning
    6 **Notice:** This plugin is deprecated in Trac [trac:milestone:1.2 1.2]. The //Never Notify: I Update a Ticket// [trac:wiki:1.1/TracNotification#SubscriberConfiguration subscriber preference] can be used instead.
     6**Notice:** This plugin is deprecated in Trac [trac:milestone:1.2 1.2]. The //Never Notify: I Update a Ticket// [trac:TracNotification#SubscriberConfiguration subscriber preference] can be used instead.
     7
     8Default //Never Notify Updater// behavior can be configured with:
     9{{{#!ini
     10[notification-subscriber]
     11never_notify_updater = TicketUpdaterSubscriber
     12never_notify_updater.adverb = never
     13never_notify_updater.priority = 1
     14}}}
    715}}}
    816