stable
Clone or download
Read-only
Merge commit 'refs/changes/53/3453/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7607: enabling tracker search on one project- UI logic only Change-Id: I3fa75b220dd424bddfd6d65df9883af9e9e96f95
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.class.php | +5 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +4 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultTracker.class.php | +3 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Controller/SearchController.class.php | +29 | −9 | Go to diff View file |
M | plugins/fulltextsearch/include/constants.php | +1 | −0 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +4 | −4 | Go to diff View file |
M | plugins/fulltextsearch/www/scripts/full-text-search.js | +19 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +5 | −4 | Go to diff View file |