wiki:QuietPlugin

Version 6 (modified by Rob Guttman, 12 years ago) (diff)

--

Toggle sending Announcer emails

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin provides a link (in the contextual nav) to toggle on and off sending emails for your ticket changes. The purpose is to reduce superfluous emails for changes the author deems unworthy.

This plugin is dependent upon the Announcer plugin (which must already be installed) and Javascript. The toggling is handled via ajax so you can remain on the same page and not disrupt any current work. The toggle link will appear on /newticket, /ticket, /query, and /report pages since ticket changes are possible on all of these (e.g., via BatchModify or GridModify).

Configuration

  1. Install the plugin (after downloading and unzipping):
    cd quietplugin/0.12
    sudo python setup.py install
    

See TracPlugins for more installation details and options. You'll likely need to restart Trac's web server after installation.

  1. Enable the plugin and disable announcer.distributors.mail.EmailDistributor in trac.ini:
    [components]
    announcer.* = enabled
    announcer.distributors.mail.EmailDistributor = disabled
    quiet.* = enabled
    

You can alternatively use the Trac Web Admin GUI. The above is because the quietplugin provides its own email distributor which effectively wraps the announcer's EmailDistributor with an extra check to see if the user entered quiet mode or not.

  1. (Optional) Customize the quiet mode labels:
    [quiet]
    enter_label = Enter Quiet Mode
    leave_label = Leave Quiet Mode
    

Bugs/Feature Requests

Existing bugs and feature requests for QuietPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:quietplugin here].

Source

You can check out QuietPlugin from here using Subversion, or browse the source with Trac.

Examples

  • During planning, I can now avoid barraging people with emails when I move large batches of tickets from one milestone to another using BatchModify.
  • I want to make a minor fix to a ticket's description that doesn't call for yet another email to be sent - enter quiet mode!
  • I'm triaging many tickets in a Queue report with new positions using GridModify and I don't want an email sent for each change.

Recent Changes

17573 by rjollos on 2019-11-21 17:32:18
1.2.2dev: Bump version after release

pypi:TracQuiet/1.2.1 published.

Fixes #13660.

17572 by rjollos on 2019-11-21 17:30:03
1.2.1dev: Add classifiers metadata

Refs #13660.

16352 by rjollos on 2017-03-18 16:37:31
1.2.1dev: Check QUIET_MODE when distributing email

Also, use authenticated flag when checking quiet mode because
event.author is never a session id, so quiet mode will only
work for authenticated users.

Patch by Jun Omae.

Refs #13117.

(more)

Author/Contributors

Author: robguttman
Maintainer: robguttman
Contributors:

Attachments (1)

Download all attachments as: .zip