Defect #44

Project name limitations?

Added by Damien McKenna 538 days ago. Updated 309 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:-
Target version:-

Description

I attempted to create a project with the name "www.mywebsite.com" but it refuses to allow that project name.

History

2007-04-17 17:57 - Jean-Philippe Lang

Dots are not allowed. Maybe they should be...

2007-04-17 21:13 - Damien McKenna

The instructions on the project creator needs to either say it
or the limits should
be removed. I personally don't see any reason to restrict it
from common
characters, like periods, as they are often used to name projects,
e.g. my
example of using a website domain name as the project name.

2007-04-18 14:18 - Pavol Murin

well, the validator is in app/models/project.rb:

validates_format_of :name, :with => /^[\w\s\'\-]*$/i

I can't see any reason why this restriction is there - maybe
for regexp purposes?

muro

2007-11-23 03:25 - Derek Montgomery

Remove the limitations on name field, just keep them on project
identifier

2007-12-03 05:28 - Jean-Philippe Lang

Fixed in r949.
Project name can now contain any character.

Also available in: Atom PDF