[Fusionforge-commits] FusionForge branch Branch_5_3 updated. cfa0735562aa3e74580009dd8644d640adf145b7
Franck Villaume
nerville at fusionforge.org
Fri Jul 11 11:23:55 CEST 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, Branch_5_3 has been updated
via cfa0735562aa3e74580009dd8644d640adf145b7 (commit)
from c557811a0be7c113a42767e0a9d99610df35a8b1 (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 cfa0735562aa3e74580009dd8644d640adf145b7
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Fri Jul 11 11:22:13 2014 +0200
fix [#688]: fix support translation in query building
diff --git a/src/CHANGES b/src/CHANGES
index bc75493..2f4cd54 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -9,6 +9,7 @@ Fusionforge-5.3.2:
* Plugin mediawiki: fix paths in import/export scripts (Inria)
* Plugin fckeditor: dropped in favor of ckeditor
* Docman: fix download count [#702] (TrivialDev)
+* Tracker: fix translation support [#688] (TrivialDev)
Fusionforge-5.3.1:
* Docman: Basic Webdav write mkcol support (TrivialDev)
diff --git a/src/common/tracker/actions/query.php b/src/common/tracker/actions/query.php
index da5c48d..1adea52 100644
--- a/src/common/tracker/actions/query.php
+++ b/src/common/tracker/actions/query.php
@@ -346,7 +346,7 @@ if (forge_check_perm ('tracker', $ath->getID(), 'manager')) {
<td class="top"><strong>'._('Submitter')._(': ').'</strong><br />'. $submitter_box .'</td>
<td class="top"><strong>'._('Assignee')._(': ').'</strong><br />'. $tech_box .'</td>
</tr>';
- $ath->renderExtraFields($extra_fields,true,'None',true,'Any',array(),false,'QUERY');
+ $ath->renderExtraFields($extra_fields,true,'none',true,'Any',array(),false,'QUERY');
// Compute the list of fields which can be sorted.
// Currently, only scalar artifacts are taken.
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/common/tracker/actions/query.php | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list