stable
Clone or download
Read-only
This is a part of story #9892: notify group of people in addition to individuals Run forgeupgrade, hack your database and insert an entry in the table tracker_global_notification_users. You need a notification_id, and a user_id. Then you should see group display on user interface. Change-Id: I7ccf01a2d3a018b63edb37d5c9e97f7d1e85ce4f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.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/CollectionOfUgroupToBeNotifiedPresenterBuilder.php | +56 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php | +18 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/PaneNotificationPresenter.php | +18 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +13 | −2 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/templates/notifications/notifications.mustache | +23 | −15 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +6 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
R | plugins/git/include/Git/Notifications/UgroupToBeNotifiedPresenter.php | Go to diff View file |