stable

Clone or download

Read-only

Merge commit 'refs/changes/51/3451/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7607: perform search according to category Change-Id: I6f2e4bd3e533cf629a867c97f43537b4156fa82e

Modified Files

Name
M plugins/docman/include/docmanPlugin.class.php +11 −2 Go to diff View file
M plugins/docman/site-content/en_US/docman.tab +3 −1 Go to diff View file
M plugins/docman/site-content/fr_FR/docman.tab +3 −1 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php +19 −0 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchResultDocman.class.php +4 −1 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchResultWiki.class.php +4 −1 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/Controller/SearchController.class.php +41 −1 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php +7 −1 Go to diff View file
A plugins/fulltextsearch/include/constants.php +41 −0 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +1 −0 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 +3 −1 Go to diff View file
M plugins/fulltextsearch/templates/results.mustache +24 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +12 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +3 −0 Go to diff View file
M site-content/en_US/wiki/wiki.tab +2 −0 Go to diff View file
M site-content/fr_FR/wiki/wiki.tab +2 −0 Go to diff View file