stable
Clone or download
Read-only
This is a part of story #9892 notify group of people in addition to individuals To test: You can add/edit/remove emails, users ugroups on the UI. Change-Id: I77e48663b00e931871cb7a6ae7ee808fcb1887eb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Notifications/GlobalNotificationsAddressesBuilder.php | +10 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Notifications/NotificationListBuilder.php | +115 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php | +5 | −38 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/PaneNotificationPresenter.php | +12 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/UgroupsToNotifyDao.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/UsersToNotifyDao.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +12 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +123 | −79 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +10 | −3 | Go to diff View file |
M | plugins/tracker/templates/notifications/notifications.mustache | +25 | −7 | Go to diff View file |
M | plugins/tracker/www/scripts/tracker-admin-notifications.js | +27 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/user-and-ugroup-autocompleter.js | +20 | −1 | Go to diff View file |
M | src/www/user/autocomplete.php | +1 | −1 | Go to diff View file |