stable
Clone or download
Read-only
Merge commit 'refs/changes/37/2837/3' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #7300: Index an docman/phpwiki item instead of update it when it's not already indexed Change-Id: I7124cef7e1bda9c7d4fe0decd85b9a8b652e9dd4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_WikiController.class.php | +0 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php | +106 | −45 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php | +12 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATE.class.php | +15 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +8 | −0 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php | +20 | −0 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATETest.php | +19 | −2 | Go to diff View file |