stable

Clone or download

Read-only

Add permissions for FRS packages

this is part of story #10064 Display permissions per group FRS packages permissions are displayed in FRS Pane. Releases will be done in a dedicated commit Change-Id: I731c25acd1739daba6266e145b61791b94312ad4

Modified Files

Name
M plugins/git/include/Git/PerGroup/PermissionPerGroupGitSectionBuilder.php +3 −1 Go to diff View file
M plugins/svn/include/Svn/PerGroup/PermissionPerGroupSVNServicePaneBuilder.php +3 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/tuleap-core.pot +9 −0 Go to diff View file
M src/common/autoload.php +6 −3 Go to diff View file
A src/common/frs/PerGroup/GlobalPresenter.php +43 −0 Go to diff View file
A src/common/frs/PerGroup/PaneCollector.php +66 −0 Go to diff View file
A src/common/frs/PerGroup/PermissionPerGroupFRSPackagesPresenterBuilder.php +187 −0 Go to diff View file
R src/common/frs/PerGroup/PermissionPerGroupPaneBuilder.php Go to diff View file
M src/common/project/Admin/Permission/PanesPermissionPerGroupBuilder.php +8 −9 Go to diff View file
M src/common/project/Admin/Permission/PermissionPerGroupUGroupRetriever.php +4 −4 Go to diff View file
M src/templates/frs/project-admin-permission-per-group.mustache +37 −2 Go to diff View file
M src/www/project/admin/permission_per_group.php +16 −6 Go to diff View file
R tests/simpletest/common/frs/PermissionPerGroupPaneBuilderTest.php Go to diff View file