# HG changeset patch # User Chris Cannam # Date 1346252157 -3600 # Node ID 42e2437766c25d9276bda891ae1221d5f7c3d377 # Parent bb4f99a30aeef3b3f23b0e5dd0eb55fe44566410# Parent ebfda4c68b7a510f7e16a40e59b8937da1609932 Merge from branch "bug_505" diff -r ebfda4c68b7a -r 42e2437766c2 app/controllers/sys_controller.rb --- a/app/controllers/sys_controller.rb Thu Aug 02 19:40:23 2012 +0100 +++ b/app/controllers/sys_controller.rb Wed Aug 29 15:55:57 2012 +0100 @@ -21,7 +21,7 @@ def projects p = Project.active.has_module(:repository).find(:all, :include => :repository, :order => 'identifier') # extra_info attribute from repository breaks activeresource client - render :xml => p.to_xml(:only => [:id, :identifier, :name, :is_public, :status], :include => {:repository => {:only => [:id, :url]}}) + render :xml => p.to_xml(:only => [:id, :identifier, :name, :is_public, :status], :include => {:repository => {:only => [:id, :url, :is_external, :external_url]}}) end def create_project_repository