|
From: <al...@al...> - 2008-10-23 18:13:09
|
Wed Oct 1 15:58:28 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Simplified all db_entity classes. Changed db_entity instantiator to PHP5 __construct().
M ./announcement/lib/announcement.inc.php -14 +9
M ./client/lib/client.inc.php -34 +23
M ./client/lib/clientContact.inc.php -21 +17
M ./comment/lib/comment.inc.php -18 +14
M ./comment/lib/commentTemplate.inc.php -13 +8
M ./config/lib/config.inc.php -10 +6
M ./email/lib/sentEmailLog.inc.php -15 +11
M ./email/lib/token.inc.php -18 +14
M ./email/lib/tokenAction.inc.php -12 +7
M ./finance/lib/expenseForm.inc.php -18 +14
M ./finance/lib/tf.inc.php -15 +11
M ./finance/lib/tfPerson.inc.php -10 +6
R ./finance/lib/tf_person.inc.php
M ./finance/lib/transaction.inc.php -38 +37
M ./finance/lib/transactionRepeat.inc.php -30 +23
M ./invoice/lib/invoice.inc.php -15 +11
M ./invoice/lib/invoiceItem.inc.php -21 +16
M ./item/lib/item.inc.php -19 +11
M ./item/lib/loan.inc.php -19 +11
M ./person/lib/absence.inc.php -14 +9
M ./person/lib/person.inc.php -33 +30
M ./person/lib/savedView.inc.php -13 +8
M ./person/lib/skillList.inc.php -9 +7
M ./person/lib/skillProficiencys.inc.php -9 +7
M ./project/lib/project.inc.php -32 +29
M ./project/lib/projectCommissionPerson.inc.php -12 +7
M ./project/lib/projectPerson.inc.php -18 +13
M ./reminder/lib/reminder.inc.php -21 +17
M ./security/lib/permission.inc.php -16 +12
M ./security/lib/role.inc.php -11 +7
M ./shared/lib/class_db_entity.inc.php -20 +40
M ./shared/lib/class_history.inc.php -14 +9
M ./shared/lib/class_interestedParty.inc.php -14 +10
M ./task/lib/task.inc.php -37 +34
M ./task/lib/taskType.inc.php -11 +7
M ./task/task.php -1 +1
M ./time/lib/timeSheet.inc.php -26 +21
M ./time/lib/timeSheetItem.inc.php -19 +15
M ./time/lib/timeUnit.inc.php -20 +12
Wed Oct 1 16:20:41 EST 2008 Alex Lance <al...@cy...>
* SOAP Added help text to get_list_vars() and ensured all get_list entities supported a return type of array.
M ./client/lib/client.inc.php -31 +22
M ./finance/lib/transaction.inc.php -21 +20
M ./invoice/lib/invoice.inc.php -47 +29
M ./project/lib/import_export.inc.php -2 +2
M ./project/lib/project.inc.php -37 +24
M ./project/personGraphImage.php -1 +1
M ./project/project.php -1 +1
M ./project/projectGraphImage.php -1 +1
M ./project/projectList.php +1
M ./soap/alloc.wsdl -1 +1
M ./soap/demo/get_list.php -3 +8
M ./soap/lib/alloc_soap.inc.php -6 +14
M ./task/lib/task.inc.php -78 +53
M ./time/lib/timeSheet.inc.php -50 +38
Wed Oct 8 02:41:25 EST 2008 Alex Lance <al...@cy...>
* BUG database errors were echoing twice.
M ./shared/lib/class_db_entity.inc.php -1 +1
Tue Oct 14 21:24:05 EST 2008 Alex Lance <al...@cy...>
* COSMETIC Nuked allocpsa.org image from the toolbar. Added Online Resources box with images to the Help screen.
M ./help/templates/helpM.tpl -1 +20
A ./images/alloc_com_tiny.png
A ./images/cybersource.png
A ./images/sourceforge.png
M ./shared/templates/toolbarS.tpl -2 +1
|