stable
Clone or download
Read-only
Part of story #9892: notify group of people in addition to individuals Users that are added manually in the database[1] are now displayed in the git ยป repo ยป settings ยป notification table, with their avatar if any. The user cannot be removed/added from the UI yet. [1] See commit cadab1c69d5c0a6f5952e1d500d43e8b1f539dae Change-Id: I7c18ff9ad65180ff09f622f839908c5c5eb99c3c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Hook/PostReceiveMailsRetriever.php | +1 | โ1 | Go to diff View file |
A | plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +59 | โ0 | Go to diff View file |
A | plugins/git/include/Git/Notifications/UserToBeNotifiedPresenter.php | +37 | โ0 | Go to diff View file |
M | plugins/git/include/Git/Notifications/UsersToNotifyDao.php | +2 | โ2 | Go to diff View file |
M | plugins/git/include/GitPresenters/RepositoryPaneNotificationPresenter.php | +7 | โ5 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php | +21 | โ1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +6 | โ3 | Go to diff View file |
M | plugins/git/include/autoload.php | +4 | โ2 | Go to diff View file |
M | plugins/git/templates/settings/notifications.mustache | +12 | โ0 | Go to diff View file |
M | plugins/git/tests/Git/Hook/PostReceiveMailsRetrieverTest.php | +1 | โ1 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.scss | +15 | โ0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/FlamingParrot_Orange.scss | +3 | โ2 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_avatar.scss | +0 | โ2 | Go to diff View file |
M | src/www/themes/common/css/utils/_avatars.scss | +2 | โ6 | Go to diff View file |