stable

Clone or download

Read-only

tasks #7261: Process wiki reindex event

This task is part of story #7185 Search in existing wiki pages Change-Id: I17f061160526c26140b083e0599d45b0119eb18e

Modified Files

Name
M plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php +14 −5 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php +0 −11 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/WikiSystemEventManager.class.php +11 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php +34 −5 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEX_PROJECT.class.php +5 −3 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +2 −1 Go to diff View file
M plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php +28 −5 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEXTest.php +54 −0 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +44 −4 Go to diff View file