* reposman can now use an external command with "-c" to create repository of other kind than svn
* WS used by reposman only return projects with repository module enable (so reposman no longer create repository if module is disable) * it doesn't create repository if repository definition already exists in redmine database (unless -f is used) git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1793 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -23,8 +23,8 @@ class SysController < ActionController::Base
|
||||
before_invocation :check_enabled
|
||||
|
||||
# Returns the projects list, with their repositories
|
||||
def projects
|
||||
Project.find(:all, :include => :repository)
|
||||
def projects_with_repository_enabled
|
||||
Project.repository_enabled(:all, :include => :repository)
|
||||
end
|
||||
|
||||
# Registers a repository for the given project identifier
|
||||
|
||||
Reference in New Issue
Block a user