|
From: <al...@al...> - 2008-10-23 18:11:01
|
Mon Sep 29 00:31:26 EST 2008 Alex Lance <al...@cy...>
* SOAP Added get_list_vars() functionality. Made wsdl auto-generated using WSDL_Gen.
./soap/class_alloc_soap.inc.php -> ./soap/lib/alloc_soap.inc.php
./soap/client -> ./soap/demo
./soap/nonSoapTester.php -> ./soap/demo/nonSoapTester.php
./soap/soapClient_add_timeSheetItem_by_task.php -> ./soap/demo/add_timeSheetItem_by_task.php
./soap/soapClient_get_task_comments.php -> ./soap/demo/get_task_comments.php
./soap/soapServer.php -> ./soap/server.php
M ./AUTHORS +2
M ./Makefile -1 +4
M ./client/lib/client.inc.php -16 +21
M ./finance/lib/transaction.inc.php -16 +21
M ./invoice/lib/invoice.inc.php -23 +28
M ./project/lib/project.inc.php -21 +31
M ./shared/lib/class_db.inc.php +1
M ./soap/README -11 +10
M ./soap/alloc.wsdl -135 +160
A ./soap/client/
A ./soap/demo/get_list.php
A ./soap/demo/get_list.py
A ./soap/lib/
A ./soap/lib/WSDL_Gen.inc.php
M ./soap/lib/alloc_soap.inc.php -25 +126
A ./soap/lib/init.php
M ./soap/server.php -2 +3
R ./soap/soapClient_get_table_rows.php
R ./soap/soapClient_get_tf_transactions.php
A ./soap/wsdl.php
M ./task/lib/task.inc.php -29 +35
M ./time/lib/timeSheet.inc.php -22 +25
Mon Sep 29 00:52:36 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Renamed the Product module to Sale.
./product -> ./sale
M ./alloc.php -1 +1
M ./sale/lib/init.php -3 +1
M ./shared/global_tpl_values.inc.php -4 +4
Mon Sep 29 15:31:01 EST 2008 Alex Lance <al...@cy...>
* 13767 Made Time Sheet Items with a blank dollar amount render as $0.00.
M ./time/timeSheet.php +2
Mon Sep 29 15:46:35 EST 2008 Alex Lance <al...@cy...>
* BUG Made class db_field() work better with checkboxes.
M ./shared/lib/class_db_field.inc.php -5 +2
Mon Sep 29 17:40:58 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed unused projectModificationNote table.
M ./installation/db_data.sql -2
M ./installation/db_structure.sql -11
A ./patches/patch-00117-alla.sql
M ./project/lib/init.php -2
R ./project/lib/projectModificationNote.inc.php
R ./project/lib/project_modification.inc.php
M ./project/project.php -21
M ./report/report.php -2
|