gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/include Group.class, 1.44, 1.45 account.p


From: cbayle
Subject: [Gforge-commits] gforge/common/include Group.class, 1.44, 1.45 account.php, 1.8, 1.9
Date: Wed, 21 Jul 2004 15:39:32 -0500

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

Modified Files:
        Group.class account.php 
Log Message:
cvs to scm renaming


Index: Group.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/Group.class,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Group.class 9 May 2004 18:15:37 -0000       1.44
+++ Group.class 21 Jul 2004 20:39:29 -0000      1.45
@@ -895,8 +895,8 @@
         *      @return boolean uses_cvs.
         */
        function usesCVS() {
-               global $sys_use_cvs;
-               if ($sys_use_cvs) {
+               global $sys_use_scm;
+               if ($sys_use_scm) {
                        return $this->data_array['use_cvs'];
                } else {
                        return false;
@@ -1618,7 +1618,7 @@
                        $l->loadLanguageID($row_admins['language']);
 
                        //                                                      
                                                                                
                   $1                                     $2                    
                $3                                                        $4    
                                          $5                                    
        $6
-                       $message=stripcslashes($l->getText('classgroup', 
'acceptedproject', array($this->getPublicName(), $this->getUnixName(), 
$GLOBALS['sys_default_domain'], $GLOBALS['sys_shell_host'], 
$GLOBALS['sys_cvs_host'], $this->getID(), $GLOBALS['sys_name'])));
+                       $message=stripcslashes($l->getText('classgroup', 
'acceptedproject', array($this->getPublicName(), $this->getUnixName(), 
$GLOBALS['sys_default_domain'], $GLOBALS['sys_shell_host'], 
$GLOBALS['sys_scm_host'], $this->getID(), $GLOBALS['sys_name'])));
        
                        util_send_message($row_admins['email'], 
$l->getText('classgroup', 'acceptedprojecttitle', array($GLOBALS['sys_name'])), 
$message);
                }

Index: account.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/account.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- account.php 18 Feb 2004 09:18:22 -0000      1.8
+++ account.php 21 Jul 2004 20:39:29 -0000      1.9
@@ -215,17 +215,4 @@
        return $GLOBALS['groupdir_prefix'].'/'.$group;
 }
 
-/**
- *     account_group_cvsweb_url() - Returns URL for group's CVS interface WWW
- *
- *  @param             string  The group name
- *     @return URL to access CVS over HTTP
- */
-function account_group_cvsweb_url($group) {
-       /*
-       return 
'http://'.$GLOBALS['sys_cvs_host'].'/cgi-bin/viewcvs.cgi/'.$group;
-       */
-       return 
'http://'.$GLOBALS['sys_cvs_host'].'/cgi-bin/cvsweb.cgi?cvsroot='.$group;
-}
-
 ?>





reply via email to

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