stable

Clone or download

Read-only

Log should be done for users in REST

this is part of story #10217 manage "notifications" with REST API UI is done in a dedicated patch to ease reviews, users and user_groups keys will be handled in dedicated commits Change-Id: I6ce6fc80dc2f1093eac73d4310b58d2044d463d9

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 +2 −1 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationManager.class.php +22 −1 Go to diff View file
M plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php +17 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +2 −0 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +2 −1 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/NotificationUpdateCheckerTest.php +2 −1 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +5 −3 Go to diff View file