Group with non-latin name cannot be created
Closed
Group with non-latin name cannot be created
Created by: waitekk
Looks like GitLab fails at creating groups with names containing cyrillic (and probably non-latin) symbols.
Example:
Try to create a group with name Бла
— failure, Path can't be blank
Enter Blah
instead — voila.
Renaming group after it's creation to cyrillic analog when path is already set works just fine.
I've just upgraded 4.0 to 4.1.
Created by: bluenemo
wouldnt it be the most easy solution to push a small migration that just asks if you want to change all wiki names and then 'sed's out the bad characters? i mean its not that evil to not have special characters.
By Administrator on 2013-05-10T12:39:11 (imported from GitLab project)
Created by: bluenemo
@waitekk i followed a bunch of links that referenced and linked me here. i think there were two more discussions also on github about this specific topic. if the discussion has been moved again please tell us where to follow it. thank you in advance and thank you for telling me :)
By Administrator on 2013-05-11T20:09:11 (imported from GitLab project)
Created by: bbodenmiller
Does this issue still exist in 5.2 or the latest master? Thanks for the issue report. Please reformat your issue to conform to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2013-06-14T14:51:23 (imported from GitLab project)
Created by: waitekk
Sorry it took me month to answer back.
Tried to reproduce in the latest bitnami stack (5.3). Instead of
Path can't be blank
gotName only letters, digits, spaces & '_' '-' '.' allowed.
Before teams were introduced, I used groups instead. As of newer versions of gitlab, it is possible to unite people under different entities, but again you must use ANSI-compatible names (this bug applies to team names as well with the same error message). This is somewhat inappropriate, I think.
By Administrator on 2013-07-18T19:41:11 (imported from GitLab project)