stable

Clone or download

Read-only

Add table to store ugroups to be notified

Part of story #9897: notify group in SVN Enter some notified email in svn plugin. Execute forgeupgrade. Add entries in the new table to store ugroups for some notifications (you will need their id). Delete a notification from the UI: the associated ugroups are removed as well. Delete and purge the repository: the ugroups are also removed. Change-Id: If4da8d0f9abca08911a06f40a338384b28b3f6a2

Modified Files

Name
M plugins/svn/db/install.sql +6 −0 Go to diff View file
A plugins/svn/db/mysql/updates/2017/201704031658_create_svn_notif_group_table.php +50 −0 Go to diff View file
M plugins/svn/db/uninstall.sql +1 −0 Go to diff View file
M plugins/svn/include/Svn/Admin/MailNotificationDao.class.php +2 −1 Go to diff View file
M plugins/svn/include/Svn/Dao.class.php +2 −1 Go to diff View file