Project

General

Profile

PluginRedmineStealth » History » Version 5

Riley Lynch, 2012-07-11 06:30

1 1 Riley Lynch
h1. Redmine Stealth plugin
2
3
This is a plugin for Redmine 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.
4
5
h2. Installation
6
7 5 Riley Lynch
# Install the redmine-stealth-plugin into your redmine application directory: @./script/plugin install http://github.com/teleological/redmine-stealth-plugin.git@ or for Redmine 2, @git clone http://github.com/teleological/redmine-stealth-plugin.git plugins/redmine-stealth-plugin@
8
9 1 Riley Lynch
# Restart any running Redmine application servers
10
# Configure the per-role permissions for "Toggle stealth mode" as desired
11
12
h2. Usage
13
14
# 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.
15
# 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.
16
# Click "Disable stealth mode" in the account menu. Don't worry. You got away with it.
17
18
h2. Tested with
19
20 5 Riley Lynch
* Redmine 2.0.3 and 1.4.3
21
* Version 0.4.0: Redmine 1.4.3
22
* Versions 0.3.0 and before: Redmine 0.9.1.stable, Redmine 1.1.2.stable
23 1 Riley Lynch
24
h2. License
25
26 2 Riley Lynch
This software is licensed under the GNU GPL v2, like Redmine itself.