stable

Clone or download

Read-only

Display selected ugroup in a selectbox

This is part of story #8419 have permissions per tags/branches Instead of having the ugroup displayed by name in a row, we have now a disabled selectbox that show them. Change-Id: Ib59dd87551910ff0d5d4aec25f5dc5f1cc281582

Modified Files

Name
M plugins/git/include/AccessRightsPresenterOptionsBuilder.php +50 −0 Go to diff View file
M plugins/git/include/Git.class.php +11 −2 Go to diff View file
A plugins/git/include/Git/Permissions/FineGrainedRepresentationBuilder.php +59 −0 Go to diff View file
M plugins/git/include/GitForkPermissionsManager.class.php +26 −3 Go to diff View file
M plugins/git/include/GitPresenters/AccessControlPresenter.class.php +4 −4 Go to diff View file
M plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php +4 −4 Go to diff View file
M plugins/git/include/GitViews.class.php +31 −5 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php +11 −2 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +11 −2 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +13 −1 Go to diff View file
M plugins/git/templates/access-control.mustache +33 −8 Go to diff View file
M plugins/git/templates/settings/popover-remove-fine-grained-permission.mustache +2 −2 Go to diff View file
M plugins/git/tests/GitTest.php +2 −1 Go to diff View file