Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -461,6 +461,10 @@ class Repository < ActiveRecord::Base
|
|||
scope
|
||||
end
|
||||
|
||||
def valid_name?(name)
|
||||
scm.valid_name?(name)
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
# Validates repository url based against an optional regular expression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue