Plugins Directory » Anonymous Watchers
Author: | Anton Argirov | |
---|---|---|
Website: | - | |
Code repository: | - | |
Registered on: | 2012-09-03 (about 12 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 2.1.x, 2.0.x, 1.4.x | |
User ratings: |
Anonymous Watchers plug-in:
- Allows to add any emails as watchers in Redmine.
Open an issue, click 'Add watchers' and you will see additional email field.
- Allows to subscribe to/unsubscribe from Redmine events anonymously as regular users do.
Just click Watch/Unwatch on desired item as anonymous user and then enter your email.
- Adds more events to subscribe.
You can now subscribe anonymously or as regular user to: all issues, all documents, all files, all news.
- When creating issues from mails, it adds non-member emails to watchers automatically (exceptions can be configured).
Recommended to use together with Anonymous Authors plug-in
Installation notes
From a ZIP file:
- Download the latest version of the plugin
- Unzip to /plugins (Redmine 2.x) or /vendor/plugins (Redmine 1.x) folder of Redmine
- Run rake redmine:plugins:migrate (Redmine 2.x) or rake db:migrate:plugins (Redmine 1.x).
- Restart Redmine.
- In Administration -> Settings -> Email notifications select events you want be able to subscribe.
- Enable Subscribe anonymously permission for Anonymous role, if you want to let anonymous users to subscribe.
- Configure emails exceptions list in plugin settings, if you use issues creation from mails.
Changelog
0.1.0 (2012-10-15)
Compatible with Redmine 2.1.x, 2.0.x, 1.4.x.
- Added ability to subscribe to/unsubscribe from Redmine events anonymously.
- Added more events to subscribe (all issues, all documents, all files, all news)
- View rewrites fully eliminated
- In Administration -> Settings -> Email notifications select events you want be able to subscribe.
- Enable Subscribe anonymously permission for Anonymous role, if you want to let anonymous users to subscribe.
0.0.1 (2012-09-03)
Compatible with Redmine 1.4.x, 2.0.x, 2.1.x.