stable
Clone or download
Read-only
Part of story #10064 - Display permissions per group No functionnal change Change-Id: Icec0aee77de3842a02b3fa341b29e2b7f9674dd1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +4 | −4 | Go to diff View file |
R | plugins/agiledashboard/include/PerGroup/AgileDashboardJSONPermissionsRetriever.php | Go to diff View file | ||
R | plugins/agiledashboard/include/PerGroup/AgileDashboardPermissionsRepresentation.php | Go to diff View file | ||
R | plugins/agiledashboard/include/PerGroup/AgileDashboardPermissionsRepresentationBuilder.php | Go to diff View file | ||
R | plugins/agiledashboard/include/PerGroup/PlanningPermissionRepresentation.php | Go to diff View file | ||
R | plugins/agiledashboard/include/PerGroup/PlanningPermissionsRepresentationBuilder.php | Go to diff View file | ||
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +7 | −7 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +1 | −1 | Go to diff View file |
R | plugins/docman/include/PerGroup/DocmanGlobalAdminPermissionCollection.php | Go to diff View file | ||
R | plugins/docman/include/PerGroup/PermissionPerGroupDocmanServicePaneBuilder.php | Go to diff View file | ||
M | plugins/docman/include/autoload.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +4 | −4 | Go to diff View file |
R | plugins/git/include/Git/PerGroup/AdminUrlBuilder.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/CollectionOfUGroupRepresentationBuilder.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/CollectionOfUGroupsRepresentationFormatter.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/CollectionOfUgroupsFormatter.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/FineGrainedPermissionRepresentation.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/GitJSONPermissionsRetriever.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/GitPanePresenter.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/GitPaneSectionCollector.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/PermissionPerGroupController.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/PermissionPerGroupGitSectionBuilder.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoriesPermissionRepresentation.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoriesPermissionRepresentationBuilder.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoriesSectionPresenter.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoryFineGrainedRepresentation.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoryFineGrainedRepresentationBuilder.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositoryPermissionSimpleRepresentation.php | Go to diff View file | ||
R | plugins/git/include/Git/PerGroup/RepositorySimpleRepresentationBuilder.php | Go to diff View file | ||
M | plugins/git/include/autoload.php | +19 | −19 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +15 | −15 | Go to diff View file |
M | plugins/git/tests/phpunit/PerGroup/RepositoryFineGrainedRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
R | plugins/mediawiki/include/PerGroup/PermissionPerGroupPaneBuilder.php | Go to diff View file | ||
M | plugins/mediawiki/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +3 | −3 | Go to diff View file |
R | plugins/svn/include/Svn/PerGroup/PaneCollector.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupRepositoriesRepresentation.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupRepositoryRepresentation.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupRepositoryRepresentationBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupSVNGlobalAdminPermissionCollection.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupSVNServicePaneBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/PermissionPerGroupServicePresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PerGroup/SVNJSONPermissionsRetriever.php | Go to diff View file | ||
M | plugins/svn/include/Svn/SvnRouter.class.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/autoload.php | +10 | −10 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupPermissionRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupPermissionRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −1 | Go to diff View file |
M | src/common/autoload.php | +31 | −31 | Go to diff View file |
R | src/common/frs/PerGroup/FRSPermissionPerGroupURLBuilder.php | Go to diff View file | ||
R | src/common/frs/PerGroup/FrsGlobalAdminPermissionCollection.php | Go to diff View file | ||
R | src/common/frs/PerGroup/GlobalPresenter.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PackagePermissionPerGroupJSONRepresentationRetriever.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PackagePermissionPerGroupReleaseRepresentation.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PackagePermissionPerGroupReleaseRepresentationBuilder.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PackagePermissionPerGroupRepresentation.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PackagePermissionPerGroupRepresentationBuilder.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PaneCollector.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PermissionPerGroupFRSPackagesPresenterBuilder.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PermissionPerGroupFRSServicePresenterBuilder.php | Go to diff View file | ||
R | src/common/frs/PerGroup/PermissionPerTypeExtractor.php | Go to diff View file | ||
R | src/common/news/admin/PerGroup/NewsJSONPermissionsRetriever.php | Go to diff View file | ||
R | src/common/news/admin/PerGroup/NewsPermissionPerGroupPaneBuilder.php | Go to diff View file | ||
R | src/common/news/admin/PerGroup/NewsPermissionsManager.php | Go to diff View file | ||
R | src/common/news/admin/PerGroup/NewsPermissionsRepresentationBuilder.php | Go to diff View file | ||
R | src/common/news/admin/PerGroup/NewsVisibilityRepresentation.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PanesPermissionPerGroupBuilder.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupBuilder.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupCollection.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupLoadAllButtonPresenter.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupPaneCollector.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupPanePresenter.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupPresenter.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupUGroupFormatter.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupUGroupRepresentation.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupUGroupRepresentationBuilder.php | Go to diff View file | ||
R | src/common/project/Admin/Permission/PermissionPerGroupUGroupRetriever.php | Go to diff View file | ||
R | src/common/wiki/PerGroup/PHPWikiPermissionPerGroupPaneBuilder.php | Go to diff View file | ||
M | src/www/file/files_permissions_per_group.php | +5 | −5 | Go to diff View file |
M | src/www/new/news_permissions_per_group.php | +3 | −3 | Go to diff View file |
M | src/www/project/admin/permission_per_group.php | +13 | −13 | Go to diff View file |
R | tests/phpunit/common/Frs/PerGroup/PackagePermissionPerGroupRepresentationBuilderTest.php | Go to diff View file | ||
M | tests/simpletest/common/frs/PaneCollectorTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/frs/PermissionPerTypeExtractorTest.php | +5 | −5 | Go to diff View file |
M | tests/simpletest/common/project/Admin/Permission/PermissionPerGroupBuilderTest.php | +1 | −1 | Go to diff View file |
R | tests/simpletest/common/wiki/PerGroup/PHPWikiPermissionPerGroupPaneBuilderTest.php | Go to diff View file |