stable

Clone or download

Read-only

Introduce the new permission REST project management

Part of story #12265 have a REST end point to toggle project's status How to test: - Go to site administration > permission delegation --> You can grant or remove the permission "REST project management" Change-Id: Icaef176e3f666b005dbad25f543a09e183311fee

Modified Files

Name
M plugins/mediawiki/include/mediawikiPlugin.class.php +1 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +1 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −1 Go to diff View file
M site-content/tuleap-core.pot +7 −0 Go to diff View file
A src/common/User/ForgeUserGroupPermission/RestProjectManagementPermission.php +43 −0 Go to diff View file
M src/common/User/ForgeUserGroupPermissionsFactory.class.php +36 −23 Go to diff View file
M src/common/admin/PermissionDelegationController.php +1 −0 Go to diff View file
M src/www/admin/permission_delegation.php +1 −0 Go to diff View file
M tests/simpletest/common/User/ForgeUserGroupPermissionsFactoryTest.php +41 −24 Go to diff View file