[evolvis-commits] r7059: Call ViewVC with appropriate parameters

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Nov 3 16:39:32 CET 2010


Author: mirabilos
Date: 2010-11-03 16:39:31 +0100 (Wed, 03 Nov 2010)
New Revision: 7059

Modified:
   trunk/gforge_base/evolvisforge/gforge/www/scm/include/viewvc_utils.php
Log:
Call ViewVC with appropriate parameters

Modified: trunk/gforge_base/evolvisforge/gforge/www/scm/include/viewvc_utils.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/www/scm/include/viewvc_utils.php	2010-11-03 15:39:30 UTC (rev 7058)
+++ trunk/gforge_base/evolvisforge/gforge/www/scm/include/viewvc_utils.php	2010-11-03 15:39:31 UTC (rev 7059)
@@ -84,6 +84,7 @@
 	
 	$query_string = str_replace('\\&', '&', make_arg_cmd_safe($query_string));
 	$query_string = str_replace('\\*', '*', $query_string);
+        $query_string = str_replace('root=', '/', $query_string);
 
  	$path = str_replace('\\*', '*', make_arg_cmd_safe($path));
 	$command = 'HTTP_COOKIE="'.make_arg_cmd_safe(getStringFromServer('HTTP_COOKIE')).'" '.



More information about the evolvis-commits mailing list