stable
Clone or download
Read-only
Part of story #9897: notify group in SVN If you enter manually in the db a user for a svn notification, then this user will receive an email each time the commit is done on the given path. Change-Id: Ia35b09a470db2c5cc94660c5f98082b67750ac7f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/svn_post_commit.php | +3 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/AdminController.class.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotification.class.php | +36 | −25 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +1 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php | +19 | −3 | Go to diff View file |
A | plugins/svn/include/Svn/Notifications/UsersToNotifyDao.php | +44 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/XMLRepositoryImporter.class.php | +1 | −1 | 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 | +22 | −4 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLExporterTest.php | +2 | −2 | Go to diff View file |