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 ff8c40dd28d033c6cdba82eb54eec2973ce9dd9a (commit)
from 1527d45df9bb82f23f1d6c4fccc6675aabc05d57 (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=ff8c40dd28d033c6cdba82eb54eec2973ce9dd9a
commit ff8c40dd28d033c6cdba82eb54eec2973ce9dd9a
Author: Franck Villaume <[email protected]>
Date: Sun Jan 22 13:11:20 2017 +0100
remove unused param
diff --git a/src/common/widget/Widget_ProjectLatestCommits.class.php
b/src/common/widget/Widget_ProjectLatestCommits.class.php
index 02063bc..bc033da 100644
--- a/src/common/widget/Widget_ProjectLatestCommits.class.php
+++ b/src/common/widget/Widget_ProjectLatestCommits.class.php
@@ -2,7 +2,7 @@
/**
* Widget_ProjectLatestCommits
*
- * Copyright 2014 Franck Villaume - TrivialDev
+ * Copyright 2014,2017, Franck Villaume - TrivialDev
*
* This file is a part of Fusionforge.
*
@@ -41,7 +41,7 @@ class Widget_ProjectLatestCommits extends Widget {
return _('5 Latest Commits');
}
- public function _getLinkToCommit($project, $commit_id, $pluginName) {
+ public function _getLinkToCommit($project, $commit_id) {
return
util_make_link('/scm/browser.php?group_id='.$project->getID().'&commit='.$commit_id,
_('commit')._(': ').$commit_id);
}
@@ -69,7 +69,7 @@ class Widget_ProjectLatestCommits extends Widget {
}
$html .= html_e('div', array('class' =>
$HTML->boxGetAltRowStyle($key, true), 'style' => 'border-bottom:1px solid
#ddd'),
html_e('div', array('style' =>
'font-size:0.98em'),
-
$this->_getLinkToCommit($project, $revision['commit_id'],
$revision['pluginName']).
+
$this->_getLinkToCommit($project, $revision['commit_id']).
' '._('on').' '.
date(_("Y-m-d H:i"),
$revision['date'])).
html_e('div', array('style' =>
'padding-left:20px; padding-bottom:4px; color:#555'),
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_ProjectLatestCommits.class.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits