stable
Clone or download
Read-only
Part of story #9897: notify group in SVN If you enter manually in the db a ugroup for a svn notification, then the members of this ugroup will receive an email each time the commit is done on the given path. Change-Id: I61614bad8584000001db6766e60be655a70dc1ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/svn_post_commit.php | +4 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php | +45 | −5 | Go to diff View file |
A | plugins/svn/include/Svn/Notifications/UgroupsToNotifyDao.php | +41 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php | +71 | −1 | Go to diff View file |