Project path and code can't start with a number
Created by: koenpunt
In the last update (2.7) the path and code fields of a repository are validated against /^[a-zA-Z][a-zA-Z0-9_\-\.]*$/ , but here at our company we are numbering most of the projects, like 12_project_description and 13_some_other_project and this breaks that.
Is there a specific reason to not allow path and code to start with a number?