[Fusionforge-commits] FusionForge branch master updated. v6.1-225-gcf734ba

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Fri Feb 15 10:17:01 CET 2019


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  cf734ba74dd8a05a5ac77ef6b7115de20deda6f3 (commit)
      from  e6720aad1a4946736df1f93bf301c56a7f557d3f (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=cf734ba74dd8a05a5ac77ef6b7115de20deda6f3

commit cf734ba74dd8a05a5ac77ef6b7115de20deda6f3
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Fri Feb 15 10:16:46 2019 +0100

    Whitespace

diff --git a/src/common/include/user_profile.php b/src/common/include/user_profile.php
index 2d4eb22..b08776d 100644
--- a/src/common/include/user_profile.php
+++ b/src/common/include/user_profile.php
@@ -58,7 +58,7 @@ function user_personal_information($user, $compact = false, $title = false) {
 	}
 	$subtable = $HTML->listTableTop(array(), array(), 'my-layout-table', 'user-profile-personal-info');
 	$subcells[][] = _('User Id')._(':');
-	
+
 	//print '<div property ="foaf:member" content="fusionforge:ForgeCommunity">';
 	//echo '</div>';
 	// description as a FusionForge Community member
diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index add91de..72c41ee 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -997,7 +997,7 @@ function util_display_user($username, $user_id = 0, $text = '', $size = 'xs') {
 			return '';
 		}
 	}
-	
+
 	// Invoke user_link_with_tooltip plugin
 	$hook_params = array('resource_type' => 'user', 'username' => $username, 'user_id' => $user_id, 'size' => $size, 'link_text' => $text, 'user_link' => '');
 	plugin_hook_by_reference('user_link_with_tooltip', $hook_params);
diff --git a/src/common/widget/Widget_ProjectLatestCommits.class.php b/src/common/widget/Widget_ProjectLatestCommits.class.php
index d0d6e1d..da8e116 100644
--- a/src/common/widget/Widget_ProjectLatestCommits.class.php
+++ b/src/common/widget/Widget_ProjectLatestCommits.class.php
@@ -44,7 +44,7 @@ class Widget_ProjectLatestCommits extends Widget {
 	public function _getLinkToCommit($project, $commit_id, $plugin_name, $repo_name) {
 		return util_make_link('/scm/browser.php?group_id='.$project->getID().'&scm_plugin='.$plugin_name.'&commit='.$commit_id.'&extra='.$repo_name, _('commit')._(': ').$commit_id);
 	}
-	
+
 	static function commit_dateorder($a, $b) {
 		if ($a['date'] == $b['date']) {
 			return 0;
diff --git a/src/www/pm/index.php b/src/www/pm/index.php
index ba929f1..d72bc39 100644
--- a/src/www/pm/index.php
+++ b/src/www/pm/index.php
@@ -89,7 +89,7 @@ if (count($pg_arr) < 1 || $pg_arr == false) {
 		} else {
 			$cells = array();
 			$cells[][] = util_make_link('/pm/task.php?group_project_id='.$pg_arr[$j]->getID().'&group_id='.$group_id.'&func=browse', $HTML->getPmPic(). ' '.$pg_arr[$j]->getName());
-			$cells[][] = $pg_arr[$j]->getDescription(); 
+			$cells[][] = $pg_arr[$j]->getDescription();
 			$cells[] = array((int) $pg_arr[$j]->getOpenCount(), 'class' => 'align-center');
 			$cells[] = array((int) $pg_arr[$j]->getTotalCount(), 'class' => 'align-center');
 			echo $HTML->multiTableRow(array(), $cells);

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

Summary of changes:
 src/common/include/user_profile.php                     | 2 +-
 src/common/include/utils.php                            | 2 +-
 src/common/widget/Widget_ProjectLatestCommits.class.php | 2 +-
 src/www/pm/index.php                                    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list