stable
Clone or download
Read-only
Part of story #10062: Users & groups management overhaul When you go to project ยป admin ยป groups, now the list of user groups is displayed with BurningParrot. - Only static user groups are listed (dynamic ones will come later) - You can inline filter the table (name and description of ugroup) - Modals to add or delete ugroup will be done in dedicated commit - To ease the review, the old way to retrieve ugroups is kept (n+1 sql queries, sql in the middle of php, associative array, โฆ) Change-Id: Iba991fcd0628c6df8293e51b3721bf499f18d568
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/project/project.tab | +0 | โ8 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +21 | โ0 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +0 | โ8 | Go to diff View file |
M | site-content/tuleap-core.pot | +21 | โ0 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +4 | โ3 | Go to diff View file |
A | src/templates/project/admin/list-groups.mustache | +80 | โ0 | Go to diff View file |
M | src/www/project/admin/ugroup.php | +27 | โ84 | Go to diff View file |
M | src/www/scripts/project/admin/project-admin.js | +9 | โ1 | Go to diff View file |