stable
Clone or download
Read-only
Part of story #10064 Display permissions per group How to test: - Git repository permissions should be shown. - Fine-grained permissions will be dealt with in a following commit. They are ignored for now and won't be displayed. Change-Id: Ib2dbbb152917082505432fec0cc36f0ed58948f4
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/PerGroup/GitPanePresenter.php | +43 | −0 | Go to diff View file |
A | plugins/git/include/Git/PerGroup/GitPaneSectionCollector.php | +59 | −0 | Go to diff View file |
A | plugins/git/include/Git/PerGroup/PermissionPerGroupGitRepositoriesSectionBuilder.php | +156 | −0 | Go to diff View file |
R | plugins/git/include/Git/PerGroup/PermissionPerGroupPaneBuilder.php | Go to diff View file | ||
A | plugins/git/include/Git/PerGroup/RepositoriesSectionPresenter.php | +43 | −0 | Go to diff View file |
A | plugins/git/include/Git/PerGroup/RepositoryPermissionsPresenter.php | +59 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +8 | −3 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +22 | −12 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +25 | −4 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +24 | −2 | Go to diff View file |
M | plugins/git/templates/project-admin/project-admin-permission-per-group.mustache | +69 | −3 | Go to diff View file |