stable
Clone or download
Read-only
story #7465: Add the "I'm owner of" facet (docman + wiki)
Change-Id: Ib1c0443bf1a9e7fd97de4c8cd496f96fce588b9a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/RequestDocmanDataFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/RequestWikiDataFactory.class.php | +8 | −5 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +11 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +52 | −15 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +4 | −0 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultOwnerFacet.class.php | +43 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +6 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +8 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/WikiSystemEventManager.class.php | +8 | −5 | 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 | +2 | −0 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +2 | −0 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +19 | −4 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/RequestDataFactoryTest.php | +20 | −8 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +77 | −42 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +4 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php | +21 | −9 | Go to diff View file |
M | plugins/fulltextsearch/tests/builders/Docman_File_Builder.php | +9 | −3 | Go to diff View file |
M | src/common/wiki/lib/WikiPage.class.php | +17 | −1 | Go to diff View file |
M | src/www/themes/common/css/utils/search.less | +8 | −0 | Go to diff View file |