Changes between Initial Version and Version 1 of PublicNotificationsPlugin


Ignore:
Timestamp:
Jul 25, 2011, 9:37:08 PM (13 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicNotificationsPlugin

    v1 v1  
     1= Public notifications plugin =
     2
     3== Description ==
     4
     5This 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.
     6
     7{{{
     8[notification]
     9...
     10smtp_public_always_cc = public@example.com
     11...
     12}}}
     13
     14It 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). 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.
     15
     16== Bugs/Feature Requests ==
     17
     18Please use [https://bitbucket.org/mitar/trac-publicnotifications/issues Bitbucket] for any issues you have with PublicNotificationsPlugin.
     19
     20== Download ==
     21
     22Download the zipped source from [https://bitbucket.org/mitar/trac-publicnotifications/get/tip.zip here].
     23
     24== Source ==
     25
     26You can clone PublicNotificationsPlugin from [https://bitbucket.org/mitar/trac-publicnotifications here] using Mercurial, or [https://bitbucket.org/mitar/trac-publicnotifications/src browse the source] on Bitbucket.
     27
     28== Installation ==
     29
     30Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     31
     32== Author/Contributors ==
     33
     34'''Author:''' [wiki:mitar] [[BR]]
     35'''Maintainer:''' [wiki:mitar] [[BR]]
     36'''Contributors:'''