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 83fa5d9c2fdd809abd05dfaf8b9112f1c60b3d67 (commit)
from e97a0e7a6453f7f000b26288774225ecf80cda51 (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=83fa5d9c2fdd809abd05dfaf8b9112f1c60b3d67
commit 83fa5d9c2fdd809abd05dfaf8b9112f1c60b3d67
Author: Franck Villaume <[email protected]>
Date: Thu Jan 4 14:14:09 2018 +0000
tracker search renderer: use permalink for artifact. use theme function for
icon
diff --git
a/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
b/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
index 4d5158e..2f79d42 100644
--- a/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
+++ b/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
@@ -56,6 +56,7 @@ class TrackersHtmlSearchRenderer extends
HtmlGroupSearchRenderer {
* @return string html output
*/
function getRows() {
+ global $HTML;
$result =
$this->searchQuery->getData($this->searchQuery->getRowsPerPage(),$this->searchQuery->getOffset());
$return = '';
@@ -73,8 +74,7 @@ class TrackersHtmlSearchRenderer extends
HtmlGroupSearchRenderer {
$return .= '<tr>'
.'<td style="width: 5%"></td>'
.'<td>'.$row['artifact_id'].'</td>'
-
.'<td>'.util_make_link('/tracker/?func=detail&group_id='.$this->groupId.'&aid='.$row['artifact_id'].'&atid='.$row['group_artifact_id'],
-
html_image('ic/tracker20g.png').' '.$row['summary'])
+
.'<td>'.util_make_link('/tracker/a_follow.php/'.$row['artifact_id'],
$HTML->getFollowPic().' '.$row['summary'])
.'</td>'
.'<td style="width:
15%">'.$row['realname'].'</td>'
.'<td style="width:
15%">'.relative_date($row['open_date']).'</td></tr>';
-----------------------------------------------------------------------
Summary of changes:
src/www/search/include/renderers/TrackersHtmlSearchRenderer.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