stable

Clone or download

Read-only

Deal with user removed from private project

This is a part of story #9892: notify group of people in addition to individuals In a private project, add notifications for a user. Then remove this user from the project. All her notifications should be removed. In a public project, notifications should not be removed. Change-Id: I40b8156bf5a89338536eb9a4b883ce3299714050

Modified Files

Name
M plugins/docman/include/Notifications/Dao.php +12 −0 Go to diff View file
A plugins/docman/include/Notifications/NotificationsForProjectMemberCleaner.php +75 −0 Go to diff View file
M plugins/docman/include/autoload.php +3 −2 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +44 −36 Go to diff View file