stable
Clone or download
Read-only
This is a part of story #9897 notify group in SVN To test: You can add/edit/remove emails, users ugroups on the UI. Change-Id: I61d8cbce778634184d1ebeeb9025a6572f7feaf8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/svn_post_commit.php | +5 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/AdminController.class.php | +120 | −27 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationDao.class.php | +10 | −13 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +95 | −14 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationPresenter.class.php | +9 | −7 | Go to diff View file |
A | plugins/svn/include/Svn/Notifications/CannotAddUgroupsNotificationException.php | +40 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/Notifications/CannotAddUsersNotificationException.php | +40 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/NotificationListBuilder.php | +59 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/NotificationPresenter.php | +19 | −8 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/UgroupsToNotifyDao.php | +22 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Notifications/UsersToNotifyDao.php | +22 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +7 | −2 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po | +19 | −2 | Go to diff View file |
M | plugins/svn/site-content/tuleap-svn.pot | +15 | −0 | Go to diff View file |
M | plugins/svn/templates/admin/mail_notification.mustache | +21 | −10 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLImporterTest.php | +7 | −2 | Go to diff View file |
M | plugins/svn/www/scripts/svn-admin-notifications.js | +23 | −0 | Go to diff View file |
M | src/common/user/RequestFromAutocompleter.php | +12 | −0 | Go to diff View file |