Notification Manager Plugin
Added by Adrian Herzog over 14 years ago
Redmine sends you loads of messages if you are watching a number of active projects. In order to reduce these messages, I created a plugin that lets you configure, which fields should generate a notification, if they get changed. The settings can be made in each project for each tracker of the project, but they are the same for all the users.
As I am a beginner in Ruby, the code may not look professional. That's why I'm glad about any improvements or suggestions.
http://github.com/applify-adrian/redmine_notification_manager_plugin
Replies (6)
RE: Notification Manager Plugin - Added by Eric Davis over 14 years ago
Thanks. I have some patches for the Redmine core I'm going to be adding that will add some more notification options. I just want to wait until 1.0.1 is released before doing anything major in trunk.
Eric Davis
RE: Notification Manager Plugin - Added by Adrian Herzog over 14 years ago
How will those notification options in 1.0.1 look like? Is it something similar to my plugin or a different functionality?
Adrian
RE: Notification Manager Plugin - Added by Adrian Herzog over 14 years ago
Adrian Herzog wrote:
How will those notification options in 1.0.1 look like? Is it something similar to my plugin or a different functionality?
Adrian
I meant after 1.0.1, of course. Sorry.
RE: Notification Manager Plugin - Added by Ryan Melville about 14 years ago
Ooo, this plugin was almost what I was looking for. I wanted users to be able to select which Trackers they receive email notifcations about. I.e., some only want email notifications for "Features" but not for "Bugs". See Feature #6229.
Adrian, any chance you'd thought about extending your plugin in this way?
RE: Notification Manager Plugin - Added by Terence Mill about 14 years ago
I implemented locales. Can someone check in?
redmine_notification_manager_plugin.zip
RE: Notification Manager Plugin - Added by clément Andrieu almost 12 years ago
Does this plugin work on version 2.1 ?