stable

Clone or download

Read-only

request #27565 Project shortname should never start by a non alphanumerical character

You can test the patch by modifying the project shortname in the project creation menu and in the project details in the site admin. You should not be able to update/create a project if the shortname start with an non alphanumeric character. Change-Id: I4a02c61a0ae8caaf6c30a2b42d3590e0f5b6f36d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/valid/Rule_ProjectName.php +13 −3 Go to diff View file
M tests/rest/tests/ProjectTest.php +33 −0 Go to diff View file
M tests/unit/common/valid/Rule_ProjectNameTest.php +24 −0 Go to diff View file