stable

Clone or download

Read-only

story #7393: reindex tracker when permissions on tracker are changed

Change-Id: I0543b1b9efdc646a3ebf5943c634e6e87436ba60

Modified Files

Name
M plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php +4 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php +17 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php +7 −3 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETE.class.php +0 −10 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_UPDATE.class.php +1 −14 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_PERMISSION_CHANGE.class.php +87 −0 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECT.class.php +1 −14 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETE.class.php +0 −10 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +9 −0 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETETest.php +1 −1 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_PERMISSION_CHANGETest.php +63 −0 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECTTest.php +1 −1 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETETest.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionManager.class.php +10 −1 Go to diff View file
M plugins/tracker/include/constants.php +9 −1 Go to diff View file