[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 46e186f5f2ef66635488168dfea3c8a526981424

Roland Mas lolando at fusionforge.org
Fri Dec 6 14:29:31 CET 2013


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, Branch_5_2 has been updated
       via  46e186f5f2ef66635488168dfea3c8a526981424 (commit)
      from  a601c24d33076e8e1b83d76cfb00e6caff8da886 (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 -----------------------------------------------------------------
commit 46e186f5f2ef66635488168dfea3c8a526981424
Author: Roland Mas <lolando at debian.org>
Date:   Fri Dec 6 14:29:24 2013 +0100

    Disable monitoring of trackers for anonymous users, fixing [#592]

diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php b/src/common/tracker/include/ArtifactTypeHtml.class.php
index a70b6f2..15c1e25 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -82,10 +82,6 @@ class ArtifactTypeHtml extends ArtifactType {
 				$links[]  = '/tracker/admin/?group_id='.$group_id.'&atid='.$this->getID();
 				$attr[]   = array('title' => _('Global administration for trackers. Create, clone, workflow, fields ...'), 'class' => 'tabtitle');
 			}
-		} else {
-			$labels[] = _('Monitor');
-			$links[]  = '/tracker/?group_id='.$group_id.'&atid='. $this->getID().'&func=monitor&start=1';
-			$attr[]   = array('title' => _('Add this tracker from your monitoring.'), 'class' => 'tabtitle');
 		}
 
 		$params['submenu'] = $HTML->subMenu($labels, $links, $attr);

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

Summary of changes:
 src/common/tracker/include/ArtifactTypeHtml.class.php |    4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list