stable
Clone or download
Read-only
Merge commit 'refs/changes/75/3175/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7393: reindex tracker when permissions on tracker are changed Change-Id: Ib82041ee467d3247aaa4dbd6065e58af22b9831d
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 |