teleological / redmine_stealth

Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails.
http://teleological.github.com/redmine_stealth
GNU General Public License v2.0
31 stars 35 forks source link

h1. Redmine Stealth

This is a plugin for the "Redmine project management application":http://www.redmine.org that allows users to temporarily disable the automatic emails which are sent out (depending on configuration) when content is added or changed, such as when updating issues or wiki pages. The intent of this plugin is to allow users to make bulk changes or minor corrections without flooding the inboxes of other users of a project.

h2. Installation

Install the redmine_stealth plugin into your redmine plugins directory:

git clone http://github.com/teleological/redmine_stealth.git

plugins/redmine_stealth (or vendor/plugins/redmine_stealth for Redmine 1.)

Restart any running Redmine application servers or touch tmp/restart.txt for Passenger

Configure the per-role permissions for "Toggle stealth mode" as desired

h2. Usage

Click "Enable stealth mode" in the account menu in the upper right corner. If you don't see this option, the "Toggle stealth mode" permission may not be enabled for your role.

Do whatever it is that needs doing. Redmine will not send emails as a result of your actions while stealth mode is enabled. Other users's actions will continue to send email unless they have also activated stealth mode.

Click "Disable stealth mode" in the account menu. Don't worry. You got away with it.

h2. Compatibility

h2. License

This software is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.