stable
Clone or download
Read-only
story #7607: enabling tracker search on one project- UI logic only
Change-Id: I5d5444188c5f6b3391b1b580ac445a7ac52284ea
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 |