gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/soap/common group.php, 1.1, 1.2 user.php, 1


From: tperdue
Subject: [Gforge-commits] gforge/www/soap/common group.php, 1.1, 1.2 user.php, 1.1, 1.2
Date: Mon, 20 Sep 2004 15:17:26 -0500

Update of /cvsroot/gforge/gforge/www/soap/common
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/www/soap/common

Modified Files:
        group.php user.php 
Log Message:
committing recent soap work

Index: group.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/soap/common/group.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- group.php   28 Feb 2004 21:43:53 -0000      1.1
+++ group.php   20 Sep 2004 20:17:23 -0000      1.2
@@ -42,6 +42,7 @@
        'status' => array('name'=>'status', 'type' => 'xsd:string'),
        'unix_group_name' => array('name'=>'unix_group_name', 'type' => 
'xsd:string'),
        'short_description' => array('name'=>'short_description', 'type' => 
'xsd:string'),
+       'scm_box' => array('name'=>'scm_box', 'type' => 'xsd:string'),
        'register_time' => array('name'=>'register_time', 'type' => 
'xsd:integer') ) );
 
 // Array of groups
@@ -106,6 +107,7 @@
                        'status'=>$grps[$i]->data_array['status'],
                        
'unix_group_name'=>$grps[$i]->data_array['unix_group_name'],
                        
'short_description'=>$grps[$i]->data_array['short_description'],
+                       'scm_box'=>$grps[$i]->data_array['scm_box'],
                        
'register_time'=>$grps[$i]->data_array['register_time']);
                }
 

Index: user.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/soap/common/user.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- user.php    28 Feb 2004 21:43:53 -0000      1.1
+++ user.php    20 Sep 2004 20:17:23 -0000      1.2
@@ -37,7 +37,13 @@
        array(
        'user_id' => array('name'=>'user_id', 'type' => 'xsd:integer'),
        'user_name' => array('name'=>'user_name', 'type' => 'xsd:string'),
-       'realname' => array('name'=>'realname', 'type' => 'xsd:string'),
+       'title' => array('name'=>'title', 'type' => 'xsd:string'),
+       'firstname' => array('name'=>'firstname', 'type' => 'xsd:string'),
+       'lastname' => array('name'=>'lastname', 'type' => 'xsd:string'),
+       'address' => array('name'=>'address', 'type' => 'xsd:string'),
+       'address2' => array('name'=>'address2', 'type' => 'xsd:string'),
+       'phone' => array('name'=>'phone', 'type' => 'xsd:string'),
+       'fax' => array('name'=>'fax', 'type' => 'xsd:string'),
        'status' => array('name'=>'status', 'type' => 'xsd:string'),
        'timezone' => array('name'=>'timezone', 'type' => 'xsd:string'),
        'country_code' => array('name'=>'country_code', 'type' => 'xsd:string'),
@@ -121,7 +127,13 @@
                        //build an array of just the fields we want
                        $return[] = 
array('user_id'=>$usrs[$i]->data_array['user_id'], 
                        'user_name'=>$usrs[$i]->data_array['user_name'],
-                       'realname'=>$usrs[$i]->data_array['realname'],
+                       'title'=>$usrs[$i]->data_array['title'],
+                       'firstname'=>$usrs[$i]->data_array['firstname'],
+                       'lastname'=>$usrs[$i]->data_array['lastname'],
+                       'address'=>$usrs[$i]->data_array['address'],
+                       'address2'=>$usrs[$i]->data_array['address2'],
+                       'phone'=>$usrs[$i]->data_array['phone'],
+                       'fax'=>$usrs[$i]->data_array['fax'],
                        'status'=>$usrs[$i]->data_array['status'],
                        'timezone'=>$usrs[$i]->data_array['timezone'],
                        'country_code'=>$usrs[$i]->data_array['country_code'],





reply via email to

[Prev in Thread] Current Thread [Next in Thread]