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 687fa377f70c663733c2e2bcc3b7a8ca4262a10f (commit)
via e1cb87be864ef6299e694d5ea8c985dfb6120724 (commit)
from a51d557ecd524364923b09a70626688467b90702 (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=687fa377f70c663733c2e2bcc3b7a8ca4262a10f
commit 687fa377f70c663733c2e2bcc3b7a8ca4262a10f
Author: Franck Villaume <[email protected]>
Date: Sun Feb 26 20:13:05 2017 +0100
no filtering on custom field
diff --git a/src/common/tracker/ArtifactType.class.php
b/src/common/tracker/ArtifactType.class.php
index 00dfb26..c1091da 100644
--- a/src/common/tracker/ArtifactType.class.php
+++ b/src/common/tracker/ArtifactType.class.php
@@ -1507,7 +1507,7 @@ class ArtifactType extends FFError {
function getSettings() {
// Get list of extra fields for this artifact
$extrafields = array();
- $tmpextrafields = $this->getExtraFields();
+ $tmpextrafields = $this->getExtraFields(array(), true);
foreach ($tmpextrafields as $extrafield) {
$aefobj = new ArtifactExtraField($this,
$extrafield["extra_field_id"]);
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e1cb87be864ef6299e694d5ea8c985dfb6120724
commit e1cb87be864ef6299e694d5ea8c985dfb6120724
Author: Franck Villaume <[email protected]>
Date: Sun Feb 26 20:12:43 2017 +0100
empty line
diff --git a/src/www/soap/tracker/tracker.php b/src/www/soap/tracker/tracker.php
index b556561..cc7e9f2 100644
--- a/src/www/soap/tracker/tracker.php
+++ b/src/www/soap/tracker/tracker.php
@@ -598,7 +598,6 @@ function getArtifactTypes($session_ser, $group_id) {
//
function artifacttype_to_soap($at_arr) {
$return = array();
-
if (is_array($at_arr) && count($at_arr) > 0) {
for ($i=0; $i<count($at_arr); $i++) {
if ($at_arr[$i]->isError()) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactType.class.php | 2 +-
src/www/soap/tracker/tracker.php | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits