# HG changeset patch # User Chris Cannam # Date 1342017891 -3600 # Node ID aa5332ba7874dd8229207af645043d19b5c49e62 # Parent 1affbc7f4b30117d2a951fe8777dd4f68d676771# Parent bb4f99a30aeef3b3f23b0e5dd0eb55fe44566410 Merge from branch "live" diff -r 1affbc7f4b30 -r aa5332ba7874 app/controllers/sys_controller.rb --- a/app/controllers/sys_controller.rb Wed Jul 11 14:35:31 2012 +0100 +++ b/app/controllers/sys_controller.rb Wed Jul 11 15:44:51 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