stable

Clone or download

Read-only

Refactoring: build a presenter for users group list

Part of story #10062: Users & groups management overhaul Remove nasty sql requests in the middle of php script. By using existing methods on existing objects, this commit incidentaly fix request #10851: Suspended users should be excluded from members count Change-Id: I7084986b9fee723c701dcc68a6e849329087bd00

Modified Files

Name
M src/common/autoload.php +4 −3 Go to diff View file
A src/common/project/Admin/ProjectUGroup/UGroupListPresenter.php +41 −0 Go to diff View file
A src/common/project/Admin/ProjectUGroup/UGroupListPresenterBuilder.php +94 −0 Go to diff View file
D src/common/project/Admin/UGroupBuilder.php +0 −77 Go to diff View file
M src/www/project/admin/ugroup.php +3 −22 Go to diff View file