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  8e12cca1448a5ba0cc39b7cd56a47b66ed836636 (commit)
      from  2813e922f9b01d5390744714b7b91d96a6886ea5 (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=8e12cca1448a5ba0cc39b7cd56a47b66ed836636

commit 8e12cca1448a5ba0cc39b7cd56a47b66ed836636
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Aug 2 11:23:35 2017 +0200

    Whitespace

diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php 
b/src/plugins/scmhook/common/scmhookPlugin.class.php
index 283c609..e7ac8e9 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -6,7 +6,7 @@
  * Copyright 2012, Benoit Debaenst - TrivialDev
  * Copyright 2012-2014,2017, Franck Villaume - TrivialDev
  * Copyright 2014, Sylvain Beucler - Inria
- * Copyright 2014, Philipp Keidel - EDAG Engineering AG 
+ * Copyright 2014, Philipp Keidel - EDAG Engineering AG
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
diff --git a/src/plugins/scmhook/library/scmcvs/commitTracker.class.php 
b/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
index 3665f5d..53834aa 100644
--- a/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
+++ b/src/plugins/scmhook/library/scmcvs/commitTracker.class.php
@@ -80,8 +80,8 @@ class CVSCommitTracker extends scmhook {
        /**
         * It display a table with commit related to this tracker or 
task_extra_detail
         *
-        * @param   string   $Query Query to be executed to get the commit 
entries.
-        * @param   integer  $group_id Group_id of the actual Group_id
+        * @param       string  $Query Query to be executed to get the commit 
entries.
+        * @param       int             $group_id Group_id of the actual 
Group_id
         *
         */
        function getCommitEntries($DBResult, $group_id) {
@@ -117,7 +117,7 @@ class CVSCommitTracker extends scmhook {
        /**
         * Return an array with titles of Box to display the entries
         *
-        * @return   Array  The array containing the titles
+        * @return      array  The array containing the titles
         *
         */
        function getTitleArr() {
@@ -134,11 +134,11 @@ class CVSCommitTracker extends scmhook {
        /**
         * Return a link to the File in cvsweb
         *
-        * @param    String  $GroupName is the Name of the project
-        * @param    String  $FileName  is the FileName ( with path )
-        * @param       Int             $LatestRevision is the last revision 
for the file
+        * @param       string  $GroupName is the Name of the project
+        * @param       string  $FileName  is the FileName ( with path )
+        * @param       int             $LatestRevision is the last revision 
for the file
         *
-        * @return   String  The string containing a link to the File in the 
cvsweb
+        * @return      string  The string containing a link to the File in the 
cvsweb
         *
         */
        function getFileLink($GroupName, $FileName, $LatestRevision) {
@@ -146,13 +146,13 @@ class CVSCommitTracker extends scmhook {
        }
 
        /**
-        * Return a link to the File in viewcvs in the specified Version
+        * Return a link to the File in viewcvs in the specified Version
         *
-        * @param    String  $GroupName is the Name of the project
-        * @param    String  $FileName  is the FileName ( with path )
-        * @param    String  $Version   the version to retrieve
+        * @param       string  $GroupName is the Name of the project
+        * @param       string  $FileName  is the FileName ( with path )
+        * @param       string  $Version   the version to retrieve
         *
-        * @return   String  The string containing a link to the File in the 
viewcvs
+        * @return      string  The string containing a link to the File in the 
viewcvs
         *
         */
         function getActualVersionLink($GroupName, $FileName, $Version) {
@@ -162,12 +162,12 @@ class CVSCommitTracker extends scmhook {
        /**
         * Return a link to the diff between two versions of a File in viewcvs
         *
-        * @param    String  $GroupName is the Name of the project
-        * @param    String  $FileName  is the FileName ( with path )
-        * @param    String  $PrevVersion   First version to retrieve
-        * @param    String  $ActualVersion Second version to retrieve
+        * @param       string  $GroupName is the Name of the project
+        * @param       string  $FileName  is the FileName ( with path )
+        * @param       string  $PrevVersion   First version to retrieve
+        * @param       string  $ActualVersion Second version to retrieve
         *
-        * @return   String  The string containing a link to the File in the 
cvsweb
+        * @return      string  The string containing a link to the File in the 
cvsweb
         *
         */
        function getDiffLink($GroupName, $FileName, $PrevVersion, 
$ActualVersion) {

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

Summary of changes:
 src/plugins/scmhook/common/scmhookPlugin.class.php |  2 +-
 .../scmhook/library/scmcvs/commitTracker.class.php | 34 +++++++++++-----------
 2 files changed, 18 insertions(+), 18 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