stable

Clone or download

Read-only

fix: Wrong count for project name with accentuated chars

Given a project name that contains accentuated characters like é or è, these count for 2 characters. Given that the max length of a project name is 40 characters, this will reject potential valid names. How to test ----------- * Try to create a project named Test-erreur-nom-trop-longéééééééééé => Project must be created. Closes request #31559 Accentuated characters count 2 in project name Change-Id: I82351f8368136f807a4210e7cc9501488da7b83e

Modified Files

Name
M site-content/en_US/include/include.tab +0 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +5 −1 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −1 Go to diff View file
M site-content/ko_KR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
M src/common/valid/Rule_UserName.php +7 −4 Go to diff View file
M tests/unit/common/valid/Rule_ProjectFullNameTest.php +3 −5 Go to diff View file