Project

General

Profile

Actions

Defect #44

closed

Project name limitations?

Added by Damien McKenna about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

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

Actions #1

Updated by Jean-Philippe Lang about 17 years ago

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

Actions #2

Updated by Damien McKenna about 17 years ago

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.

Actions #3

Updated by Pavol Murin about 17 years ago

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

Actions #4

Updated by Derek Montgomery over 16 years ago

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

Actions #5

Updated by Jean-Philippe Lang over 16 years ago

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

Actions

Also available in: Atom PDF