stable
Clone or download
Read-only
This is part of story #9892: notify group of people in addition to individuals How to test: - No functional change, you should still receive notifications when you create/edit/delete files/folders in docman Change-Id: I6111300f921ed07f1ad41fb274fd46d9178f889f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_Controller.class.php | +19 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager.class.php | +10 | −32 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Delete.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Move.class.php | +7 | −3 | Go to diff View file |
A | plugins/docman/include/Notifications/UsersRetriever.php | +69 | −0 | Go to diff View file |
M | plugins/docman/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +13 | −2 | Go to diff View file |
M | plugins/docman/tests/NotificationsManagerTest.php | +9 | −3 | Go to diff View file |
M | plugins/docman/tests/NotificationsManager_DeleteTest.php | +23 | −10 | Go to diff View file |
M | plugins/docman/tests/NotificationsManager_MoveTest.php | +9 | −2 | Go to diff View file |