stable
Clone or download
Read-only
Part of story #13490 have a consistent management of project & groups members Change-Id: I2a78e68e9639bebcab990b1efa1916bb360e1fba
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +15 | −2 | Go to diff View file |
A | src/common/Project/Admin/ProjectUGroup/Details/MemberPresenter.php | +65 | −0 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilder.php | +3 | −22 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/MemberRemovalController.php | +17 | −2 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +15 | −3 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings-member-list.mustache | +1 | −0 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings-member-remove-modal.mustache | +12 | −3 | Go to diff View file |
M | src/www/scripts/project/admin/project-admin-ugroups.js | +13 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/project-admin/_ugroups.scss | +8 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilderTest.php | +21 | −17 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/MemberRemovalControllerTest.php | +62 | −2 | Go to diff View file |