stable

Clone or download

Read-only

Add user option "Notify me on status change"

this is part of story #11647 reduce notifications tracker users receive User has now the option status change, you can save the new option but it's never taken in account during mail filtering Change-Id: Id647fa4d8c53d5ec138f606f6cb44bc617c7b715

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/Notification/Notifier.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/NotificationsUserSettingsUpdateController.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettings.php +18 −2 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsDAO.php +23 −0 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsPresenter.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsRetriever.php +15 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +6 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Notifications/Settings/UserNotificationSettingsTest.php +13 −5 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +3 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +3 −0 Go to diff View file
M plugins/tracker/templates/notifications/user-notification-settings.mustache +9 −4 Go to diff View file