dev

Forked from tuleap/dev

Clone or download

Read-only

request #7300: Index an docman/phpwiki item instead of update it when it's not already indexed

Change-Id: I5805d95ca5f567c73f70f9b3ef5d9411a7efab4f

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