stable

Clone or download

Read-only

Refactoring: Remove Dao inheritance

This is part of story #9892: notify group of people in addition to individuals How to test: - No functional change, you should still be able to add / remove notifications on files and folders in docman Change-Id: I037514aacce1ff506e6b093b9b693e9f51db5e12

Modified Files

Name
M plugins/docman/include/Docman_Controller.class.php +128 −89 Go to diff View file
D plugins/docman/include/Docman_NotificationsDao.class.php +0 −43 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +53 −23 Go to diff View file
A plugins/docman/include/Notifications/Dao.php +120 −0 Go to diff View file
M plugins/docman/include/autoload.php +4 −4 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +22 −3 Go to diff View file
R plugins/docman/tests/NotificationManagerTest.php Go to diff View file
M plugins/docman/tests/NotificationsManager_MoveTest.php +11 −7 Go to diff View file
M src/common/autoload.php +2 −4 Go to diff View file
D src/common/dao/NotificationsDao.class.php +0 −96 Go to diff View file
D src/common/event/NotificationsManager.class.php +0 −65 Go to diff View file