Changes between Version 10 and Version 11 of SubscriberListPlugin
- Timestamp:
- Sep 9, 2017, 8:06:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubscriberListPlugin
v10 v11 3 3 = Display ticket subscribers 4 4 5 == Description ==5 == Description 6 6 7 This plugin displays a list of all users that will be informed of ticket changes to a certain ticket. Additionally it informs the user about the current notification settings of Trac, ie in which cases the user will be notified. This way the user knows whether he/she has to add himself/herself to the CC list or not. This detection depends on whether the user is logged in, whether has provided a valid email address, and the settings in `trac.ini`. 7 8 9 This plugin is influenced by the settings from the `[notification]` stanza in your `trac.ini` file, especially `always_notify_owner`, `always_notify_reporter`, `always_notify_updater`, `smtp_always_bcc` and `smtp_always_cc`. 8 10 9 This plugin displays a list of all users that will informed about ticket changes of a certain ticket. Additionally it informs the user about the current notification settings of Trac (i.e. in which cases the user will be notified). This way the user knows whether he/she has to add himself/herself to the CC list or not. This detection depends on whether the user is logged in, whether has provided a valid email address, and the settings in `trac.ini`. 11 List of users to notify of a ticket change: 10 12 11 This plugin is influenced by the settings from the `[notification]` `trac.ini`, especially `always_notify_owner`, `always_notify_reporter`, `always_notify_updater`, `smtp_always_bcc`, and `smtp_always_cc`. 13 [[Image(screenshot-list.png, border=2)]] 12 14 13 A live demo of this plugin can be seen [https://svn.mayastudios.de/mtpp/ticket/1 here]. 15 Changing whether a user needs to be notified of a ticket change: 14 16 15 [[Image(screenshot- list.png, border=3)]]17 [[Image(screenshot-notice.png, border=2)]] 16 18 17 [[Image(screenshot-notice.png, border=3)]] 19 == Bugs/Feature Requests 18 20 19 == Source and Tickets == 20 You'll find all information about this ticket [https://svn.mayastudios.de/mtpp/wiki/Plugins/SubscriberListPlugin here]. Please file only tickets there.21 Existing bugs and feature requests for SubscriberListPlugin are 22 [report:9?COMPONENT=SubscriberListPlugin here]. 21 23 22 == Author/Contributors == 23 '''Author:''' [wiki:manski Sebastian Krysmanski] 24 [[BR]] 24 If you have any issues, create a 25 [/newticket?component=SubscriberListPlugin new ticket]. 26 27 [[TicketQuery(component=SubscriberListPlugin&group=type,format=progress)]] 28 29 == Download 30 31 Download the zipped source from [export:subscriberlistplugin here]. 32 33 == Source 34 35 You can check out SubscriberListPlugin from [/svn/subscriberlistplugin here] using Subversion, or [source:subscriberlistplugin browse the source] with Trac. 36 37 == Installation 38 39 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. 40 41 == Recent Changes 42 43 [[ChangeLog(subscriberlistplugin, 3)]] 44 45 == Author/Contributors 46 47 '''Author:''' [wiki:manski Sebastian Krysmanski] [[BR]] 25 48 '''Maintainer:''' [[Maintainer]] [[BR]] 26 49 '''Contributors:'''