stable

Clone or download

Read-only

Merge 'gerrit #5665' into stable/master

* commit 'fe6e573': request #9155: GET /projects should return all active projects for site administrators Change-Id: I6cc5b30b5b3ae88a74e9fa39f94fb2ab305f20cf

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ProjectDao.class.php +18 −24 Go to diff View file
A src/common/project/PaginatedProjects.php +58 −0 Go to diff View file
M src/common/project/ProjectManager.class.php +10 −17 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +7 −16 Go to diff View file
M tests/lib/TestDataBuilder.php +5 −3 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −2 Go to diff View file
M tests/rest/ProjectTest.php +24 −0 Go to diff View file
M tests/rest/UserGroupTest.php +3 −19 Go to diff View file