stable
Clone or download
Read-only
tasks #7227 & tasks #7226: Catch and Update wiki service permissions change
Theses tasks are part of story #7185 Search in existing wiki pages Change-Id: I068a90e1991d6f7e35e8a84fa45af4c19f0b6438
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/FullTextSearch/WikiSystemEventManager.class.php | +16 | −1 | Go to diff View file |
A | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE_SERVICE_PERMISSIONS.class.php | +68 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +6 | −0 | Go to diff View file |
M | src/common/project/UGroupLiteralizer.class.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/PermissionsManager.class.php | +111 | −5 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceAdminActions.class.php | +12 | −2 | Go to diff View file |
A | tests/simpletest/common/wiki/PermissionsManagerTest.php | +159 | −0 | Go to diff View file |