This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  d81dc7daa22cc3772ef17daafd75e36b1d589a43 (commit)
      from  f99a74d58997de58b0d8e3ceba60a789affc145e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d81dc7daa22cc3772ef17daafd75e36b1d589a43

commit d81dc7daa22cc3772ef17daafd75e36b1d589a43
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Mar 27 18:08:34 2017 +0200

    Use CSS

diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php 
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index c0c69e2..fa3ba1c 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -117,10 +117,10 @@ some control over it to the project's administrator.");
                $b .= '<p>' ;
                $module = $this->topModule($project);
                if (forge_get_config('use_ssh', 'scmsvn')) {
-                       $b .= '<tt>svn checkout 
svn://'.forge_get_config('scm_host').$this->svn_root_fs.'/'.$project->getUnixName().$module.'</tt><br
 />';
+                       $b .= '<span class="tt">svn checkout 
svn://'.forge_get_config('scm_host').$this->svn_root_fs.'/'.$project->getUnixName().$module.'</span><br
 />';
                }
                if (forge_get_config('use_dav', 'scmsvn')) {
-                               $b .= '<p><tt>svn checkout 
http'.((forge_get_config('use_ssl', 'scmsvn')) ? 's' : '').'://'. 
forge_get_config('scm_host'). 
'/anonscm/svn/'.$project->getUnixName().$module.'</tt></p>' ;
+                               $b .= '<p><span class="tt">svn checkout 
http'.((forge_get_config('use_ssl', 'scmsvn')) ? 's' : '').'://'. 
forge_get_config('scm_host'). 
'/anonscm/svn/'.$project->getUnixName().$module.'</span></p>' ;
                }
                $b .= '</p>';
                return $b;
@@ -152,7 +152,7 @@ some control over it to the project's administrator.");
                                $b .= ' ';
                                $b .= _('Enter your site password when 
prompted.');
                                $b .= '</p>';
-                               $b .= '<p><tt>svn checkout svn+ssh://'.$d.'@' . 
forge_get_config('scm_host') . $this->svn_root_fs .'/'. 
$project->getUnixName().$module.'</tt></p>' ;
+                               $b .= '<p><span class="tt">svn checkout 
svn+ssh://'.$d.'@' . forge_get_config('scm_host') . $this->svn_root_fs .'/'. 
$project->getUnixName().$module.'</span></p>' ;
                                $b .= '</div>';
                        }
                        if (forge_get_config('use_dav', 'scmsvn')) {
@@ -160,7 +160,7 @@ some control over it to the project's administrator.");
                                $b .= '<p>';
                                $b .= _('Enter your site password when 
prompted.');
                                $b .= '</p>';
-                               $b .= '<p><tt>svn checkout --username '.$d.' 
http'.((forge_get_config('use_ssl', 'scmsvn')) ? 's' : '').'://'. 
forge_get_config('scm_host'). 
'/authscm/'.$d.'/svn/'.$project->getUnixName().$module.'</tt></p>' ;
+                               $b .= '<p><span class="tt">svn checkout 
--username '.$d.' http'.((forge_get_config('use_ssl', 'scmsvn')) ? 's' : 
'').'://'. forge_get_config('scm_host'). 
'/authscm/'.$d.'/svn/'.$project->getUnixName().$module.'</span></p>' ;
                                $b .= '</div>';
                        }
                } else {
@@ -173,7 +173,7 @@ some control over it to the project's administrator.");
                                $b .= ' ';
                                $b .= _('Enter your site password when 
prompted.');
                                $b .= '</p>';
-                               $b .= '<p><tt>svn checkout 
svn+ssh://<i>'._('developername').'</i>@' . forge_get_config('scm_host') . 
$this->svn_root_fs .'/'. $project->getUnixName().$module.'</tt></p>' ;
+                               $b .= '<p><span class="tt">svn checkout 
svn+ssh://<i>'._('developername').'</i>@' . forge_get_config('scm_host') . 
$this->svn_root_fs .'/'. $project->getUnixName().$module.'</span></p>' ;
                                $b .= '</div>';
                        }
                        if (forge_get_config('use_dav', 'scmsvn')) {
@@ -183,7 +183,7 @@ some control over it to the project's administrator.");
                                $b .= ' ';
                                $b .= _('Enter your site password when 
prompted.');
                                $b .= '</p>';
-                               $b .= '<p><tt>svn checkout --username 
<i>'._('developername').'</i> http'.((forge_get_config('use_ssl', 'scmsvn')) ? 
's' : '').'://'. forge_get_config('scm_host'). 
'/authscm/<i>'._('developername').'</i>/svn/'.$project->getUnixName().$module.'</tt></p>'
 ;
+                               $b .= '<p><span class="tt">svn checkout 
--username <i>'._('developername').'</i> http'.((forge_get_config('use_ssl', 
'scmsvn')) ? 's' : '').'://'. forge_get_config('scm_host'). 
'/authscm/<i>'._('developername').'</i>/svn/'.$project->getUnixName().$module.'</span></p>'
 ;
                                $b .= '</div>';
                        }
                }

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmsvn/common/SVNPlugin.class.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to