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 5a8d75186fd71314a2a1378a4b969007c6baf151 (commit)
from 546e1d4d4f94c72601423df0259cdc52f9a95d03 (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=5a8d75186fd71314a2a1378a4b969007c6baf151
commit 5a8d75186fd71314a2a1378a4b969007c6baf151
Author: Franck Villaume <[email protected]>
Date: Fri Jun 24 10:13:39 2016 +0200
fix tracker vote actions
diff --git a/src/common/tracker/actions/detail.php
b/src/common/tracker/actions/detail.php
index 51fffa1..d325b44 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -73,7 +73,7 @@ if (session_loggedin()) { ?>
$key = 'pointer_up';
$txt = _('Cast Vote');
}
- echo
util_make_link('/tracker/?group_id='.$group_id.'&artifact_id='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
+ echo
util_make_link('/tracker/?group_id='.$group_id.'&aid='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
}
?>
</td>
diff --git a/src/common/tracker/actions/mod-limited.php
b/src/common/tracker/actions/mod-limited.php
index 53a9404..01e8007 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -83,7 +83,7 @@ if (session_loggedin()) {
$key = 'pointer_up';
$txt = _('Cast Vote');
}
- echo
util_make_link('/tracker/?group_id='.$group_id.'&artifact_id='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
+ echo
util_make_link('/tracker/?group_id='.$group_id.'&aid='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
}
?>
</td>
diff --git a/src/common/tracker/actions/mod.php
b/src/common/tracker/actions/mod.php
index ac2be76..49cbe7f 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -86,7 +86,7 @@ if (session_loggedin()) {
$key = 'pointer_up';
$txt = _('Cast Vote');
}
- echo
util_make_link('/tracker/?group_id='.$group_id.'&artifact_id='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
+ echo
util_make_link('/tracker/?group_id='.$group_id.'&aid='.$ah->getID().'&atid='.$ath->getID().'&func='.$key,
html_image('ic/'.$key.'.png', 16, 16, array('border' => 0)), array('id' =>
'tracker-vote', 'alt' => $txt, 'title' =>
util_html_secure(html_get_tooltip_description('vote'))));
}
?>
</td>
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/detail.php | 2 +-
src/common/tracker/actions/mod-limited.php | 2 +-
src/common/tracker/actions/mod.php | 2 +-
3 files 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