dev

Forked from tuleap/dev

Clone or download

Read-only

story #7688: fulltext search event for link update

Change-Id: I446be63cfe84b0ac9e24d27f750e17b46504771a

Modified Files

Name
M plugins/docman/include/Docman_Actions.class.php +7 −0 Go to diff View file
M plugins/docman/include/Docman_LinkVersionDao.class.php +12 −1 Go to diff View file
M plugins/docman/include/Docman_LinkVersionFactory.class.php +10 −1 Go to diff View file
M plugins/docman/include/constants.php +9 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php +14 −1 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php +18 −0 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN.class.php +15 −4 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATELINK.class.php +42 −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 +10 −1 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMANTest.class.php +3 −1 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEXTest.php +1 −1 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATETest.php +1 −1 Go to diff View file