Project

General

Profile

PluginRedmineStealth » History » Version 3

Maxim Nikolaevich, 2011-04-05 18:20
i test plugin on last redmine - works fine

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
# Install the redmine-stealth-plugin into your redmine application directory: @./script/plugin install http://github.com/teleological/redmine-stealth-plugin.git@
8
# Restart any running Redmine application servers
9
# Configure the per-role permissions for "Toggle stealth mode" as desired
10
11
h2. Usage
12
13
# 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.
14
# 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.
15
# Click "Disable stealth mode" in the account menu. Don't worry. You got away with it.
16
17 3 Maxim Nikolaevich
h2. Tested with
18
19
* Redmine 0.9.1.stable (developed on this)
20
* Redmine 1.1.2.stable
21
22 1 Riley Lynch
h2. To-do
23
24
* Determine compatibility with different versions of redmine. I developed this with Redmine 0.9.1.stable. Please let me know if you find incompatibilities with older or newer versions.
25
26
h2. License
27
28 2 Riley Lynch
This software is licensed under the GNU GPL v2, like Redmine itself.