[Fusionforge-commits] r12251 - branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm

Olivier Berger olberger at libremir.placard.fr.eu.org
Thu Feb 10 16:13:22 CET 2011


Author: olberger
Date: 2011-02-10 16:13:22 +0100 (Thu, 10 Feb 2011)
New Revision: 12251

Modified:
   branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.phtml
   branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.xml.phtml
Log:
Add new param for a function and change document title.

Modified: branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.phtml
===================================================================
--- branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.phtml	2011-02-10 15:13:18 UTC (rev 12250)
+++ branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.phtml	2011-02-10 15:13:22 UTC (rev 12251)
@@ -27,12 +27,12 @@
 
 ?>
 <body>
-<h1>OSLC-CM V1 Service Catalog document</h1>
+<h1>OSLC Core V2 ServiceProvider corresponding to a FusionForge project</h1>
 <pre>
 <?php
-	$xml = project_trackers_to_service_catalog($this->serverUrl() . $this->baseUrl(), $this->trackers, $this->project);
+	$xml = project_trackers_to_service_catalog($this->serverUrl(), $this->serverUrl().$this->baseUrl(), $this->trackers, $this->project);
 	$text = str_replace('>', '>', str_replace('<', '<', $xml));
-	$text = add_links($text, $this->serverUrl().$this->baseUrl());
+	$text = add_links($text, $this->serverUrl());
 	echo $text;
 ?>
 </pre>

Modified: branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.xml.phtml
===================================================================
--- branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.xml.phtml	2011-02-10 15:13:18 UTC (rev 12250)
+++ branches/Branch_5_1/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/oslc-service-catalog-project.xml.phtml	2011-02-10 15:13:22 UTC (rev 12251)
@@ -24,4 +24,4 @@
 
 require_once('_service-catalog_xml.php');
 
-print project_trackers_to_service_catalog($this->serverUrl().$this->baseUrl(), $this->trackers, $this->project);
+print project_trackers_to_service_catalog($this->serverUrl(), $this->serverUrl().$this->baseUrl(), $this->trackers, $this->project);




More information about the Fusionforge-commits mailing list