Hi Giuseppe,
> When a new comment is added to a line, the current behaviour is to
> notify only people who have already submitted a comment for the same
> line, or that have been manually added to the cc list in the "add
> comment" dialog. As far as I can tell, reviewers are only automatically
> notified of topic state changes, not of added messages.
>
> Unless there is already a way of doing this that I have missed, it would
> be helpful to have a global configuration option, or maybe a topic-level
> option, to force notifications to always go to all people registered as
> reviewers. Any comments?
I can imagine why that would be useful in some situations. I'm sure you
have seen the $email_send_options parameter in codestriker.conf. It
shouldn't be too difficult to add a comments_sent_to_reviewers
sub-parameter here, defaulted to 0.
It shouldn't be too difficult to add this in, I'll add it to my list,
unless you want a crack at implementing it? You'd need to modify
lib/Codestriker/TopicListeners/Email::comment_create().
Cheers,
David
|