stable

Clone or download

Read-only

Fix request #35494 Display empty notifications in SVN admin

Given an SVN repository with one empty notification configured (for instance a notification that must notify only one user that is suspended), then this notification must appear in the web UI. How to test ---------- * Go to an SVN repository and define a notification for one user * Suspend this user => The configured notification must apprear in the web UI without any user. Change-Id: Ifcbafa8b913e45c4a3477407b61dd68c3dad2710

Modified Files

Name
M plugins/svn/include/SVN/Admin/AdminController.php +5 −12 Go to diff View file
M plugins/svn/include/SVN/Notifications/NotificationPresenter.php +1 −10 Go to diff View file
M plugins/svn/include/svnPlugin.php +1 −2 Go to diff View file
M plugins/svn/templates/admin/mail_notification.mustache +104 −108 Go to diff View file