stable

Clone or download

Read-only

We can not add to tracker global notifications someone having unsubscribed from notifications

This is part of story #11104: specify how to monitor trackers Change-Id: I95de68fcf39854e42117303426b4427fdbb24e5b

Modified Files

Name
A plugins/tracker/include/Tracker/Notifications/GlobalNotificationSubscribersFilter.php +44 −0 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php +8 −6 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/NotificationsSettingsControllerCommon.php +8 −5 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/UnsubscribersNotificationDAO.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +8 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +21 −1 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 +46 −5 Go to diff View file
A plugins/tracker/phpunit/Tracker/Notifications/GlobalNotificationSubscribersFilterTest.php +47 −0 Go to diff View file
M plugins/tracker/templates/notifications/notifications.mustache +2 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/user/UserAutocompletePostSearchEvent.php +64 −0 Go to diff View file
M src/www/scripts/tuleap/user-and-ugroup-autocompleter.js +2 −1 Go to diff View file
M src/www/user/autocomplete.php +12 −5 Go to diff View file