stable
Clone or download
Read-only
Part of story #9897: notify group in SVN No functional changes, notified emails still receive notification on svn commit. Change-Id: If24a8905fc61cf62521571db129f33d34f18084d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/svn_post_commit.php | +4 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +6 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Hooks/PostCommit.class.php | +16 | −14 | Go to diff View file |
A | plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php | +51 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php | +74 | −0 | Go to diff View file |