stable

Clone or download

Read-only

Merge commit 'refs/changes/00/3200/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7465: Add the "update date" facet story #7465: Add the "I'm owner of" facet (docman + wiki) Conflicts: plugins/fulltextsearch/include/autoload.php Change-Id: I46281cb144f9173677e8ba9ad0eac1205234b562

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 +22 −1 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php +73 −14 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php +8 −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
A plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacet.class.php +46 −0 Go to diff View file
A plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacetCollection.class.php +66 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php +12 −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 +5 −2 Go to diff View file
M plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab +8 −0 Go to diff View file
M plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab +8 −0 Go to diff View file
M plugins/fulltextsearch/templates/results.mustache +31 −5 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 +103 −40 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 plugins/fulltextsearch/www/scripts/full-text-search.js +1 −1 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 +12 −0 Go to diff View file