gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/include proj_email.php, 1.5, 1.6 project_hom


From: cbayle
Subject: [Gforge-commits] gforge/www/include proj_email.php, 1.5, 1.6 project_home.php, 1.35, 1.36
Date: Wed, 21 Jul 2004 15:39:36 -0500

Update of /cvsroot/gforge/gforge/www/include
In directory db.perdue.net:/tmp/cvs-serv8671/www/include

Modified Files:
        proj_email.php project_home.php 
Log Message:
cvs to scm renaming


Index: proj_email.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/include/proj_email.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- proj_email.php      23 Dec 2002 13:17:18 -0000      1.5
+++ proj_email.php      21 Jul 2004 20:39:32 -0000      1.6
@@ -39,16 +39,16 @@
 
 Project Full Name:  '.$row_grp['group_name'].'
 Project Unix Name:  '.$row_grp['unix_group_name'].'
-CVS Server:         
cvs.'.$row_grp['unix_group_name'].'.'.$GLOBALS['sys_default_domain'].'
+SCM Server:         
cvs.'.$row_grp['unix_group_name'].'.'.$GLOBALS['sys_default_domain'].'
 Shell/Web Server:   
'.$row_grp['unix_group_name'].'.'.$GLOBALS['sys_default_domain'].'
 
 Your DNS will take up to a day to become active on our site.
 While waiting for your DNS to resolve, you may try shelling into 
-'. $GLOBALS['sys_shell_host']. ' and pointing CVS to '. 
$GLOBALS['sys_cvs_host'].'.
+'. $GLOBALS['sys_shell_host']. ' and pointing SCM to '. 
$GLOBALS['sys_scm_host'].'.
 
-If after 6 hours your shell/CVS accounts still do not work, please
+If after 6 hours your shell/SCM accounts still do not work, please
 open a support ticket so that we may take a look at the problem.
-Please note that all shell/CVS accounts are closed to telnet and 
+Please note that all shell/SCM accounts are closed to telnet and 
 work with both SSH1 and SSH2.
 
 Your web site is accessible through your shell account. Please read

Index: project_home.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/include/project_home.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- project_home.php    10 Jul 2004 16:23:38 -0000      1.35
+++ project_home.php    21 Jul 2004 20:39:33 -0000      1.36
@@ -347,17 +347,9 @@
        if (!$cvs_add_num) {
                $cvs_add_num=0;
        }
-       //echo ' (CVS: 
'.$Language->getText('project_home','cvs_commits',array(number_format($cvs_commit_num,0),number_format($cvs_add_num,0))).")";
        $hook_params = array () ;
        $hook_params['group_id'] = $group_id ;
        plugin_hook ("scm_stats", $hook_params) ;
-
-       if ($cvs_commit_num || $cvs_add_num) {
-               echo '<br /> &nbsp; -
-                       <a 
href="'.account_group_cvsweb_url($project->getUnixName()).'">
-                       Browse SCM</a>';
-       }
-
 }
 
 // ######################## AnonFTP





reply via email to

[Prev in Thread] Current Thread [Next in Thread]