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] can be removed from the UI. When the user is removed, an entry is added in the project history. The user cannot be added from the UI yet. [1] See commit cadab1c69d5c0a6f5952e1d500d43e8b1f539dae Change-Id: Ib18eacb58f49b40182a35068433abf290f73032d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git.class.php | +15 | −2 | Go to diff View file |
M | plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −0 | Go to diff View file |
M | plugins/git/include/Git/Notifications/UserToBeNotifiedPresenter.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Notifications/UsersToNotifyDao.php | +13 | −0 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +50 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +8 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +8 | −0 | Go to diff View file |
M | plugins/git/templates/settings/notifications.mustache | +1 | −0 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +8 | −4 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +2 | −1 | Go to diff View file |