stable

Clone or download

Read-only

Project administrator are now displayed in user group list

Part of story #10062: Users & groups management overhaul You can add/remove user from project admin user group Information modal and old matrix removal will be done in dedicated commits Change-Id: Ib5832cf46612ebd7225c33e6176d6bb6c20a7e2d

Modified Files

Name
M plugins/proftpd/site-content/fr_FR/LC_MESSAGES/tuleap-proftpd.po +3 −2 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/Admin/ProjectUGroup/MembersController.php +67 −18 Go to diff View file
M src/common/project/Admin/ProjectUGroup/MembersPresenterBuilder.php +8 −4 Go to diff View file
M src/common/project/Admin/ProjectUGroup/ProjectUGroupPresenter.php +11 −9 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +21 −4 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php +7 −5 Go to diff View file
A src/common/project/UserPermissionsDao.php +59 −0 Go to diff View file
M src/templates/project/admin/list-groups.mustache +1 −0 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.mustache +9 −5 Go to diff View file
D src/www/project/admin/UserPermissionsDao.class.php +0 −36 Go to diff View file
M src/www/project/admin/editugroup.php +2 −1 Go to diff View file
M src/www/project/admin/ugroup.php +5 −24 Go to diff View file