stable

Clone or download

Read-only

Edit and delete notification from UI logs in project history.

This is part of story #10217 manage "notifications" with REST API Log is done only for UI with the same format used in REST log (the notification snapshot is displayed in the project log value). Change-Id: I03eda3fc743b1477db865836d1eca5dfc0da9857

Modified Files

Name
M plugins/svn/bin/svn_post_commit.php +2 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +5 −3 Go to diff View file
M plugins/svn/include/Svn/Admin/AdminController.class.php +13 −4 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotification.class.php +3 −4 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationManager.class.php +70 −28 Go to diff View file
M plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php +3 −2 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +39 −13 Go to diff View file
M plugins/svn/site-content/en_US/svn.tab +1 −0 Go to diff View file
M plugins/svn/site-content/fr_FR/svn.tab +1 −0 Go to diff View file
M plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php +13 −2 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +6 −2 Go to diff View file
M src/common/project/UGroupManager.class.php +1 −1 Go to diff View file