Changes between Version 8 and Version 9 of NotificationOptOutPlugin


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

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • NotificationOptOutPlugin

    v8 v9  
    1 = Notification opt-out plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Notification opt-out plugin
    44
    5 This plugin gives users opt-out option for all notifications coming from Trac. It is useful when users do not want to be notified of ticket changes where you have configured your Trac that for example all ticket updaters are informed of all changes. This also comes handy when you are using a mailing list to which all ticket changes are send and subscribed users there do not want to be notified twice.
     5== Description
     6
     7This plugin gives users opt-out option for all notifications coming from Trac. It is useful when users do not want to be notified of ticket changes where you have configured your Trac that for example all ticket updaters are informed of all changes. This also comes handy when you are using a mailing list to which all ticket changes are sent and subscribed users there do not want to be notified twice.
    68
    79After installation a new checkbox appears in user's general preferences.
    810
    9 There is one configuration option (in `notification` section):
     11There is one configuration option in the `notification` section:
    1012
    11  * `disable_optout_for_nonpublic`, when set to `True` (default is `False`) opt-out is disabled for nonpublic tickets notifications; this is useful if combined with PublicNotificationsPlugin where you send all public changes to the mailing list and  nonpublic changes you want to send only to users subscribed to the ticket, even if they opted-out
     13 * `disable_optout_for_nonpublic`, when set to `True` (default is `False`) opt-out is disabled for nonpublic tickets notifications; this is useful if combined with PublicNotificationsPlugin where you send all public changes to the mailing list and  nonpublic changes you want to send only to users subscribed to the ticket, even if they opted-out.
    1214
    13 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1416
    1517Please use [https://github.com/trac-hacks/trac-notificationoptout/issues Bitbucket] for any issues you have with NotificationOptOutPlugin.
    1618
    17 == Download ==
     19== Download
    1820
    1921Download the zipped source from [https://github.com/trac-hacks/trac-notificationoptout/archive/master.zip here].
    2022
    21 == Source ==
     23== Source
    2224
    2325You can clone NotificationOptOutPlugin from [https://github.com/trac-hacks/trac-notificationoptout here] using git, or [https://github.com/trac-hacks/trac-notificationoptout the source] on GitHub.
    2426
    25 == Installation ==
     27== Installation
    2628
    27 {{{
     29{{{#!sh
    2830pip install NotificationOptOutPlugin
    2931}}}
     
    3133For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    3234
    33 == Author/Contributors ==
     35== Author/Contributors
    3436
    3537'''Author:''' [wiki:mitar] [[BR]]