stable

Clone or download

Read-only

Merge 'gerrit #19441' into stable/master

* commit '62326f83dc': request #15062 Pass the project status from deleted to active shouldn't be possible Change-Id: I98afb657b94556908635e4ae20f3928b577d57c9

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
A src/common/Project/DeletedProjectStatusChangeException.php +26 −0 Go to diff View file
M src/common/Project/ProjectManager.class.php +5 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +9 −4 Go to diff View file
M src/common/admin/ProjectEdit/ProjectEditController.php +29 −7 Go to diff View file
M src/www/admin/approve-pending.php +7 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +17 −3 Go to diff View file
A tests/unit/common/Project/Admin/ProjectEditControllerTests.php +181 −0 Go to diff View file
M tests/unit/common/Project/ProjectManagerTest.php +59 −10 Go to diff View file