stable
Clone or download
Read-only
this is part of story #11254 reduce notification sent by tracker to status change How to test: Go on a particular tracker > Administration > Email Notification Settings You should have a new option status change only in "Notification" part. You should be able to select it, new level of notification is never taken in account anywhere Change-Id: Ia5417ea2dcc450d7731bfbf45a33268fe1c8851b
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/Notifications/NotificationLevelExtractor.php | +36 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsControllerCommon.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +19 | −10 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +3 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Notifications/NotificationLevelExtractorTest.php | +53 | −0 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +0 | −2 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +14 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +0 | −2 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +10 | −0 | Go to diff View file |
M | plugins/tracker/templates/notifications/admin-notifications-level.mustache | +13 | −0 | Go to diff View file |