stable
Clone or download
Read-only
No functional changes. Part of story #35094: have "calendar" events attached to tracker email notification Change-Id: I3ef263ce82983662cc941d94fdbba80316b637ca
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_NotificationsManager.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/Notifications/CollectionOfUgroupMonitoredItemsBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Notifications/NotificationListPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Notifications/UgroupMonitoredItem.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Hook/PostReceiveMailSender.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +3 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/Bot/InvalidCredentialsNotifier.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Bot/InvalidCredentialsNotifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/Strategy/PullRequestNotificationSendMail.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Notification/Strategy/PullRequestNotificationSendMailTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Hooks/PostCommit.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/UnsubscriberListPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +18 | −19 | Go to diff View file |
M | src/common/FRS/FileModuleMonitorFactory.class.php | +9 | −8 | Go to diff View file |
M | src/common/Mail/MailBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/Mail/MailNotificationBuilder.php | +3 | −1 | Go to diff View file |
R | src/common/notification/Notification.php | Go to diff View file | ||
R | src/common/notifications/UgroupToBeNotifiedPresenter.php | Go to diff View file | ||
R | src/common/notifications/UserInvolvedInNotificationPresenter.php | Go to diff View file | ||
M | src/common/wiki/phpwiki/lib/WikiNotification.php | +1 | −0 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +54 | −43 | Go to diff View file |
M | tests/unit/common/Mail/MailBuilderTest.php | +2 | −0 | Go to diff View file |