stable

Clone or download

Read-only

Display user with avatar in notifications

This is a part of story #9892 notify group of people in addition to individuals To test: Hack your database and insert an entry in the table tracker_global_notification_users. You need a notification_id, and a user_id. Then users should be displayed with their avatars. Change-Id: Ic1f82f8d06ade29f7a6e81751392fac990e7f0d1

Modified Files

Name
M plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php +1 −0 Go to diff View file
M plugins/git/include/autoload.php +2 −3 Go to diff View file
A plugins/tracker/include/Tracker/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php +61 −0 Go to diff View file
A plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php +67 −0 Go to diff View file
A plugins/tracker/include/Tracker/Notifications/PaneNotificationPresenter.php +46 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +6 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +16 −93 Go to diff View file
M plugins/tracker/include/autoload.php +5 −3 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −4 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +16 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −4 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +12 −0 Go to diff View file
A plugins/tracker/templates/notifications/notifications.mustache +69 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +19 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
R plugins/git/include/Git/Notifications/UserToBeNotifiedPresenter.php Go to diff View file