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 8f22078721b21ff89ed02a63e23d049bfd76a0a3 (commit)
from 83acedf6d5d92a05f9ddb239f9e2b5e7ac6fca36 (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=8f22078721b21ff89ed02a63e23d049bfd76a0a3
commit 8f22078721b21ff89ed02a63e23d049bfd76a0a3
Author: Franck Villaume <[email protected]>
Date: Thu Aug 18 13:47:07 2016 +0200
tracker SOAP API: add missing field for artifact: last_modified_date
diff --git a/src/www/soap/tracker/tracker.php b/src/www/soap/tracker/tracker.php
index 2ef4049..96985d2 100644
--- a/src/www/soap/tracker/tracker.php
+++ b/src/www/soap/tracker/tracker.php
@@ -174,6 +174,7 @@ $server->wsdl->addComplexType(
'submitted_by' => array('name'=>'submitted_by', 'type' =>
'xsd:int'),
'assigned_to' => array('name'=>'assigned_to', 'type' =>
'xsd:int'),
'open_date' => array('name'=>'open_date', 'type' => 'xsd:int'),
+ 'last_modified_date' => array('name'=>'last_modified_date',
'type' => 'xsd:int'),
'close_date' => array('name'=>'close_date', 'type' =>
'xsd:int'),
'summary' => array('name'=>'summary', 'type' => 'xsd:string'),
'details' => array('name'=>'details', 'type' => 'xsd:string'),
@@ -784,6 +785,7 @@ function artifacts_to_soap($at_arr) {
'submitted_by'=>$at_arr[$i]->data_array['submitted_by'],
'assigned_to'=>$at_arr[$i]->data_array['assigned_to'],
'open_date'=>$at_arr[$i]->data_array['open_date'],
+
'last_modified_date'=>$at_arr[$i]->data_array['last_modified_date'],
'close_date'=>$at_arr[$i]->data_array['close_date'],
'summary'=>$at_arr[$i]->data_array['summary'],
'details'=>$at_arr[$i]->data_array['details'],
-----------------------------------------------------------------------
Summary of changes:
src/www/soap/tracker/tracker.php | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits