stable
Clone or download
Read-only
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 users for some notifications (you will need their id). Delete a notification from the UI: the associated users are removed as well. Delete and purge the repository: the users are also removed. Change-Id: If4c3123ba5c3842e782a66e4654a04782e94744c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/db/install.sql | +11 | −4 | Go to diff View file |
A | plugins/svn/db/mysql/updates/2017/201704031412_create_svn_notif_user_table.php | +50 | −0 | Go to diff View file |
A | plugins/svn/db/mysql/updates/2017/201704031421_create_autoincrement_key_in_notif.php | +48 | −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 | +7 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Dao.class.php | +4 | −3 | Go to diff View file |