dev

Forked from tuleap/dev

Clone or download

Read-only

tasks #7284 Add folder indexation

This task is part of story #7230 be able to search for folder, links and empty files (metadata) in docman Change-Id: I30987f152ccd4b537c6efb1716520a17bd294b6a

Modified Files

Name
M plugins/docman/include/Docman_Actions.class.php +10 −0 Go to diff View file
M plugins/docman/include/constants.php +8 −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 +8 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_FOLDER_INDEX.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
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_FOLDER_INDEXTest.php +51 −0 Go to diff View file