stable
Clone or download
Read-only
Part of story #10062: Users & groups management overhaul How to test: Go On Groups > Project administrator Add a new member, an information modal should be displayed before adding the user. Change-Id: I3e4a1ef5df39cc4ccf95ae7d9637aa3994000fa4
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +6 | −0 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/IndexController.php | +3 | −2 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/MembersPresenter.php | +6 | −4 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/MembersPresenterBuilder.php | +3 | −2 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/ProjectUGroupPresenter.php | +5 | −1 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php | +3 | −2 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php | +9 | −2 | Go to diff View file |
A | src/templates/project/admin/ugroup-add-project-administrator-modal.mustache | +34 | −0 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings-member-list.mustache | +26 | −11 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings.mustache | +5 | −1 | Go to diff View file |
M | src/www/project/admin/editugroup.php | +2 | −1 | Go to diff View file |
M | src/www/scripts/package-lock.json | +43 | −2 | Go to diff View file |
M | src/www/scripts/package.json | +3 | −0 | Go to diff View file |
M | src/www/scripts/project/admin/project-admin-ugroups.js | +39 | −1 | Go to diff View file |
A | src/www/scripts/project/build-manifest.json | +8 | −0 | Go to diff View file |
A | src/www/scripts/project/po/fr.po | +3 | −0 | Go to diff View file |
A | src/www/scripts/project/po/template.pot | +3 | −0 | Go to diff View file |
M | src/www/scripts/webpack.config.js | +11 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/project-admin/_ugroups.scss | +4 | −0 | Go to diff View file |
M | tools/utils/generate-po.php | +39 | −2 | Go to diff View file |