[Fusionforge-commits] FusionForge branch master updated. 341310e849860591292b0b9f19ce829757b56caf

Franck VILLAUME nerville at fusionforge.org
Wed Feb 19 19:39:47 CET 2014


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  341310e849860591292b0b9f19ce829757b56caf (commit)
      from  9c8a1e52d045ca33ee07254d26b33ee171a286c9 (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 341310e849860591292b0b9f19ce829757b56caf
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Feb 19 19:39:29 2014 +0100

    tracker: admin-tracker, fix util_make_link call: no need & since we use html_e now

diff --git a/src/common/tracker/actions/admin-tracker.php b/src/common/tracker/actions/admin-tracker.php
index b843050..1007f28 100644
--- a/src/common/tracker/actions/admin-tracker.php
+++ b/src/common/tracker/actions/admin-tracker.php
@@ -37,42 +37,42 @@ echo _('Create a new tracker.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&update_type=1', '<strong>'._('Update Settings').'</strong>');
+echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&update_type=1', '<strong>'._('Update Settings').'</strong>');
 echo '<br />';
 echo _('Set up preferences like expiration times, email addresses.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&add_extrafield=1', '<strong>'._('Manage Custom Fields').'</strong>');
+echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&add_extrafield=1', '<strong>'._('Manage Custom Fields').'</strong>');
 echo '<br />';
 echo _('Add new boxes like Phases, Quality Metrics, Components, etc.  Once added they can be used with other selection boxes (for example, Categories or Groups) to describe and browse bugs or other artifact types.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&workflow=1', '<strong>'._('Manage Workflow').'</strong>');
+echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&workflow=1', '<strong>'._('Manage Workflow').'</strong>');
 echo '<br />';
 echo _('Edit tracker workflow.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&customize_list=1', '<strong>'._('Customize List').'</strong>');
+echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&customize_list=1', '<strong>'._('Customize List').'</strong>');
 echo '<br />';
 echo _('Customize display for the tracker.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&add_canned=1', '<strong>'._('Manage Canned Responses').'</strong>');
+echo util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&add_canned=1', '<strong>'._('Manage Canned Responses').'</strong>');
 echo '<br />';
 echo _('Create/change generic response messages for the tracker.');
 echo '</p>';
 
 echo '<p>';
-echo util_make_link ('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&clone_tracker=1', '<strong>'._('Apply Template Tracker').'</strong>');
+echo util_make_link ('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&clone_tracker=1', '<strong>'._('Apply Template Tracker').'</strong>');
 echo '<br />';
 echo _('Duplicate parameters and fields from a template trackers in this one.');
 echo '</p>';
 
-echo '<p>' . util_make_link ('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&delete=1', '<strong>'._('Delete').'</strong>');
+echo '<p>' . util_make_link ('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&delete=1', '<strong>'._('Delete').'</strong>');
 echo '<br />';
 echo _('Permanently delete this tracker.');
 echo '</p>';

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

Summary of changes:
 src/common/tracker/actions/admin-tracker.php |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list