stable

Clone or download

Read-only

Have a beautiful "Project is suspended" message

Part of story story #12160 - Suspended is the new Holding How to test: - Try to access a suspended project --> You have a BP page and a beautiful message Change-Id: Ia943d10a62131ab7a5a1a65a292acd9087ee8159

Modified Files

Name
M site-content/en_US/include/include.tab +2 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +2 −0 Go to diff View file
A src/common/error/ProjectAccessSuspendedController.php +57 −0 Go to diff View file
A src/common/error/ProjectAccessSuspendedErrorPresenter.php +32 −0 Go to diff View file
M src/common/include/URLVerification.class.php +77 −35 Go to diff View file
M src/common/project/Project.class.php +5 −0 Go to diff View file
A src/common/project/ProjectAccessSuspendedException.php +32 −0 Go to diff View file
A src/templates/common/permission-denied-suspended-project.mustache +16 −0 Go to diff View file
A src/templates/common/svg-suspended-project.mustache +67 −0 Go to diff View file
M tests/phpunit/common/Include/URLVerification_AssertValidUrlTest.php +16 −3 Go to diff View file