stable
Clone or download
Read-only
part of story #9525 use full regexp instead of wildcards Change-Id: I392c76f5bbc58f6e8f0eb41be5b50ebf81b2effe
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Permissions/DefaultPermissionsUpdater.php | +25 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpDefaultDao.php | +10 | −0 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpFineGrainedDisabler.php | +16 | −2 | Go to diff View file |
M | plugins/git/include/Git/Permissions/RegexpPermissionFilter.php | +35 | −4 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AccessControlPresenter.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php | +51 | −25 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +7 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +11 | −3 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +1 | −1 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −1 | Go to diff View file |
M | plugins/git/templates/admin-git-access-rights.mustache | +7 | −2 | Go to diff View file |
M | plugins/git/templates/fine_grained.mustache | +0 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Permissions/RegexpPermissionFilterTest.php | +2 | −1 | Go to diff View file |