stable
Clone or download
Read-only
part of story #9525 use full regexp instead of wildcards A new checkbox is introduced in Git Administration and git repository administration. For now, the checkbox in disabled. Data save will be done in a dedicated commit. Change-Id: I271dcc3eadd92ee576e7a91c89fa54e8fbcf7c79
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git.class.php | +10 | −2 | Go to diff View file |
M | plugins/git/include/Git/GeneralSettingsController.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpFineGrainedDao.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpFineGrainedRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +17 | −3 | Go to diff View file |
M | plugins/git/include/GitPresenters/AccessControlPresenter.class.php | +18 | −4 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php | +14 | −1 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +19 | −4 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php | +10 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +11 | −3 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +3 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +3 | −0 | Go to diff View file |
M | plugins/git/templates/fine_grained.mustache | +92 | −68 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/www/scripts/permissions.js | +11 | −0 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.scss | +25 | −3 | Go to diff View file |