|
From: <al...@al...> - 2008-07-16 02:07:00
|
Wed Jul 16 09:07:49 EST 2008 Alex Lance <al...@cy...>
* 11449 Fixed up the vertical align of the help images. Reduced the overlarge font-size for box.th a.
M ./css/style_default_1.css -2 +1
M ./css/style_default_10.css -2 +1
M ./css/style_default_2.css -2 +1
M ./css/style_default_3.css -2 +1
M ./css/style_default_4.css -2 +1
M ./css/style_default_5.css -2 +1
M ./css/style_default_6.css -2 +1
M ./css/style_default_7.css -2 +1
M ./css/style_default_8.css -2 +1
M ./css/style_default_9.css -2 +1
M ./css/style_leaf_1.css -2 +1
M ./css/style_leaf_10.css -2 +1
M ./css/style_leaf_2.css -2 +1
M ./css/style_leaf_3.css -2 +1
M ./css/style_leaf_4.css -2 +1
M ./css/style_leaf_5.css -2 +1
M ./css/style_leaf_6.css -2 +1
M ./css/style_leaf_7.css -2 +1
M ./css/style_leaf_8.css -2 +1
M ./css/style_leaf_9.css -2 +1
M ./styles/style.tpl -2 +1
Wed Jul 16 09:24:14 EST 2008 Alex Lance <al...@cy...>
* 20032 Update documentation. Added DEVELOPERS document.
A ./DEVELOPERS
|
|
From: <al...@al...> - 2008-07-16 04:55:16
|
Wed Jul 16 14:52:28 EST 2008 Alex Lance <al...@cy...>
* 13184 Added the Precedence header to alloc task/comment emails.
M ./comment/lib/comment.inc.php +1
M ./task/lib/task.inc.php +3
|
|
From: <al...@al...> - 2008-07-16 21:40:58
|
Wed Jul 16 16:48:56 EST 2008 Jeremy Chin <je...@cy...>
* 11522 First version of product sales module.
M ./alloc.php +1
M ./finance/lib/transaction.inc.php +1
A ./patches/patch-00102-jeremyc.sql
A ./product/
M ./project/project.php +15
M ./project/templates/projectFormM.tpl -1 +5
M ./shared/global_tpl_values.inc.php +5
M ./sql/db_data.sql -2 +12
M ./sql/db_structure.sql -2 +55
M ./tools/menu.php +1
|
|
From: <al...@al...> - 2008-07-16 22:03:36
|
Thu Jul 17 08:02:08 EST 2008 Alex Lance <al...@cy...>
* 11522 Fixed syntax error in db_structure.sql for productCost table.
M ./sql/db_structure.sql -1 +1
|
|
From: <al...@al...> - 2008-07-16 22:27:29
|
Thu Jul 17 08:22:14 EST 2008 Alex Lance <al...@cy...>
* 11598 Added DROP TABLE IF EXISTS in front of all tables in the installation db_structure.sql script.
M ./sql/db_structure.sql +55
|
|
From: <al...@al...> - 2008-07-17 07:03:35
|
Thu Jul 3 11:33:00 EST 2008 Patrick Clearwater <pa...@cy...>
* 13065 Correctly escape fields for TF CSV export.
M ./finance/lib/transaction.inc.php -2 +2
|
|
From: <al...@al...> - 2008-07-18 04:14:52
|
Fri Jul 18 13:08:32 EST 2008 Patrick Clearwater <pa...@cy...>
* 12946 Repeating expenses should no longer go into an infinite loop.
M ./finance/checkRepeat.php -1 +2
|
|
From: <al...@al...> - 2008-07-19 04:43:40
|
Sat Jul 19 14:28:31 EST 2008 Alex Lance <al...@cy...>
* 13153 Added Project, Parent Task and Task Type to en masse Task editing. Added clicks to the <tr>. Fixed Assign To dropdown.
M ./javascript/init.js -1 +6
M ./task/lib/task.inc.php -22 +53
M ./task/taskList.php -24 +31
Sat Jul 19 14:38:12 EST 2008 Alex Lance <al...@cy...>
* 13203 Nuked colspan=3 from Project->Task List. Renamed parenTaskDropdown to parentTaskDropdown.
M ./project/templates/projectFormM.tpl -1 +1
M ./task/templates/taskDetailM.tpl -2 +2
|
|
From: <al...@al...> - 2008-07-21 01:57:31
|
Fri Jul 18 11:40:55 EST 2008 Jeremy Chin <je...@cy...>
* 11598 Removed permissionIDs from db_data.sql
M ./sql/db_data.sql -73 +73
Fri Jul 18 13:03:19 EST 2008 Jeremy Chin <je...@cy...>
* 11598 Added taxTfID to db_data.sql to bring DB in line with patches
M ./sql/db_data.sql +1
Sat Jul 19 21:24:50 EST 2008 Jeremy Chin <je...@cy...>
* 11522 Added code for product module.
A ./product/lib/
A ./product/lib/init.php
A ./product/lib/product.inc.php
A ./product/lib/productCost.inc.php
A ./product/lib/productSale.inc.php
A ./product/lib/productSaleItem.inc.php
A ./product/lib/productSaleTransaction.inc.php
A ./product/product.php
A ./product/productList.php
A ./product/productSale.php
A ./product/templates/
A ./product/templates/productListM.tpl
A ./product/templates/productM.tpl
A ./product/templates/productSaleListS.tpl
A ./product/templates/productSaleM.tpl
A ./product/updateCostPrice.php
A ./project/templates/projectProductSaleS.tpl
|
|
From: <al...@al...> - 2008-07-23 02:58:58
|
Mon Feb 25 13:47:42 EST 2008 Patrick Clearwater <pa...@cy...>
* 11097 Added transaction summary to timesheet completed emails
"Timesheet completed" emails now have a summary of transactions attached to that timesheet (if any), containing the date, product name and the status (approved/rejected/pending).
M ./time/lib/timeSheet.inc.php +14
Mon Jul 21 16:39:08 EST 2008 Patrick Clearwater <pa...@cy...>
* 13210 Time sheet items with a rate of $0 are now billed to clients at the normal rate.
M ./time/lib/timeSheet.inc.php -3 +1
Tue Jul 22 13:04:04 EST 2008 Patrick Clearwater <pa...@cy...>
* 13141 Users can now save filtered task lists. [2]
A ./help/taskList_savedFilter.html
A ./patches/patch-00103-patrick.sql
M ./person/lib/init.php +1
A ./person/lib/savedView.inc.php
A ./person/templates/savedViewFilterControlsS.tpl
A ./person/templates/savedViewFilterLinkS.tpl
M ./sql/db_data.sql +2
M ./sql/db_structure.sql +10
M ./task/lib/task.inc.php -1 +7
M ./task/taskList.php -4 +10
M ./task/templates/taskFilterS.tpl -1 +15
Tue Jul 22 12:23:00 EST 2008 Patrick Clearwater <pa...@cy...>
* 20031 Patch to change permissions for taskCommentTemplate to permissions for commentTemplate
A ./patches/patch-00104-patrick.sql
Tue Jul 22 15:25:23 EST 2008 Patrick Clearwater <pa...@cy...>
* 13209 Cosmetic changes to product sales: added some popup help and made percentage allocation descriptions more clear.
A ./help/product_fixedCost.html
A ./help/product_percentageCost.html
M ./product/product.php -1 +1
M ./product/productSale.php -1 +2
M ./product/templates/productM.tpl -3 +3
M ./product/templates/productSaleM.tpl -1 +1
|
|
From: <al...@al...> - 2008-07-31 04:30:54
|
Thu Dec 20 11:41:17 EST 2007 Jeremy Chin <je...@cy...>
* 11604 Transactions can't be modified after their invoice/timesheet/expense form has been completed.
M ./finance/lib/transaction.inc.php +40
M ./finance/transaction.php -2 +6
M ./invoice/invoice.php -13 +10
M ./invoice/lib/invoice.inc.php -9 +23
Thu Jul 31 14:29:36 EST 2008 Alex Lance <al...@cy...>
* 13254 Changed alloc to use double-entry bookkeeping for it's transactions.
M ./config/config.php +2
M ./config/templates/configM.tpl -30 +56
M ./finance/checkRepeat.php +8
M ./finance/expenseForm.php -7 +14
M ./finance/expenseUpload.php -2 +3
M ./finance/lib/tf.inc.php -4 +24
M ./finance/lib/transaction.inc.php -26 +58
M ./finance/lib/transactionRepeat.inc.php -21 +18
M ./finance/searchTransaction.php -2 +16
M ./finance/templates/editTransactionM.tpl -2 +12
M ./finance/templates/expenseFormM.tpl -2 +2
M ./finance/templates/expenseFormPrintableM.tpl -7 +7
M ./finance/templates/expenseFormPrintableR.tpl -8 +8
M ./finance/templates/expenseFormR.tpl -1 +1
M ./finance/templates/searchTransactionM.tpl -3 +6
M ./finance/templates/searchTransactionR.tpl +1
M ./finance/templates/tfListM.tpl -1 +1
M ./finance/templates/transactionRepeatM.tpl -2 +4
M ./finance/templates/viewTransactionM.tpl -1 +5
M ./finance/transaction.php -1 +5
M ./finance/transactionRepeat.php -42 +35
M ./finance/wagesUpload.php -3 +8
M ./help/config_cybersourceTfID.html -4 +12
A ./help/config_invoicesTfID.html
M ./help/config_taxTfID.html -1 +1
A ./help/config_wagesTfID.html
A ./help/from_transaction_tf.html
M ./help/transaction_tf.html -1 +1
M ./invoice/invoice.php -1 +2
M ./invoice/invoicesUpload.php -2 +2
A ./patches/patch-00107-alla.sql
M ./product/templates/productSaleM.tpl -4 +3
M ./shared/lib/class_alloc_email.inc.php +1
M ./shared/util.inc.php -14
M ./sql/db_data.sql +4
M ./sql/db_structure.sql +3
M ./time/lib/timeSheet.inc.php -84 +48
M ./time/templates/timeSheetNewTransaction.tpl -1 +6
M ./time/templates/timeSheetTransactionListM.tpl -7 +2
M ./time/templates/timeSheetTransactionListR.tpl +1
M ./time/templates/timeSheetTransactionListViewR.tpl -1 +1
M ./time/timeSheet.php -11 +14
|
|
From: Alex L. <al...@cy...> - 2008-07-31 04:51:07
|
> Thu Jul 31 14:29:36 EST 2008 Alex Lance <al...@cy...> > * 13254 Changed alloc to use double-entry bookkeeping for it's transactions. Hi Jeremy, I've just added a mod to alloc so that transactions are double-entry based. The practical effect of this, is if a transaction has it's (newly added) fromTfID field set, then the transaction appears inverted in that TF. Eg: there might be a transaction that has a Source TF (fromTfID) of "Cybersource General", and a Destination TF (tfID) of "alla" for $10. This single transaction signifies the movement of $10 from the Cyber General Tf to the alla tf. One TF goes up, one TF goes down. Previously we would represent this transfer with two transactions. The only area of alloc I haven't updated with this new functionality was the product code cause I haven't played with it properly. But I can tell you that since all transactions *must* have a fromTfID defined, that this change breaks the product code a little. When you have time could you please just update your code so that it uses the new model? To help illustrate the type of change that you might need to make, take for example the timesheets. They would *previously* create a breakdown of transactions something like this: -$100 debit "Cyber General" one hundred dollars (tfID: Cyber General) $20 manager gets a cut (tfID: tfID:some_managers_tf) $80 back to engineer (tfID: engineers_tf) Now there is one less transaction, and the regular transactions have a fromTfID set: $20 manager gets a cut (tfID:some_managers_tf, fromTfID:Cyber General) $80 back to engineer (tfID:engineers_tf, fromTfID:Cyber General) Any assistance you can lend in updating the product stuff is greatly appreciated ... Alex |
|
From: root <ro...@al...> - 2008-08-12 16:49:55
|
Mon Aug 11 15:48:10 EST 2008 Alex Lance <al...@cy...> * 12643 Second attempt at fixing bug with external parties that are not highlighted orange in the task comments box. Sun Aug 10 18:13:24 EST 2008 Alex Lance <al...@cy...> * 11449 Fixed up stylesheet for IE6, FF3 and Opera9.5. Sun Aug 10 13:16:02 EST 2008 Alex Lance <al...@cy...> * 11449 Updated the look of the pending approval time sheets home items to be consistant with the new $table_list look. Sun Aug 10 13:02:07 EST 2008 Alex Lance <al...@cy...> * 13254 Added validation so that Source and Dest TF cannot be the same for a single transaction. Sun Aug 10 12:52:06 EST 2008 Alex Lance <al...@cy...> * 13254 Updated names of Invoice and Wages TF's to be Incoming and Outgoing. Fixed bug in config screen when selecting the invoicesTfID. |
|
From: <al...@al...> - 2008-08-13 07:01:02
|
Wed Aug 13 16:49:34 EST 2008 Alex Lance <al...@cy...>
* 13254 Negated the wages upload amounts.
M ./finance/wagesUpload.php -1 +2
|
|
From: <al...@al...> - 2008-08-18 04:13:53
|
Mon Aug 18 14:14:11 EST 2008 Alex Lance <al...@cy...>
* 13254 Expense form double-entry transactions were negated.
M ./finance/expenseForm.php -1 +1
|
|
From: <al...@al...> - 2008-08-24 16:27:17
|
Mon Aug 25 00:11:10 EST 2008 Alex Lance <al...@cy...>
* 13203 Removed some superfluous files.
R ./util/fix_timeSheet-customerBilledDollars.php
A ./util/fonts/LucidaSansRegular.ttf
R ./util/fonts/LucidaSansRegular.ttf
R ./util/misc/fix_left_right_taskid.php
R ./util/misc/fix_projectperson_timesheet_manager_thing.php
R ./util/misc/fix_unallocated_funds.php
R ./util/misc/inc_to_php.sh
R ./util/misc/sr.bash
R ./util/misc/sr.py
R ./util/misc/sr_amp.sh
R ./util/misc/tidy_script
R ./util/misc/update_alloc_dev_database.sh
Mon Aug 25 00:46:54 EST 2008 Alex Lance <al...@cy...>
* 13203 Silenced mysql errors in install script.
M ./installation/install.php -1 +2
Mon Aug 25 01:49:17 EST 2008 Alex Lance <al...@cy...>
* 11449 Further enhancements to the task editing page.
M ./css/style_default.css -19 +3
M ./css/style_leaf.css -19 +3
M ./styles/style.tpl -19 +3
M ./task/task.php -3 +2
M ./task/templates/taskM.tpl -58 +91
M ./task/templates/taskPrinterM.tpl -6 +10
|
|
From: <al...@al...> - 2008-08-27 04:43:51
|
Tue Aug 26 21:41:52 EST 2008 Alex Lance <al...@cy...>
* 11449 Added more messages to screens. Added "mandatory" red star to required fields.
M ./client/client.php -2 +2
M ./client/clientList.php +17
M ./client/templates/clientDetailsEdit.tpl -1 +1
M ./comment/templates/commentTemplateListM.tpl -1 +2
M ./comment/templates/commentTemplateListR.tpl -1 +2
M ./finance/templates/editTransactionM.tpl -11 +10
M ./finance/templates/expenseFormListM.tpl -2 +2
M ./finance/templates/expenseFormM.tpl -5 +5
M ./finance/templates/searchTransactionM.tpl -8 +9
M ./finance/templates/transactionRepeatM.tpl -10 +7
M ./finance/transaction.php -1 +3
M ./finance/transactionRepeat.php -2 +2
M ./invoice/invoiceList.php +17
M ./invoice/templates/invoiceItemForm.tpl -2 +2
M ./invoice/templates/invoiceM.tpl -1 +1
M ./product/templates/productM.tpl -3 +3
M ./project/project.php -1 +1
M ./project/projectList.php -4 +24
M ./project/templates/projectFormM.tpl -1 +1
M ./shared/util.inc.php +9
M ./task/lib/task.inc.php -1 +1
M ./task/task.php -1 +10
M ./task/taskList.php +17
M ./task/templates/taskM.tpl -2 +2
M ./time/templates/timeSheetFormM.tpl -1 +1
M ./time/templates/timeSheetItemForm.tpl -2 +1
M ./time/timeSheetList.php +17
Wed Aug 27 04:49:42 EST 2008 Alex Lance <al...@cy...>
* 13203 Modified skills list to not include deactivated user accounts.
M ./person/personSkillMatrix.php -16 +6
Wed Aug 27 04:51:17 EST 2008 Alex Lance <al...@cy...>
* 11449 Adjusted styling of popup calendars so that they vertically align better.
M ./css/style_default.css -6 +22
M ./css/style_leaf.css -6 +22
M ./finance/templates/searchTransactionM.tpl -7 +4
M ./invoice/templates/invoiceItemForm.tpl -1 +1
M ./invoice/templates/invoiceListFilterS.tpl -9 +7
M ./shared/util.inc.php -2 +3
M ./styles/style.tpl -6 +22
M ./task/templates/taskM.tpl -26 +37
M ./time/templates/timeSheetItemForm.tpl -3 +1
Wed Aug 27 04:56:00 EST 2008 Alex Lance <al...@cy...>
* 11449 Made Project editing page dynamically editable. Reduced load time by approximately a factor of ten for project page.
M ./client/lib/client.inc.php -3 +18
A ./patches/patch-00111-alla.sql
M ./project/lib/project.inc.php -1 +1
M ./project/project.php -49 +67
M ./project/templates/projectFormM.tpl -71 +195
A ./project/updateProjectClientList.php
A ./project/updateProjectList.php
M ./shared/global_tpl_values.inc.php +2
M ./shared/util.inc.php -5 +15
M ./sql/db_structure.sql -1 +1
Wed Aug 27 06:04:20 EST 2008 Alex Lance <al...@cy...>
* 13141 Updated Task Filter saving mechanism UI.
M ./css/style_default.css -10 +8
M ./css/style_leaf.css -10 +8
M ./help/taskList_savedFilter.html -7 +21
M ./person/lib/savedView.inc.php -34 +24
R ./person/templates/savedViewFilterControlsS.tpl
R ./person/templates/savedViewFilterLinkS.tpl
M ./project/lib/project.inc.php -1 +1
M ./styles/style.tpl -10 +8
M ./task/lib/task.inc.php -12 +13
M ./task/taskList.php -3
M ./task/templates/taskFilterS.tpl -90 +91
|
|
From: <al...@al...> - 2008-08-31 14:07:59
|
Fri Aug 29 03:13:14 EST 2008 Alex Lance <al...@cy...>
* 11449 Adjusted invoices filter to render better.
M ./invoice/templates/invoiceListFilterS.tpl -3 +3
Fri Aug 29 04:26:19 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed get_option function.
M ./client/lib/client.inc.php -4 +3
M ./finance/expenseForm.php -4 +2
M ./finance/searchTransaction.php -4 +2
M ./finance/templates/expenseFormM.tpl -2 +2
M ./finance/templates/searchTransactionM.tpl -2 +2
M ./finance/templates/transactionRepeatM.tpl -2 +2
M ./finance/transactionRepeat.php -10 +5
M ./person/person.php -6 +4
M ./product/productSale.php -2 +1
M ./product/templates/productSaleM.tpl -2 +2
M ./report/report.php -3 +1
M ./shared/lib/class_db_entity.inc.php -11
M ./shared/util.inc.php -9
M ./task/lib/task.inc.php -14 +12
M ./task/templates/taskM.tpl -1 +1
M ./task/updatePersonList.php -1 +1
M ./time/lib/timeSheet.inc.php -6 +4
M ./time/templates/timeSheetListFilterS.tpl +1
M ./time/timeSheet.php -18 +9
Fri Aug 29 05:48:28 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed get_array_from_db(), get_options_from_db(), get_options_from_array().
M ./finance/expenseForm.php -5 +9
M ./finance/searchTransaction.php -8 +4
M ./finance/tf.php -7 +2
M ./finance/transaction.php -7 +6
M ./finance/transactionRepeat.php -9 +5
M ./invoice/invoice.php -5
M ./item/addItem.php -3 +3
M ./item/item.php -2 +1
M ./person/absence.php -6
M ./person/person.php -7 +9
M ./person/personList.php -3 +3
M ./person/personSkillAdd.php -2 +2
M ./person/personSkillMatrix.php -2 +2
M ./product/productSale.php -6 +5
M ./project/lib/project.inc.php -2 +2
M ./project/project.php -11 +6
M ./reminder/lib/reminder.inc.php -9 +9
M ./reminder/reminderAdd.php -2 +2
M ./security/permission.php -3 +9
M ./shared/lib/class_history.inc.php -7 +10
M ./shared/util.inc.php -71 +2
M ./task/lib/task.inc.php -7 +8
M ./time/lib/timeSheet.inc.php -6 +4
M ./time/timeSheet.php -9 +12
M ./tools/costtime.php -1 +1
Fri Aug 29 18:28:23 EST 2008 Alex Lance <al...@cy...>
* 13203 Nuked missing image file menuarrow.gif from calendar.css.
M ./css/calendar.css -1 +1
Sun Aug 31 05:50:54 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved files from shared, into their respective modules where they belong.
./shared/lib/class_alloc_email.inc.php -> ./email/lib/email.inc.php
./shared/lib/class_alloc_email_receive.inc.php -> ./email/lib/email_receive.inc.php
./shared/lib/class_backups.inc.php -> ./tools/lib/backups.inc.php
./shared/lib/class_home_item.inc.php -> ./home/lib/home_item.inc.php
./shared/lib/class_mime_parser.inc.php -> ./email/lib/mime_parser.inc.php
./shared/lib/class_sentEmailLog.inc.php -> ./email/lib/sentEmailLog.inc.php
M ./email/lib/init.php +4
M ./home/lib/init.php +2
M ./shared/lib/init.php -6
M ./tools/lib/init.php -1 +3
Sun Aug 31 05:59:15 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved help_src to help/src.
./help_src -> ./help/src
M ./DEVELOPERS -1 +1
M ./Makefile -14 +14
Sun Aug 31 06:05:02 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved styles/ to css/src/.
./css/README_CSS -> ./css/README
./styles -> ./css/src
M ./Makefile -2 +2
M ./alloc.php -1 +1
M ./css/README -1 +1
M ./util/make_stylesheets.py -3 +3
Sun Aug 31 06:18:08 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved sql/* into installation/.
./sql/db_data.sql -> ./installation/db_data.sql
./sql/db_structure.sql -> ./installation/db_structure.sql
M ./Makefile -10 +10
M ./installation/install.php -1 +1
R ./sql/
Sun Aug 31 08:06:02 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Moved lib/* into shared/lib/.
./lib/class.ezpdf.php -> ./shared/lib/class.ezpdf.php
./lib/class.pdf.php -> ./shared/lib/class.pdf.php
./lib/pclzip.lib.php -> ./shared/lib/pclzip.lib.php
M ./invoice/lib/invoice.inc.php -1 +1
R ./lib/
M ./time/timeSheetPrint.php -1 +1
M ./tools/lib/backups.inc.php -2 +2
Sun Aug 31 08:13:20 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Nuked util/misc directory.
./util/misc/agpl_header -> ./util/agpl_header
./util/misc/agpl_header.py -> ./util/agpl_header.py
R ./util/misc/
Sun Aug 31 22:04:24 EST 2008 Alex Lance <al...@cy...>
* 11598 Fixed up the defaults for the database. Added index to transaction.fromTfID. Changed PK of savedView to int(11).
M ./Makefile -17 +16
M ./installation/db_structure.sql -10 +11
A ./patches/patch-00113-alla.sql
Sun Aug 31 22:38:12 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed unused images.
R ./images/grow.gif
R ./images/icon_message_bad.gif
R ./images/icon_message_good.gif
R ./images/icon_message_help.gif
R ./images/shrink.gif
Sun Aug 31 22:51:32 EST 2008 Alex Lance <al...@cy...>
* 11446 Added query performance meter to footer of page. Removed plus-minus images.
R ./images/small_grow.gif
R ./images/small_shrink.gif
M ./javascript/alloc.js -22
M ./shared/lib/class_db.inc.php +8
M ./shared/templates/footerS.tpl +9
M ./shared/util.inc.php -8 +13
M ./task/templates/taskCommentM.tpl -1 +1
M ./task/templates/taskFilterS.tpl -1 +1
M ./time/templates/timeSheetCommentM.tpl -1 +1
Sun Aug 31 23:43:43 EST 2008 Alex Lance <al...@cy...>
* 11449 Adjusted styling of magic links.
M ./css/src/style.tpl -1 +1
M ./css/style_default.css -1 +1
M ./css/style_leaf.css -1 +1
Sun Aug 31 23:53:40 EST 2008 Alex Lance <al...@cy...>
* 11446 Improved memory usage of tasks list.
M ./task/lib/task.inc.php -9 +1
Mon Sep 1 00:01:09 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Removed obsolete htmlElement, htmlAttribute, htmlElementType, htmlAttributeType.
R ./config/configHtml.php
R ./config/configHtmlList.php
R ./config/lib/htmlAttribute.inc.php
R ./config/lib/htmlElement.inc.php
M ./config/lib/init.php -2
R ./config/templates/configHtmlListM.tpl
R ./config/templates/configHtmlM.tpl
M ./installation/db_data.sql -46
M ./installation/db_structure.sql -53
A ./patches/patch-00112-alla.sql
M ./shared/util.inc.php -88 +1
|
|
From: <al...@al...> - 2008-10-06 16:20:36
|
Tue Sep 2 16:19:28 EST 2008 Patrick Clearwater <pa...@cy...>
* 13392 Reduced width of "Units" column in printable timesheets.
M ./time/templates/timeSheetPrintM.tpl -1 +1
Tue Sep 23 17:29:34 EST 2008 Patrick Clearwater <pa...@cy...>
* 13413 Files with names longer than 40 characters can now be deleted.
M ./shared/del_attachment.php -2 +1
Wed Oct 1 13:19:34 EST 2008 Patrick Clearwater <pa...@cy...>
* 13748 Expense form items will now always display the project name, if present.
M ./finance/expenseForm.php -1 +1
Wed Oct 1 13:23:20 EST 2008 Patrick Clearwater <pa...@cy...>
* 13618 Bugfix: don't reverse the sign when editing expense form items.
M ./finance/expenseForm.php -1 +1
Wed Oct 1 13:43:51 EST 2008 Patrick Clearwater <pa...@cy...>
* 13716 Restored overdue colouring for timesheets-waiting-approval home item.
M ./time/templates/pendingApprovalTimeSheetHomeR.tpl -2 +2
|
|
From: <al...@al...> - 2008-10-14 06:30:54
|
Tue Oct 7 15:31:00 EST 2008 Patrick Clearwater <pa...@cy...>
* 11690 Can now assign project commissions again.
M ./project/project.php +5
Tue Oct 7 15:36:58 EST 2008 Patrick Clearwater <pa...@cy...>
* 11690 Now possible to change the 'all-remaining' commission recipient.
M ./project/lib/projectCommissionPerson.inc.php -1 +1
|
|
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
|
|
From: <al...@al...> - 2008-10-23 18:11:41
|
Tue Sep 30 01:44:26 EST 2008 Alex Lance <al...@cy...>
* LIBRARY Updated jQuery to 1.2.6.
M ./javascript/jquery.js -3402 +25
Tue Sep 30 01:46:28 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Straightened up a couple of queries and re-jigged the javascript in the time sheet page.
M ./time/templates/timeSheetFormM.tpl -6
M ./time/timeSheet.php -8 +10
M ./time/updateProjectListByClient.php -1 +1
Tue Sep 30 01:52:35 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Added get_link() to db_entity and did a little tidying to the class.
M ./shared/lib/class_db_entity.inc.php -8 +11
Tue Sep 30 01:54:48 EST 2008 Alex Lance <al...@cy...>
* REFACTOR COSMETIC Moved Product link from the Tools menu, to its own Sales tab.
M ./shared/lib/page.inc.php +1
M ./tools/menu.php -1
Tue Sep 30 01:55:46 EST 2008 Alex Lance <al...@cy...>
* REFACTOR Nuked some whitespace.
M ./person/lib/person.inc.php -1
M ./shared/lib/page.inc.php -1
M ./task/lib/task.inc.php -1 +1
|
|
From: <al...@al...> - 2008-10-23 18:14:02
|
Wed Oct 15 03:30:16 EST 2008 Alex Lance <al...@cy...>
* COSMETIC Added comments explaining the IE CSS hack.
M ./css/src/style.tpl +7
M ./css/style_default.css +7
M ./css/style_leaf.css +7
Wed Oct 15 03:31:25 EST 2008 Alex Lance <al...@cy...>
* COSMETIC REFACTOR Made dedicated preload_field javascript function. Nuked unnecessary styling from toolbar.
M ./css/src/style.tpl -33 +2
M ./css/style_default.css -33 +2
M ./css/style_leaf.css -33 +2
M ./javascript/alloc.js -19 +28
M ./shared/lib/page.inc.php -1 +1
M ./shared/templates/toolbarS.tpl -7 +7
Wed Oct 15 03:37:43 EST 2008 Alex Lance <al...@cy...>
* COSMETIC Fixed padding problem for messages and side by side menus.
M ./css/src/style.tpl -1 +1
M ./css/style_default.css -1 +1
M ./css/style_leaf.css -1 +1
M ./shared/lib/page.inc.php -1 +1
Wed Oct 15 18:05:30 EST 2008 Alex Lance <al...@cy...>
* FEATURE Updated the Clients Project list with all the links and more detail.
M ./client/client.php -23
M ./client/templates/clientM.tpl -4 +11
R ./client/templates/projectListR.tpl
Wed Oct 15 18:16:13 EST 2008 Alex Lance <al...@cy...>
* BUG Client details weren't loading properly on the Project page. Added livequery.js. Unobtrusified Project page javascript.
M ./client/lib/client.inc.php -6 +10
A ./javascript/jquery.livequery.js
M ./project/project.php -9 +12
M ./project/templates/projectFormM.tpl -12 +52
M ./project/updateProjectClientContactList.php -1 +1
M ./project/updateProjectClientList.php -1 +1
M ./shared/templates/headerS.tpl +1
|
|
From: <al...@al...> - 2008-11-08 15:25:44
|
Fri Oct 31 01:10:05 EST 2008 Alex Lance <al...@cy...>
* 13838 Lengthened comment.commentEmailRecipients field.
M ./installation/db_structure.sql -1 +1
A ./patches/patch-00122-alla.sql
Fri Oct 31 02:15:25 EST 2008 Alex Lance <al...@cy...>
* BUG Wrapped menu Help link up in $sess->url();
M ./shared/lib/page.inc.php -1 +1
Fri Nov 7 19:33:34 EST 2008 Alex Lance <al...@cy...>
* 12522 Extrapolated figures that are used in the project spend. Will hopefully help debug project spend errors.
M ./project/lib/project.inc.php -6 +8
M ./project/project.php -7 +9
M ./project/templates/projectFormM.tpl -4 +15
Sat Nov 8 15:14:09 EST 2008 Alex Lance <al...@cy...>
* 13372 Updated help manual with info about the Product/Sales module.
M ./help/src/help.css -3 +9
M ./help/src/help.txt -89 +201
|
|
From: <al...@al...> - 2008-11-11 03:14:45
|
Tue Nov 11 14:10:49 EST 2008 Alex Lance <al...@cy...>
* 12277 Re-recorded Patricks patch for the displaying of time sheet duration, with amendments for the alignment.
M ./css/src/style.tpl -1
M ./css/style_default.css -1
M ./css/style_leaf.css -1
M ./finance/templates/tfListM.tpl -1 +1
M ./time/lib/timeSheet.inc.php -6 +14
|