Project

General

Profile

wiki email notification to all users

Added by ted gibbins over 11 years ago

Hi,

I am currently running redmine 1.3.2.stable.

When a user updates a wiki page, it only emails the wiki page creator and those users who have opted to 'watch' the page.

What i would like to do is change it so that when a wiki page is change, all users involved in the project get notifications. I.E they are all watchers by default and can optionally un-watch.

We plan to use this a a mechanism for other staff members of a summary of when a new release is formed. i.e the project manager will push an official build out, update the wiki and summarise all of the issues that have been addressed. I am not 100% sure this is the way other teams work who use redmine, but it feels right way to go for us at the moment.


Replies (1)

RE: wiki email notification to all users - Added by Jan Niggemann (redmine.org team member) over 11 years ago

I'm not sure but you could hack the controller to always have all members watching.
/yourPath/redmine/app/controller/wiki_controller.rb includes the watchers controller as a helper, so you should hack away at:
/yourPath/redmine/app/controller/watchers_controller.rb

    (1-1/1)