stable
Clone or download
Read-only
Merge commit 'refs/changes/79/3679/8' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #7896: refactoring search redirection
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/view/Docman_View_Header.class.php | +2 | −1 | Go to diff View file |
A | plugins/fulltextsearch/include/FullTextSearch/TypeOfSearchCalculator.class.php | +69 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +20 | −23 | Go to diff View file |
A | plugins/fulltextsearch/tests/FullTextSearch/TypeOfSearchCalculatorTest.php | +130 | −0 | Go to diff View file |
M | plugins/tracker/include/ServiceTracker.class.php | +5 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +11 | −0 | Go to diff View file |
M | src/common/search/SearchQuery.class.php | +1 | −16 | Go to diff View file |
M | src/common/wiki/views/WikiViews.class.php | +2 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +19 | −0 | Go to diff View file |