Plugins Directory » Redmine Stealth
|
Author: | Riley Lynch |
---|---|---|
Website: | http://teleological.github.com/redmine_stealth | |
Code repository: | http://github.com/teleological/redmine_stealth | |
Registered on: | 2012-01-25 (almost 13 years ago) | |
Current version: | 0.6.0 | |
Compatible with: | Redmine 2.1.x, 2.0.x, 1.4.x | |
User ratings: |
Redmine Stealth is like a mute button for Redmine notification emails. Activate stealth mode and your actions on Redmine (e.g. updating issues or wiki content) will not generate any emails. This would be a good time to do a bulk update on issues without overflowing your client's inbox. Other users' actions continue to generate email as configured. Deactivate stealth mode, and everything is back to normal. Stealth mode permission may be restricted to certain roles.
Developed with Redmine 2.1.2, compatible with 2.0.3 and 1.4.3. Version 0.5.0 is compatible with 2.0.* and 1.4.*. Versions before 0.4.0 were developed against 0.9.1.stable and reported to work with 1.1.2 and 1.3-stable.
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.
Installation notes
- Install the redmine_stealth plugin into your redmine application directory.
- Redmine 1: git clone http://github.com/teleological/redmine_stealth.git vendor/plugins/redmine-stealth
- Redmine 2: git clone http://github.com/teleological/redmine_stealth.git plugins/redmine-stealth
- Restart any running Redmine application servers, or for Passenger, touch tmp/restart.txt
- Configure the per-role permissions for "Toggle stealth mode" as desired
Changelog
0.6.0 (2012-10-07)
Compatible with Redmine 2.1.x, 2.0.x, 1.4.x.
Now compatible with Redmine 2.1 (jquery). Added stylesheet for stealth mode, Russian and Czech translations (thanks Vladimir and jasir!) and fix a number of bugs.
0.5.1 (2012-07-11)
Compatible with Redmine 1.4.x, 2.0.x.
Adds Simplified Chinese Translation. (Thanks, Steven W!)
0.5.0 (2012-07-11)
Compatible with Redmine 1.4.x, 2.0.x.
Compatibility with Redmine 2.0 (Rails 3)
0.4.0 (2012-06-16)
Compatible with Redmine 1.4.x.
Maintenance release: Compatibility with Redmine 1.4, Ruby 1.9
- Fix issue 4: Lookup translation for error message
- Fix issue 14: Routes and Ruby 1.9 compatibility
0.3.0 (2012-02-29)
Compatible with Redmine 0.9.x, 1.0.x, 1.1.x, 1.2.x, 1.3.x.
- Disables stealth mode on logout and adds support for custom CSS (thanks, Carsten Schurig!)
0.2.2 (2012-02-16)
Compatible with Redmine 0.9.x, 1.0.x, 1.1.x, 1.2.x, 1.3.x.
- Now with I18n and a Japanese translation (thanks, Akiko Takano!)