Changes between Version 5 and Version 6 of PublicNotificationsPlugin


Ignore:
Timestamp:
Aug 6, 2015, 1:05:21 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • PublicNotificationsPlugin

    v5 v6  
    1 = Public notifications plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Public notifications plugin
     4
     5== Description
    46
    57This plugin allows to define CC address(es) (similar to `smtp_always_cc` configuration option) used only for public tickets (those on which anonymous user have `TICKET_VIEW` permissions) notifications.
    68
    7 {{{
     9{{{#!ini
    810[notification]
    911...
     
    1416It is useful if 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 is leaked to the mailing list. So instead of defining `smtp_always_cc` you define `smtp_public_always_cc` with this plugin.
    1517
    16 == Bugs/Feature Requests ==
     18== Bugs/Feature Requests
    1719
    1820Please use [https://github.com/trac-hacks/trac-publicnotifications/issues GitHub] for any issues you have with PublicNotificationsPlugin.
    1921
    20 == Download ==
     22== Download
    2123
    2224Download the zipped source from [https://github.com/trac-hacks/trac-publicnotifications/archive/master.zip here].
    2325
    24 == Source ==
     26== Source
    2527
    2628You can clone PublicNotificationsPlugin from [https://github.com/trac-hacks/trac-publicnotifications here] using git, or [https://github.com/trac-hacks/trac-publicnotifications browse the source] on GitHub.
    2729
    28 == Installation ==
     30== Installation
    2931
    30 {{{
     32{{{#!sh
    3133pip install PublicNotificationsPlugin
    3234}}}
     
    3436For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    3537
    36 == Author/Contributors ==
     38== Author/Contributors
    3739
    3840'''Author:''' [wiki:mitar] [[BR]]