yandod / candycane

a port of Redmine to CakePHP from Ruby on Rails
http://my.candycane.jp
511 stars 127 forks source link

Updates for creating new project page #253

Open kimi2k opened 9 years ago

kimi2k commented 9 years ago

Hello! When creating new project the Identifier must be without whitespaces, but current regex not filtert that. I fix it: /^[a-z0-9\-]{2,20}+$/. And add functional for generating project's identificator from title.

p.s sorry about my english