stable

Clone or download

Read-only

Remove 'private without restricted' feature flag

As long as the Tuleap instance allows restricted users, administrators can use the private without restricted users visibility mode. Part of story #13237: Prevent restricted to be added to private projects Change-Id: Ib50ffa55719015fa2f957fbe747219884a572256

Modified Files

Name
M plugins/ldap/include/ProjectGroupManagerRestrictedUserFilter.php +2 −9 Go to diff View file
M plugins/ldap/phpunit/ProjectGroupManagerRestrictedUserFilterTest.php +0 −1 Go to diff View file
M site-content/en_US/project/project.tab +0 −6 Go to diff View file
M site-content/fr_FR/project/project.tab +0 −6 Go to diff View file
M src/common/Project/Admin/ProjectAccessPresenter.php +4 −10 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/DynamicUGroupMembersUpdater.php +1 −2 Go to diff View file
M src/common/Project/Admin/ProjectVisibilityPresenter.class.php +1 −32 Go to diff View file
D src/common/Project/Admin/ProjectWithoutRestrictedFeatureFlag.php +0 −33 Go to diff View file
M src/common/Project/DefaultProjectVisibilityRetriever.php +1 −4 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php +1 −4 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRequest.class.php +1 −2 Go to diff View file
M src/common/Project/ProjectAccessChecker.php +2 −5 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +1 −2 Go to diff View file
M src/common/Project/ProjectManager.class.php +1 −4 Go to diff View file
M src/common/Project/ProjectUGroup.php +1 −2 Go to diff View file
M src/common/User/Admin/RestrictedProjectsUserCounter.php +0 −5 Go to diff View file
M src/common/User/User.class.php +1 −2 Go to diff View file
M src/common/Widget/Widget_MyProjects.class.php +2 −9 Go to diff View file
M src/common/include/URLVerification.class.php +1 −4 Go to diff View file
M src/common/layout/BaseLayout.php +0 −25 Go to diff View file
M src/common/system_event/include/SystemEventUserActiveStatusChange.php +1 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +2 −4 Go to diff View file
M src/www/include/account.php +1 −3 Go to diff View file
M src/www/themes/BurningParrot/CurrentProjectNavbarInfoPresenter.php +2 −3 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectPresenter.php +2 −4 Go to diff View file
M src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectsPresenter.php +4 −5 Go to diff View file
M src/www/themes/BurningParrot/ProjectSidebarPresenter.php +2 −3 Go to diff View file
M src/www/themes/FlamingParrot/ContainerPresenter.class.php +1 −6 Go to diff View file
M src/www/themes/FlamingParrot/CurrentProjectNavbarInfoPresenter.php +1 −4 Go to diff View file
M src/www/user/autocomplete.php +1 −4 Go to diff View file
M tests/phpunit/common/Project/DefaultProjectVisibilityRetrieverTest.php +8 −12 Go to diff View file
M tests/phpunit/common/Project/ProjectAccessCheckerTest.php +0 −2 Go to diff View file
M tests/phpunit/common/Project/ProjectCreationDataTest.php +0 −2 Go to diff View file
M tests/phpunit/common/Project/ProjectUGroupTest.php +0 −1 Go to diff View file
M tests/phpunit/common/SystemEvent/SystemEventPROJECTISPRIVATETest.php +0 −1 Go to diff View file
M tests/phpunit/common/SystemEvent/SystemEventUserActiveStatusChangeTest.php +0 −1 Go to diff View file
M tests/phpunit/common/User/Admin/RestrictedProjectsUserCounterTest.php +0 −1 Go to diff View file
M tests/simpletest/common/Project/ProjectManagerTest.php +2 −1 Go to diff View file