dev

Clone or download

Read-only

request #7295: Copy/Paste doesn't index new document

Change-Id: I4cdccbb3a29d93335409071e2936e012a503041c

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