stable
Clone or download
Read-only
Part of story #10062: Users & groups management overhaul Go to project ยป admin ยป members: There is an additional column that displays wich user groups the user is member of, including project administrators and wiki administrators. Change-Id: I0b2b67ea7ac48d4f5c8d21e51bd58011db32da57
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/project/project.tab | +0 | โ1 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +4 | โ1 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +0 | โ1 | Go to diff View file |
M | site-content/tuleap-core.pot | +3 | โ0 | Go to diff View file |
M | src/common/autoload.php | +4 | โ2 | Go to diff View file |
M | src/common/project/Admin/ProjectMembers/ProjectMembersController.php | +47 | โ6 | Go to diff View file |
M | src/common/project/Admin/ProjectMembers/ProjectMembersDAO.php | +29 | โ12 | Go to diff View file |
A | src/common/project/Admin/ProjectUGroup/MinimalUGroupPresenter.php | +37 | โ0 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php | +5 | โ15 | Go to diff View file |
A | src/common/project/Admin/ProjectUGroup/UGroupPresenter.php | +38 | โ0 | Go to diff View file |
M | src/common/project/UserPermissionsDao.php | +4 | โ4 | Go to diff View file |
M | src/templates/project/members/project-members.mustache | +11 | โ0 | Go to diff View file |
M | src/www/project/admin/members.php | +2 | โ1 | Go to diff View file |
M | src/www/project/admin/userperms.php | +0 | โ28 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/project-admin/_members.scss | +4 | โ0 | Go to diff View file |