Skip to content

jacquesbh/redmine_stealth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Stealth

This is a plugin for the Redmine project management application 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.

Installation

  1. Install the redmine_stealth plugin into your redmine plugins directory:
  2. git clone http://github.com/teleological/redmine_stealth.git
  3. plugins/redmine_stealth (or vendor/plugins/redmine_stealth for Redmine 1.)
  4. Restart any running Redmine application servers or touch tmp/restart.txt for Passenger
  5. Configure the per-role permissions for “Toggle stealth mode” as desired

Usage

  1. 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.
  2. 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.
  3. Click “Disable stealth mode” in the account menu. Don’t worry. You got away with it.

Compatibility

  • Version 0.6.0 was written for Redmine 2.1.2 and tested for backwards-compatibility with Redmine 2.0.3 and Redmine 1.4.3.
  • Version 0.5.0 was written for Redmine 2.0.3 and tested for backwards-compatibility with Redmine 1.4.3.
  • Version 0.4.0 was written for Redmine 1.4.3 and added support for Ruby 1.9.
  • Previous versions were written for Redmine 0.9.1.stable and reported to work with Redmine 1.1.2 and 1.3-stable.
  • Compatibility with Chiliproject is unknown, but patches are welcome.

License

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

About

Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 91.7%
  • JavaScript 8.3%