stable
Clone or download
Read-only
Merge commit 'refs/changes/57/3157/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7395: site admin can re-index a tracker (like docman or wiki) Change-Id: I2f326f3bd89fd25c82d9634d9190dd765db93826
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/IndexClientFacade.class.php | +4 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/RequestTrackerDataFactory.class.php | +18 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php | +13 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php | +22 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php | +37 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php | +1 | −1 | Go to diff View file |
A | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECT.class.php | +94 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +5 | −1 | Go to diff View file |
M | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php | +2 | −2 | Go to diff View file |
A | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECTTest.php | +54 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_BatchIterator.class.php | +60 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −3 | Go to diff View file |