stable

Clone or download

Read-only

story #8141: change the labelling of projects from public/ project to user-group-based

Change-Id: Ic5148297800568f1aab63369b6b4f0135742784d

Modified Files

Name
M site-content/en_US/project/project.tab +6 −6 Go to diff View file
M site-content/en_US/project/register.tab +1 −1 Go to diff View file
M site-content/fr_FR/project/project.tab +6 −6 Go to diff View file
M site-content/fr_FR/project/register.tab +1 −1 Go to diff View file
M src/common/layout/Layout.class.php +12 −9 Go to diff View file
M src/common/project/Admin/ProjectVisibilityPresenter.class.php +30 −13 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +2 −1 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationPresenter.class.php +14 −3 Go to diff View file
M src/common/user/ForgeUserGroupFactory.php +1 −1 Go to diff View file
M src/templates/project/project_visibility.mustache +3 −6 Go to diff View file
M src/www/scripts/tuleap/project-privacy-tooltip.js +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/ContainerPresenter.class.php +1 −5 Go to diff View file
M src/www/themes/common/css/utils/project-admin.less +4 −0 Go to diff View file
M tests/simpletest/common/project/OneStepProjectCreationPresenterTest.php +6 −4 Go to diff View file