dev

Clone or download

Read-only

tasks #7259: Launch wiki reindex event

This task is part of story #7185 * Rename reindex to reindexDocman * i18n * Add wiki reindex event * Add tests for docman reindexation Change-Id: I1e2ee39e7879017562992e21bde80fd4843f0ef7

Modified Files

Name
M plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php +5 −6 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php +12 −1 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEX_PROJECT.class.php +66 −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 +19 −7 Go to diff View file
M plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab +4 −4 Go to diff View file
M plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab +4 −4 Go to diff View file
M plugins/fulltextsearch/templates/admin.mustache +1 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEXTest.php +54 −0 Go to diff View file