Changes between Version 10 and Version 11 of PublicNotificationsPlugin


Ignore:
Timestamp:
Jan 16, 2018, 6:27:16 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PublicNotificationsPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Public notifications plugin
     3= Manage notifications for public tickets
    44
    55== Description
     
    77This plugin allows you to define CC address(es) for notifications for public tickets. Public tickets are those for which anonymous users have the `TICKET_VIEW` permission. This is similar to `smtp_always_cc` configuration option.
    88
     9Example usage in `trac.ini`:
    910{{{#!ini
    1011[notification]
     
    1415}}}
    1516
    16 This is useful for when you want to send all ticket changes to the public mailing list, but some of those tickets are closed from the public. This could be the case, for example because they are security issue or using for example SensitiveTicketsPlugin or ComponentPermissionsPlugin. Then you do not want that information about those tickets leaked to the mailing list. So instead of defining `smtp_always_cc`, you define `smtp_public_always_cc` with this plugin.
     17This is useful for when you want to send all ticket changes to the public mailing list, but some of those tickets are closed from the public. This could be the case, for example because they are security issues or using for example SensitiveTicketsPlugin or ComponentPermissionsPlugin. Then you do not want that information about those tickets leaked to the mailing list. So rather than using `smtp_always_cc`, you would use `smtp_public_always_cc` with this plugin.
    1718
    1819== Bugs/Feature Requests