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  9499275d9ea8392acc46c7b78b737f803d9bf525 (commit)
       via  b6509561e2f61bc276a4261df89bdbfc0889a85b (commit)
      from  7af5d7309aa697aaf08d2dfc6c732792c56bf9e3 (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=9499275d9ea8392acc46c7b78b737f803d9bf525

commit 9499275d9ea8392acc46c7b78b737f803d9bf525
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Wed Aug 9 13:12:35 2017 +0000

    fix HTML, missing increment var

diff --git a/src/www/admin/useredit.php b/src/www/admin/useredit.php
index 0e86ae5..e1bc2e5 100644
--- a/src/www/admin/useredit.php
+++ b/src/www/admin/useredit.php
@@ -271,6 +271,7 @@ $userProjectsIdArray = array();
 foreach ($projects as $p) {
        if ($i == 0) {
                echo $HTML->listTableTop($title);
+               $i = 1;
        }
        $cells = array();
        $cells[][] = 
util_unconvert_htmlspecialchars(htmlspecialchars($p->getPublicName()));

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

commit b6509561e2f61bc276a4261df89bdbfc0889a85b
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Wed Aug 9 13:12:04 2017 +0000

    fix hook name

diff --git a/src/plugins/scmhook/library/scmcvs/commitTracker.class.php 
b/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
index 0338502..53e2ced 100644
--- a/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
+++ b/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
@@ -29,7 +29,7 @@ class CVSCommitTracker extends scmhook {
 
        function __construct() {
                $this->group = $GLOBALS['group'];
-               $this->name = "Post Commit";
+               $this->name = "Commit Tracker";
                $this->description = _('Every commit is pushed into related 
tracker or task.');
                $this->classname = "commitTracker";
                $this->hooktype = "post-commit";

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

Summary of changes:
 src/plugins/scmhook/library/scmcvs/commitTracker.class.php | 2 +-
 src/www/admin/useredit.php                                 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to