dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/34/2834/1' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: request #7295: Copy/Paste doesn't index new document Change-Id: Ibe5d2d5d315e6bf0bb1a197e8954280916b90569

Modified Files

Name
M plugins/docman/include/Docman_Actions.class.php +8 −2 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +24 −0 Go to diff View file
M plugins/docman/include/Docman_VersionFactory.class.php +11 −1 Go to diff View file
M plugins/docman/include/constants.php +8 −0 Go to diff View file
A plugins/fulltextsearch/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEX_PROJECT.class.php +69 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php +11 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php +57 −1 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_COPY.class.php +33 −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 +11 −0 Go to diff View file
M plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php +18 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_COPYTest.php +51 −0 Go to diff View file