stable
Clone or download
Read-only
request #7792: Contributor semantic change should trigger FTS reindex
Now, whenever I change the contributor semantic, a system event is raised in order to reindex the tracker (like permissions change). Change-Id: Ie76eadd2532b911288470530e16bf1c2bee2c384
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php | +2 | −2 | Go to diff View file |
R | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_PERMISSION_CHANGE.class.php | Go to diff View file | ||
M | plugins/fulltextsearch/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +12 | −1 | Go to diff View file |
R | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_PERMISSION_CHANGETest.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +12 | −1 | Go to diff View file |
M | plugins/tracker/include/constants.php | +8 | −0 | Go to diff View file |