stable
Clone or download
Read-only
Merge commit 'refs/changes/58/3458/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7607: current facets are always visible and you can choose projects that have no matching results Change-Id: If5e9b5e15150aad7b564b50782a638ab072e4fac
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +1 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +55 | −9 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +2 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +66 | −67 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +15 | −0 | Go to diff View file |
M | src/common/project/ProjectManager.class.php | +16 | −0 | Go to diff View file |