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  006ea4c7e7617962d06fcf8e26c47efa035dcc39 (commit)
      from  807b2434a230e51bb635654f12da3872e2b8b38f (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=006ea4c7e7617962d06fcf8e26c47efa035dcc39

commit 006ea4c7e7617962d06fcf8e26c47efa035dcc39
Author: Franck Villaume <[email protected]>
Date:   Fri Aug 11 09:53:42 2017 +0000

    add open/total tasks info per pm subproject

diff --git a/src/common/widget/Widget_ProjectPublicAreas.class.php 
b/src/common/widget/Widget_ProjectPublicAreas.class.php
index fc59c5c..5d29cd2 100644
--- a/src/common/widget/Widget_ProjectPublicAreas.class.php
+++ b/src/common/widget/Widget_ProjectPublicAreas.class.php
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights 
reserved
- * Copyright 2012,2014,2016, Franck Villaume - TrivialDev
+ * Copyright 2012,2014,2016-2017, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is a part of Fusionforge.
@@ -163,7 +163,7 @@ class Widget_ProjectPublicAreas extends Widget {
                                $result .= "\n".'<ul class="task-manager">';
                                foreach ($pgs as $pg) {
                                        $result .= "\n\t<li>";
-                                       $result .= 
util_make_link('/pm/task.php?group_project_id='.$pg->getID().'&group_id='.$group_id.'&func=browse',$pg->getName());
+                                       $result .= 
util_make_link('/pm/task.php?group_project_id='.$pg->getID().'&group_id='.$group_id.'&func=browse',$pg->getName()).'
 ('.html_e('strong', array(), $pg->getOpenCount(), true, false).' '._('open').' 
/ '.html_e('strong', array(), $pg->getTotalCount()).' '._('total').')';
                                        $result .= '</li>' ;
                                }
                                $result .= "\n</ul>";

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

Summary of changes:
 src/common/widget/Widget_ProjectPublicAreas.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 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