stable
Clone or download
Read-only
This is part of story #10064 Display permissions per group This pane displays for now only PHPWiki service permissions. They are hardcoded to project_administrators and wiki_administrators. If the project does not use the PHPWiki service, the pane is not displayed. Change-Id: Ia65dcbe4806601cc5bbe9887ed0ef95f6426fc00
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −3 | Go to diff View file |
M | site-content/tuleap-core.pot | +6 | −3 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/project/Admin/Permission/AdditionalPanesPermissionPerGroupBuilder.php | +16 | −4 | Go to diff View file |
A | src/common/wiki/PerGroup/PermissionPerGroupPaneBuilder.php | +126 | −0 | Go to diff View file |
M | src/common/wiki/PermissionsManager.class.php | +5 | −1 | Go to diff View file |
A | src/templates/wiki/project-admin-permission-per-group.mustache | +43 | −0 | Go to diff View file |
M | src/www/project/admin/permission_per_group.php | +12 | −1 | Go to diff View file |
A | tests/simpletest/common/wiki/PerGroup/PHPWikiPermissionPerGroupPaneBuilderTest.php | +53 | −0 | Go to diff View file |