stable
Clone or download
Read-only
story #7393: code clean
- changed public methods to private to avoid having two methods that do the same thing and lead to confusion (which one to use and why). - removed dependency on empty parent method- code should always have a purpose and this was just leading to questions without answers. Change-Id: If4ef9511ff74099e65a4fe8bb5abf0fcd1696d5f
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/fulltextsearch/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEX_PROJECT.class.php | +0 | −69 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN.class.php | +2 | −20 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEX_PROJECT.class.php | +0 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI.class.php | +0 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEX_PROJECT.class.php | +0 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE_SERVICE_PERMISSIONS.class.php | +0 | −5 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMANTest.class.php | +1 | −3 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEXTest.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEXTest.php | +1 | −3 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATETest.php | +1 | −3 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKITest.class.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEXTest.php | +1 | −1 | Go to diff View file |