Changes between Version 9 and Version 10 of PublicNotificationsPlugin


Ignore:
Timestamp:
Mar 8, 2017, 8:08:13 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • PublicNotificationsPlugin

    v9 v10  
    1414}}}
    1515
    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 because they are security issue or something (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.
     16This 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.
    1717
    1818== Bugs/Feature Requests
     
    3030== Installation
    3131
     32Install this plugin with the following command:
     33
    3234{{{#!sh
    3335pip install PublicNotificationsPlugin