Modify ↓
Opened 14 years ago
Closed 8 years ago
#8817 closed defect (wontfix)
announcerplugin - ticket subscription not working
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | ticket subscriber |
Cc: | Ryan J Ollos, Robert Corsaro | Trac Release: | 0.11 |
Description (last modified by )
The 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.
trac.ini
file:
[announcer] ctxtnav_names = Watch This,Unwatch This email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver email_enabled = true email_sender = SmtpEmailSender email_to = undisclosed-recipients: ; mime_encoding = base64 sendmail_path = sendmail smtp_enabled = true smtp_from = trac@xxx.com smtp_port = 25 smtp_replyto = trac@xxx.com smtp_server = xxx smtp_subject_prefix = __default__ ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_sll = false use_threaded_delivery = false use_tls = false [components] announcerplugin.* = enabled announcerplugin.subscribers.ticket_compat.legacyticketsubscriber = enabled announcerplugin.subscribers.ticket_compat.staticticketsubscriber = disabled announcerplugin.subscribers.ticket_groups.* = disabled
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Cc: | Ryan J Ollos Robert Corsaro added; anonymous removed |
---|---|
Keywords: | ticket subscriber added |
Owner: | changed from Robert Corsaro to Steffen Hoffmann |
comment:3 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:4 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
Note: See
TracTickets for help on using
tickets.
We're working to restore full backwards-compatibility for
trunk
down to Trac-0.11 to resolve this issue by one of our next plugin releases. Not though, that announcer-1.0 has evolved from announcer-0.12, a major rework of the whole subscription system. So at least components will be enabled differently.But this is WiP, and especially db API compatibility and data-preservation for seamless db schema upgrade is still worked on.