stable
Clone or download
Read-only
part of story #10064 - Display permissions per group How to test: - Switch your language preferences on French --> All panes having a load all button are fully translated. Change-Id: Ib8c48271bd10e0eb6d62bf08660cc36e46f6834c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/templates/project-admin-permission-per-group.mustache | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/permissions-per-group/src/index.js | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/PermissionsPerGroup/GitPanePresenter.php | +0 | −7 | Go to diff View file |
M | plugins/git/include/Git/PermissionsPerGroup/GitPaneSectionCollector.php | +3 | −12 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −2 | Go to diff View file |
M | plugins/git/templates/project-admin/project-admin-permission-per-group.mustache | +1 | −2 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/index.js | +5 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupSVNServicePaneBuilder.php | +1 | −11 | Go to diff View file |
M | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupServicePresenter.php | +1 | −7 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +1 | −2 | Go to diff View file |
M | plugins/svn/templates/project-admin-permission-per-group.mustache | +0 | −1 | Go to diff View file |
M | plugins/svn/www/scripts/permissions-per-group/src/index.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/PermissionsPerGroup/PermissionPerGroupPanePresenter.php | +0 | −8 | Go to diff View file |
M | plugins/tracker/include/PermissionsPerGroup/ProjectAdminPermissionPerGroupPresenterBuilder.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/templates/project-admin/project-admin-permission-per-group.mustache | +0 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/index.js | +2 | −1 | Go to diff View file |
M | src/common/frs/PermissionsPerGroup/PaneCollector.php | +2 | −3 | Go to diff View file |
M | src/common/frs/PermissionsPerGroup/PermissionPerGroupFRSPackagesPresenterBuilder.php | +3 | −33 | Go to diff View file |
M | src/common/news/admin/PermissionsPerGroup/NewsPermissionPerGroupPaneBuilder.php | +2 | −24 | Go to diff View file |
M | src/common/project/Admin/PermissionPerGroup/PanesPermissionPerGroupBuilder.php | +4 | −5 | Go to diff View file |
M | src/common/project/Admin/PermissionPerGroup/PermissionPerGroupLoadAllButtonPresenter.php | +0 | −8 | Go to diff View file |
M | src/templates/frs/project-admin-permission-per-group.mustache | +0 | −1 | Go to diff View file |
M | src/templates/news/project-admin-permission-per-group.mustache | +0 | −1 | Go to diff View file |
M | src/www/project/admin/permission_per_group.php | +3 | −17 | Go to diff View file |
M | src/www/scripts/frs/permissions-per-group/index.js | +2 | −1 | Go to diff View file |
M | src/www/scripts/news/permissions-per-group/index.js | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/frs/PaneCollectorTest.php | +1 | −2 | Go to diff View file |