[Fusionforge-commits] FusionForge branch master updated. v6.0.3-451-gc63be52

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Mar 29 09:42:25 CEST 2016


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  c63be52a3b7e79f65d9b7667d966ea60ec3db0d8 (commit)
      from  8398590f56f69290593e72b62cb9cd4b97737a34 (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=c63be52a3b7e79f65d9b7667d966ea60ec3db0d8

commit c63be52a3b7e79f65d9b7667d966ea60ec3db0d8
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Mar 29 09:41:53 2016 +0200

    scmsvn plugin: use same behavior than Git for browser link display

diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php b/src/plugins/scmsvn/common/SVNPlugin.class.php
index d3c98f6..57d30f3 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -196,8 +196,7 @@ some control over it to the project's administrator.");
 	}
 
 	function getBrowserLinkBlock($project) {
-		global $HTML ;
-		$b = $HTML->boxMiddle(sprintf(_('%s Repository Browser'), 'Subversion'));
+		$b = html_e('h2', array(), _('Subversion Repository Browser'));
 		$b .= '<p>';
 		$b .= sprintf(_("Browsing the %s tree gives you a view into the current status of this project's code."), 'Subversion');
 		$b .= ' ';

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

Summary of changes:
 src/plugins/scmsvn/common/SVNPlugin.class.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list