|
From: Alex L. <al...@al...> - 2012-09-12 05:48:08
|
Wed Sep 12 15:45:35 EST 2012 Alex Lance <al...@cy...>
* v186 Force php to mysql connection to use utf-8.
M ./shared/lib/db.inc.php -4 +2
|
|
From: Alex L. <al...@al...> - 2012-09-17 04:37:20
|
Mon Sep 17 14:36:34 EST 2012 Alex Lance <al...@cy...>
* 21622 v186 Change the productSaleItem.quantity field to be a decimal(19,2) instead of integer.
M ./installation/db_structure.sql -1 +1
M ./installation/db_structure.sql.postgres -1 +1
A ./patches/patch-00260-alla.sql
|
|
From: Alex L. <al...@al...> - 2012-10-18 01:23:27
|
Mon Oct 1 15:25:50 EST 2012 Alex Lance <al...@cy...>
* 21605 CLI Make `alloc timesheets -p` match against multiple projects.
M ./bin/alloccli/alloc.py -2 +4
M ./bin/alloccli/projects.py -1 +1
M ./bin/alloccli/timesheets.py -1 +1
M ./time/lib/timeSheet.inc.php -1 +3
Mon Oct 1 15:45:22 EST 2012 Alex Lance <al...@cy...>
* 21717 Give the manager role PERSON_READ_DETAILS, PERSON_READ_MANAGEMENT and PERSON_WRITE_MANAGEMENT perms.
M ./installation/db_data.sql -2 +3
A ./patches/patch-00261-alla.sql
M ./person/lib/person.inc.php -3 +1
Mon Oct 1 15:53:12 EST 2012 Alex Lance <al...@cy...>
* Kill warning in util.inc.php on patch page.
M ./shared/util.inc.php -1 +1
Mon Oct 1 15:54:41 EST 2012 Alex Lance <al...@cy...>
* Hide preferences panel on person page unless they are your own preferences.
M ./person/templates/personM.tpl +2
Mon Oct 1 17:42:19 EST 2012 Alex Lance <al...@cy...>
* 21714 CLI set header fields in the first/fake email in `alloc mbox`.
M ./bin/alloccli/alloc.py -2 +14
M ./bin/alloccli/mbox.py -1 +1
Wed Oct 3 16:24:38 EST 2012 Alex Lance <al...@cy...>
* Remove project.is_agency and config value for payrollTaxPercent.
M ./config/templates/configM.tpl -5
R ./help/config_payrollTaxPercent.html
M ./help/src/help.txt -6
M ./installation/db_data.sql -1
M ./installation/db_structure.sql -1
M ./installation/db_structure.sql.postgres -1
M ./patches/patch-00030.sql -1
M ./patches/patch-00139-alla.sql -1
A ./patches/patch-00262-alla.sql
M ./project/lib/project.inc.php -2
M ./project/project.php -8
M ./project/templates/projectFormM.tpl -5 +3
M ./time/lib/timeSheet.inc.php -8 +1
Wed Oct 3 16:39:47 EST 2012 Alex Lance <al...@cy...>
* Remove payment insurance time sheet option.
M ./bin/alloccli/alloc.py -1
M ./config/templates/configM.tpl -5
M ./finance/lib/transaction.inc.php -3 +2
R ./help/config_paymentInsurancePercent.html
R ./help/payment_insurance.html
M ./help/src/help.txt -17 +11
M ./help/timesheet_buttons.html -2 +2
M ./installation/db_data.sql -2
M ./installation/db_structure.sql -1
M ./installation/db_structure.sql.postgres -1
M ./installation/db_triggers.sql -1
M ./patches/patch-00002.sql -1 +1
M ./patches/patch-00003.sql -1 +1
M ./patches/patch-00004.sql -2 +2
M ./patches/patch-00008.sql -2 +2
M ./patches/patch-00030.sql -1
M ./patches/patch-00084-alla.sql -1 +1
M ./patches/patch-00102-jeremyc.sql -1 +1
M ./patches/patch-00113-alla.sql -2 +2
M ./patches/patch-00120-alla.sql -1 +1
M ./patches/patch-00139-alla.sql -1
M ./patches/patch-00140-alla.sql -1
A ./patches/patch-00263-alla.sql
A ./patches/patch-00264-alla.sql
M ./time/lib/timeSheet.inc.php -20 +7
M ./time/templates/timeSheetFormM.tpl -17 +3
M ./time/timeSheet.php -12
Mon Oct 8 13:35:34 EST 2012 Alex Lance <al...@cy...>
* 21386 Make "Cancel edit" links actually cancel any edits.
M ./client/templates/clientM.tpl -1 +1
M ./javascript/alloc.js -1 +4
M ./person/templates/personM.tpl -1 +1
M ./project/templates/projectFormM.tpl -4 +3
M ./reminder/templates/reminderM.tpl -1 +1
M ./sale/templates/productM.tpl -1 +1
M ./task/templates/taskM.tpl -1 +1
Thu Oct 18 12:02:44 EST 2012 Alex Lance <al...@cy...>
* 21775 Make client list and star list display both primary client contact phone and mobile numbers.
M ./client/lib/client.inc.php -1
M ./client/templates/clientContactListS.tpl -1 +2
M ./client/templates/clientListS.tpl -1 +2
Wed Oct 17 16:03:00 EST 2012 Jeremy Chin <je...@cy...>
* 21770 Try to maintain task assignee across AJAX calls.
M ./task/lib/task.inc.php -2 +2
M ./task/templates/taskM.tpl -6 +9
M ./task/updateEstimatorPersonList.php -1 +1
M ./task/updateManagerPersonList.php -1 +1
M ./task/updatePersonList.php -1 +1
|
|
From: Alex L. <al...@al...> - 2012-11-08 06:45:44
|
Wed Nov 7 17:03:50 EST 2012 Alex Lance <al...@cy...>
* 21504 Add invoice.tfID to permit selecting the destination tf for the transactions.
A ./finance/updateTFList.php
M ./installation/db_constraints.sql +1
M ./installation/db_structure.sql +1
M ./installation/db_structure.sql.postgres +1
M ./invoice/invoice.php -1 +17
M ./invoice/lib/invoice.inc.php +1
M ./invoice/templates/invoiceM.tpl -4 +18
A ./patches/patch-00266-alla.sql
M ./project/lib/project.inc.php -2 +2
M ./shared/global_tpl_values.inc.php +1
M ./time/updateProjectListByClient.php -1 +1
Thu Nov 8 16:19:58 EST 2012 Alex Lance <al...@cy...>
* 21504 Formatting in timeSheet.inc.php.
M ./time/lib/timeSheet.inc.php -90 +91
Thu Nov 8 17:38:56 EST 2012 Alex Lance <al...@cy...>
* 21504 Revision to time sheet transactions.
M ./finance/updateTFList.php -1 +1
M ./time/lib/timeSheet.inc.php -37 +24
M ./time/templates/timeSheetTransactionListM.tpl -1 +2
M ./time/timeSheet.php -14 +16
Thu Nov 8 17:39:45 EST 2012 Alex Lance <al...@cy...>
* Fix mysterious task query error that pops up in shared/util.inc.php.
M ./task/lib/task.inc.php -24 +26
|
|
From: Alex L. <al...@al...> - 2013-01-21 05:18:41
|
Wed Nov 14 14:01:21 EST 2012 Alex Lance <al...@cy...>
* 21521 Bug in save reminder wouldn't update changed time.
M ./reminder/reminder.php -7 +11
Thu Nov 15 12:06:16 EST 2012 Alex Lance <al...@cy...>
* 21895 Give mailto links on client star page the correct contact name.
M ./client/lib/client.inc.php -1 +1
Thu Nov 15 17:33:51 EST 2012 Alex Lance <al...@cy...>
* 21868 Add interested parties phone numbers to the task page.
M ./css/src/style.tpl +15
M ./css/style_default.css +15
M ./css/style_lava.css +15
M ./css/style_leaf.css +15
M ./css/style_nacho.css +15
M ./css/style_rams.css +15
M ./css/style_tweak.css +15
M ./task/lib/task.inc.php -5 +4
M ./task/templates/taskM.tpl -2 +16
Fri Nov 16 13:06:29 EST 2012 Alex Lance <al...@cy...>
* 21830 Nuke pre-existing double-quotes from the name section of From addresses.
M ./comment/lib/comment.inc.php -2 +2
Fri Nov 16 13:24:06 EST 2012 Alex Lance <al...@cy...>
* 21509 Make task dropdown on the time sheet page default to last selected task.
M ./time/timeSheetItem.php -1 +2
Fri Nov 16 13:49:30 EST 2012 Alex Lance <al...@cy...>
* 21521 Reminder bug for auto opening task reminders.
M ./reminder/lib/reminder.inc.php -12 +12
Mon Nov 19 14:52:58 EST 2012 Alex Lance <al...@cy...>
* 21885 Ensure sales have items before you progress their status.
M ./sale/lib/productSale.inc.php +5
M ./sale/productSale.php -2 +1
Mon Nov 26 12:48:10 EST 2012 Alex Lance <al...@cy...>
* 21885 Ensure time sheets have items before you progress their status.
M ./time/lib/timeSheet.inc.php +12
M ./time/timeSheet.php -2 +2
Mon Nov 26 12:52:35 EST 2012 Alex Lance <al...@cy...>
* 21885 Ensure expense forms have items before you progress their status.
M ./finance/expenseForm.php +9
Mon Nov 26 12:57:48 EST 2012 Alex Lance <al...@cy...>
* 21885 Ensure invoices have items before you progress their status.
M ./invoice/lib/invoice.inc.php +8
|
|
From: Alex L. <al...@al...> - 2013-02-20 09:21:34
|
Tue Jan 22 14:50:00 EST 2013 Alex Lance <al...@cy...>
* Slight adjustment to error message padding.
M ./shared/lib/page.inc.php -2 +2
Tue Jan 22 14:50:50 EST 2013 Alex Lance <al...@cy...>
* Add better debugging support to template engine.
M ./shared/lib/template.inc.php +9
Wed Jan 23 11:47:45 EST 2013 Alex Lance <al...@cy...>
* 22088 Improve error reporting in time item hint.
M ./time/lib/tsiHint.inc.php -1 +2
Fri Jan 25 11:20:53 EST 2013 Alex Lance <al...@cy...>
* 22194 Change alloc timesheets --time to --tsid.
M ./bin/alloccli/timesheets.py -3 +3
Fri Jan 25 11:48:47 EST 2013 Alex Lance <al...@cy...>
* 22104 Add alloc work --tsid for adding time to a specific time sheet.
M ./bin/alloccli/work.py +2
M ./time/lib/timeSheet.inc.php -12 +29
Fri Jan 25 11:59:47 EST 2013 Alex Lance <al...@cy...>
* Rendering bug in time sheet filter.
M ./time/templates/timeSheetListFilterS.tpl -5 +6
Fri Jan 25 17:55:33 EST 2013 Alex Lance <al...@cy...>
* 22075 Rejig name matching logic for alloc comment --to, so that it can find partial matches.
M ./client/lib/clientContact.inc.php -2 +40
M ./services/lib/services.inc.php -36 +28
Fri Jan 25 17:58:23 EST 2013 Alex Lance <al...@cy...>
* 22104 Use sql_ids instead of esc_implode.
M ./project/lib/project.inc.php -1 +1
M ./shared/lib/db.inc.php +2
M ./time/lib/timeSheet.inc.php -2 +2
Sat Jan 26 09:12:33 EST 2013 Alex Lance <al...@cy...>
* 22123 Change task page labels from Estimated to Target.
M ./task/templates/taskM.tpl -2 +2
Sat Jan 26 10:14:12 EST 2013 Alex Lance <al...@cy...>
* 22121 Remove task date status.
M ./task/lib/task.inc.php -117
M ./task/lib/taskListPrint.inc.php -1
M ./task/taskListCSV.php -1
M ./task/templates/taskFilterS.tpl -4 +2
M ./task/templates/taskListS.tpl -2
Tue Jan 29 10:26:53 EST 2013 Alex Lance <al...@cy...>
* 22107 Add History tab to Project page.
M ./installation/db_structure.sql +3
M ./installation/db_structure.sql.postgres +3
M ./installation/db_triggers.sql +27
A ./patches/patch-00271-alla.sql
M ./project/lib/project.inc.php +136
M ./project/project.php -2 +6
M ./project/templates/projectFormM.tpl +4
A ./project/templates/projectHistoryM.tpl
M ./task/lib/task.inc.php -1
M ./task/templates/taskHistoryM.tpl -2
Tue Jan 29 10:27:17 EST 2013 Alex Lance <al...@cy...>
* 22121 Change colours of target dates in task list, if task not meeting targets.
M ./task/templates/taskListS.tpl -4 +10
Tue Jan 29 17:35:07 EST 2013 Alex Lance <al...@cy...>
* 22112 Add format=flowed to outgoing emails generated by alloc.
M ./comment/lib/comment.inc.php +1
M ./email/lib/email_send.inc.php -1 +1
Tue Jan 29 18:36:02 EST 2013 Alex Lance <al...@cy...>
* 22125 Make announcements tool available to managers.
M ./installation/db_data.sql +1
A ./patches/patch-00272-alla.sql
Tue Jan 29 18:38:08 EST 2013 Alex Lance <al...@cy...>
* Update patch system to not try to apply hidden files.
M ./installation/lib/init.php -1 +1
Wed Jan 30 00:05:16 EST 2013 Alex Lance <al...@cy...>
* 22131 Bug in email_receive::fetch_mail_text().
M ./email/lib/email_receive.inc.php -1 +1
Wed Jan 30 00:05:21 EST 2013 Alex Lance <al...@cy...>
* 22131 Refactor get_filesize_label() and rmdir_if_empty().
M ./shared/util.inc.php -4 +12
Wed Jan 30 00:07:30 EST 2013 Alex Lance <al...@cy...>
* 22131 Add comment.commentMimeParts field.
M ./comment/lib/comment.inc.php +1
M ./installation/db_structure.sql +1
M ./installation/db_structure.sql.postgres +1
A ./patches/patch-00273-alla.sql
Wed Jan 30 01:31:53 EST 2013 Alex Lance <al...@cy...>
* 22131 Add patch to populate comment.commentMimeParts.
A ./patches/patch-00274-alla.php
|
|
From: Alex L. <al...@al...> - 2013-02-28 00:47:11
|
Mon Feb 25 13:16:39 EST 2013 Alex Lance <al...@cy...>
* Final python linting.
M ./Makefile -1 +1
M ./bin/alloccli/accounts.py -2 +2
M ./bin/alloccli/alloc.py -11 +13
M ./bin/alloccli/invoices.py -4 +5
M ./bin/alloccli/mbox.py -1 +1
M ./bin/alloccli/tasks.py -7 +4
M ./bin/alloccli/timesheets.py -1 +1
Mon Feb 25 13:18:19 EST 2013 Alex Lance <al...@cy...>
* Nudge version.
M ./util/alloc_version -1 +1
Wed Feb 27 11:02:17 EST 2013 Alex Lance <al...@cy...>
* 22230 More wiki fixes.
M ./wiki/file.php -1 +1
M ./wiki/templates/wikiM.tpl -18 +18
Wed Feb 27 11:35:09 EST 2013 Alex Lance <al...@cy...>
* 22230 Fix bug where validation error wipes file name field clean.
M ./wiki/file.php +1
Wed Feb 27 11:36:58 EST 2013 Alex Lance <al...@cy...>
* 22230 Wiki couple of file renames.
./wiki/templates/editFileS.tpl -> ./wiki/templates/fileEditS.tpl
./wiki/templates/newFileM.tpl -> ./wiki/templates/fileM.tpl
M ./wiki/file.php -1 +1
M ./wiki/templates/fileGetM.tpl -1 +1
M ./wiki/templates/fileM.tpl -1 +1
Wed Feb 27 12:01:12 EST 2013 Alex Lance <al...@cy...>
* Adjust width of home item spanners, to prevent weird wrapping.
M ./home/templates/homeItemS.tpl -1 +1
Thu Feb 28 11:45:23 EST 2013 Alex Lance <al...@cy...>
* Make calendar links popup on click instead of hover.
M ./calendar/lib/calendar_day.inc.php -1 +1
M ./css/src/style.tpl +3
M ./css/style_default.css +3
M ./css/style_lava.css +3
M ./css/style_leaf.css +3
M ./css/style_nacho.css +3
M ./css/style_rams.css +3
M ./css/style_tweak.css +3
M ./javascript/alloc.js -7 +5
|
|
From: Alex L. <al...@al...> - 2013-03-13 22:23:37
|
Thu Mar 14 09:26:08 EST 2013 Alex Lance <al...@cy...>
* v187 Removed expensive and unnecessary call to db_esc().
M ./shared/lib/db_field.inc.php -1 +1
|
|
From: Alex L. <al...@al...> - 2013-03-13 23:18:27
|
Thu Mar 14 10:21:08 EST 2013 Alex Lance <al...@cy...>
* v187 Fix bug in comment.py so that --to nobody still works.
M ./bin/alloccli/comment.py +1
|
|
From: Alex L. <al...@al...> - 2013-03-15 04:00:37
|
Fri Mar 15 15:02:55 EST 2013 Alex Lance <al...@cy...>
* v187 22197 Patch for extra interested parties.
M ./project/lib/project.inc.php -4 +7
M ./task/lib/task.inc.php -1 +1
|
|
From: <al...@al...> - 2008-07-18 08:55:43
|
Tue Jul 15 12:12:36 EST 2008 Patrick Clearwater <pa...@cy...>
* 13153 The task list can now be used to make changes to tasks en masse.
M ./css/style_default_1.css +8
M ./css/style_default_10.css +8
M ./css/style_default_2.css +8
M ./css/style_default_3.css +8
M ./css/style_default_4.css +8
M ./css/style_default_5.css +8
M ./css/style_default_6.css +8
M ./css/style_default_7.css +8
M ./css/style_default_8.css +8
M ./css/style_default_9.css +8
M ./css/style_leaf_1.css +8
M ./css/style_leaf_10.css +8
M ./css/style_leaf_2.css +8
M ./css/style_leaf_3.css +8
M ./css/style_leaf_4.css +8
M ./css/style_leaf_5.css +8
M ./css/style_leaf_6.css +8
M ./css/style_leaf_7.css +8
M ./css/style_leaf_8.css +8
M ./css/style_leaf_9.css +8
M ./javascript/alloc.js +29
M ./styles/style.tpl +8
M ./task/lib/task.inc.php -3 +33
M ./task/taskList.php +44
M ./task/templates/taskFilterS.tpl +8
M ./task/templates/taskListM.tpl +5
Fri Jul 18 18:51:05 EST 2008 Alex Lance <al...@cy...>
* 13153 Smoothed over UI for en masse task editing. Added new task editing options.
M ./css/style_default_1.css -8
M ./css/style_default_10.css -8
M ./css/style_default_2.css -8
M ./css/style_default_3.css -8
M ./css/style_default_4.css -8
M ./css/style_default_5.css -8
M ./css/style_default_6.css -8
M ./css/style_default_7.css -8
M ./css/style_default_8.css -8
M ./css/style_default_9.css -8
M ./css/style_leaf_1.css -8
M ./css/style_leaf_10.css -8
M ./css/style_leaf_2.css -8
M ./css/style_leaf_3.css -8
M ./css/style_leaf_4.css -8
M ./css/style_leaf_5.css -8
M ./css/style_leaf_6.css -8
M ./css/style_leaf_7.css -8
M ./css/style_leaf_8.css -8
M ./css/style_leaf_9.css -8
M ./javascript/alloc.js -29
M ./shared/util.inc.php -2 +5
M ./styles/style.tpl -8
M ./task/lib/task.inc.php -24 +60
M ./task/taskList.php -35 +39
M ./task/templates/taskFilterS.tpl -8
M ./task/templates/taskListM.tpl -5
M ./task/updatePersonList.php -1 +1
|
|
From: <al...@al...> - 2008-07-25 06:45:41
|
Fri Jul 25 16:34:43 EST 2008 Patrick Clearwater <pa...@cy...>
* 13235 Product sales: don't create transactions for tax if the tax TF isn't set
M ./product/lib/productSaleItem.inc.php +5
|
|
From: <al...@al...> - 2008-07-29 11:11:51
|
Tue Jul 29 12:21:13 EST 2008 Alex Lance <al...@cy...>
* 13203 Fixed up get_select_options so that empty value="" work properly.
M ./client/lib/client.inc.php -1 +1
M ./config/configHtml.php -1 +1
M ./security/permission.php -1 +1
M ./shared/util.inc.php -6 +5
Tue Jul 29 12:47:49 EST 2008 Alex Lance <al...@cy...>
* 20033 Added new Comment Template Type field, to allow different categories of Comment Templates, i.e. Task, Time Sheet.
M ./comment/commentTemplate.php +3
M ./comment/commentTemplateList.php -2 +2
M ./comment/lib/commentTemplate.inc.php -6 +4
M ./comment/templates/commentTemplateListM.tpl +1
M ./comment/templates/commentTemplateListR.tpl -1 +2
M ./comment/templates/commentTemplateM.tpl -1 +3
M ./comment/updateCommentTemplate.php -1
A ./patches/patch-00105-alla.sql
M ./sql/db_structure.sql -1 +2
M ./task/lib/task.inc.php -1 +2
M ./time/timeSheet.php -1 +4
Tue Jul 29 13:48:23 EST 2008 Alex Lance <al...@cy...>
* 13135 Added customisable header and footers to the task emails.
M ./comment/updateCommentTemplate.php -1 +1
M ./config/config.php +5
M ./config/templates/configM.tpl +9
A ./help/config_taskEmailHeader.html
A ./patches/patch-00106-alla.sql
M ./sql/db_data.sql +3
M ./task/lib/task.inc.php -1 +14
|
|
From: <al...@al...> - 2008-07-29 13:15:13
|
Tue Jul 29 22:43:54 EST 2008 Jeremy Chin <je...@cy...>
* 13235 Product module made to behave correctly if tax percentage is set to 0
M ./product/product.php -2 +4
M ./product/productSale.php -3 +11
M ./product/templates/productM.tpl -1 +14
M ./product/templates/productSaleM.tpl +7
|
|
From: <al...@al...> - 2008-08-02 08:39:54
|
Fri Aug 1 13:17:01 EST 2008 Alex Lance <al...@cy...>
* 11449 Updated the look of the themes to be a bit easier on the eyes.
M ./css/style_default_1.css -25 +38
M ./css/style_default_10.css -25 +38
M ./css/style_default_2.css -25 +38
M ./css/style_default_3.css -25 +38
M ./css/style_default_4.css -25 +38
M ./css/style_default_5.css -25 +38
M ./css/style_default_6.css -25 +38
M ./css/style_default_7.css -25 +38
M ./css/style_default_8.css -25 +38
M ./css/style_default_9.css -25 +38
M ./css/style_leaf_1.css -21 +34
M ./css/style_leaf_10.css -21 +34
M ./css/style_leaf_2.css -21 +34
M ./css/style_leaf_3.css -21 +34
M ./css/style_leaf_4.css -21 +34
M ./css/style_leaf_5.css -21 +34
M ./css/style_leaf_6.css -21 +34
M ./css/style_leaf_7.css -21 +34
M ./css/style_leaf_8.css -21 +34
M ./css/style_leaf_9.css -21 +34
M ./finance/lib/tfList_home_item.inc.php -1 +1
M ./finance/templates/tfListH.tpl -2 +4
M ./home/templates/tfListR.tpl -3 +2
M ./person/templates/personListM.tpl -16 +6
M ./person/templates/savedViewFilterControlsS.tpl -2 +2
M ./person/templates/savedViewFilterLinkS.tpl -1 +1
M ./shared/util.inc.php -5 +5
M ./styles/style.tpl -9 +22
M ./styles/style_default.ini -9 +12
M ./styles/style_leaf.ini -3 +6
M ./task/templates/taskFilterS.tpl -7 +7
M ./time/lib/timeSheet.inc.php -4 +4
|
|
From: <al...@al...> - 2008-08-19 05:26:08
|
Mon Aug 18 06:26:05 EST 2008 Alex Lance <al...@cy...>
* 11449 Enhanced the UI of the task page to use dynamic editing.
M ./css/style_default_1.css -1 +30
M ./css/style_default_10.css -1 +30
M ./css/style_default_2.css -1 +30
M ./css/style_default_3.css -1 +30
M ./css/style_default_4.css -1 +30
M ./css/style_default_5.css -1 +30
M ./css/style_default_6.css -1 +30
M ./css/style_default_7.css -1 +30
M ./css/style_default_8.css -1 +30
M ./css/style_default_9.css -1 +30
M ./css/style_leaf_1.css -1 +30
M ./css/style_leaf_10.css -1 +30
M ./css/style_leaf_2.css -1 +30
M ./css/style_leaf_3.css -1 +30
M ./css/style_leaf_4.css -1 +30
M ./css/style_leaf_5.css -1 +30
M ./css/style_leaf_6.css -1 +30
M ./css/style_leaf_7.css -1 +30
M ./css/style_leaf_8.css -1 +30
M ./css/style_leaf_9.css -1 +30
M ./shared/lib/template.inc.php -2 +2
M ./shared/util.inc.php -3 +7
M ./styles/style.tpl -1 +30
M ./task/lib/task.inc.php -1 +1
M ./task/task.php -12 +7
R ./task/templates/taskDetailM.tpl
M ./task/templates/taskM.tpl -77 +158
|
|
From: <al...@al...> - 2008-08-24 16:06:10
|
Sun Aug 24 14:45:21 EST 2008 Alex Lance <al...@cy...>
* 13203 Got rid of the multitudes of CSS files for the dynamic font setting functionality.
A ./css/README_CSS
A ./css/style_default.css
R ./css/style_default_1.css
R ./css/style_default_10.css
R ./css/style_default_2.css
R ./css/style_default_3.css
R ./css/style_default_4.css
R ./css/style_default_5.css
R ./css/style_default_6.css
R ./css/style_default_7.css
R ./css/style_default_8.css
R ./css/style_default_9.css
A ./css/style_leaf.css
R ./css/style_leaf_1.css
R ./css/style_leaf_10.css
R ./css/style_leaf_2.css
R ./css/style_leaf_3.css
R ./css/style_leaf_4.css
R ./css/style_leaf_5.css
R ./css/style_leaf_6.css
R ./css/style_leaf_7.css
R ./css/style_leaf_8.css
R ./css/style_leaf_9.css
M ./javascript/alloc.js +45
R ./javascript/init.js
M ./shared/templates/headerS.tpl -2 +2
M ./shared/util.inc.php -5 +9
M ./styles/style.tpl -9 +8
M ./util/make_stylesheets.py -26 +5
|
|
From: <al...@al...> - 2008-08-24 16:22:12
|
Mon Aug 25 00:09:38 EST 2008 Alex Lance <al...@cy...>
* 13203 Nuked large font file, replaced with much smaller Vera font.
M ./project/lib/task_graph.inc.php -1 +1
R ./util/fonts/LucidaSansRegular.ttf
A ./util/fonts/Vera.ttf
|
|
From: <al...@al...> - 2008-08-25 05:44:33
|
Mon Aug 25 14:41:22 EST 2008 Alex Lance <al...@cy...>
* 13141 Fixed up task list printer friendly version.
M ./task/lib/task.inc.php -5 +5
Mon Aug 25 15:22:56 EST 2008 Alex Lance <al...@cy...>
* 11449 Smoothed out some IE6 rendering issues on the task page.
M ./css/style_default.css -2 +17
M ./css/style_leaf.css -2 +17
M ./styles/style.tpl -2 +17
M ./task/task.php -1 +1
M ./task/templates/taskFilterS.tpl -62 +44
M ./task/templates/taskM.tpl -7 +15
|
|
From: <al...@al...> - 2008-08-26 05:14:11
|
Mon Aug 25 19:01:06 EST 2008 Alex Lance <al...@cy...>
* 20014 Fixed up page numbering on Invoice PDFs. Straightened up Setup page for PDFs.
M ./config/templates/configM.tpl -8 +8
M ./help/config_companyInfo.html -1 +1
M ./invoice/lib/invoice.inc.php -2 +2
M ./time/timeSheetPrint.php -22 +9
Tue Aug 26 03:42:37 EST 2008 Alex Lance <al...@cy...>
* 11449 More tweaks to task page. Renamed Parent/Phase to Parent. Adjusted widths of task page columns.
M ./help/taskType.html -1 +1
A ./patches/patch-00110-alla.sql
M ./sql/db_data.sql -1 +1
M ./task/templates/taskM.tpl -3 +3
Tue Aug 26 03:50:32 EST 2008 Alex Lance <al...@cy...>
* 11449 Added default YYYY-MM-DD labels inside the calendars. Changed the calendar button to an image.
M ./css/style_default.css +12
M ./css/style_leaf.css +12
A ./images/cal.xcf
A ./images/cal2008.png
A ./images/cal2009.png
A ./images/cal2010.png
M ./javascript/alloc.js +19
M ./javascript/calendar-setup.js +4
M ./shared/util.inc.php -1 +4
M ./styles/style.tpl +12
|
|
From: <al...@al...> - 2008-09-01 05:37:29
|
Tue Aug 12 15:55:02 EST 2008 Patrick Clearwater <pa...@cy...>
* 13249 The transaction summary in timesheet emails now lists only transactions that go to/from TFs owned by the timesheet owner.
M ./time/lib/timeSheet.inc.php -1 +6
Tue Aug 12 16:53:08 EST 2008 Patrick Clearwater <pa...@cy...>
* 13318 Fixes to import: print a warning when unable to find the task assignee (CSV import), trim task names, make results screen (slightly) nicer.
M ./shared/lib/import_export.inc.php -15 +18
Tue Aug 19 14:11:58 EST 2008 Patrick Clearwater <pa...@cy...>
* 13356 A transaction can now be modified, even if the expense form to which it is attached is finalised.
M ./finance/lib/transaction.inc.php -3 +6
Tue Aug 19 15:51:03 EST 2008 Patrick Clearwater <pa...@cy...>
* 13366 Mass task edit date pickers now correctly insert the date (fixed an ID conflict).
M ./task/lib/task.inc.php -11 +11
Tue Aug 26 15:46:20 EST 2008 Patrick Clearwater <pa...@cy...>
* 13417 Fixed bug in TF statement causing incorrect display of subtotals.
M ./finance/lib/transaction.inc.php -1 +1
Tue Aug 26 17:12:52 EST 2008 Patrick Clearwater <pa...@cy...>
* 13417 Transactions can now be viewed by people who own either the source or destination TF.
M ./finance/lib/transaction.inc.php -2 +9
|
|
From: <al...@al...> - 2008-09-01 17:46:51
|
Mon Sep 1 20:53:58 EST 2008 Alex Lance <al...@cy...>
* 13366 Fixed rendering of the date pickers that I broke when I updated the way that the calendars work.
M ./css/src/style.tpl -5 +2
M ./css/style_default.css -5 +2
M ./css/style_leaf.css -5 +2
M ./shared/util.inc.php -3 +3
M ./task/lib/task.inc.php -14 +16
Tue Sep 2 03:10:14 EST 2008 Alex Lance <al...@cy...>
* 20035 Added search by Client Contact Name to the Client List page.
M ./client/lib/client.inc.php -13 +35
M ./client/templates/clientListFilterS.tpl -6 +8
A ./help/clientListFilter.html
M ./installation/db_structure.sql -1 +2
A ./patches/patch-00114-alla.sql
|
|
From: <al...@al...> - 2008-09-02 06:30:23
|
Tue Sep 2 14:10:01 EST 2008 Patrick Clearwater <pa...@cy...>
* 13618 Expense form line items now displayed with opposite sign (i.e., a purchase is positive, a returned item is negative).
M ./finance/expenseForm.php -1 +1
Tue Sep 2 14:14:45 EST 2008 Patrick Clearwater <pa...@cy...>
* 13617 Printable expense forms now list correct source and destination TFs (previously they were swapped).
M ./finance/templates/expenseFormPrintableR.tpl -1 +1
Tue Sep 2 15:07:38 EST 2008 Patrick Clearwater <pa...@cy...>
* 13385 Nicer error message if the user attempts to create an expense form transaction with a TF they don't have permissions to.
M ./finance/expenseForm.php +5
|
|
From: <al...@al...> - 2008-09-04 07:43:53
|
Thu Sep 4 04:01:38 EST 2008 Alex Lance <al...@cy...>
* 11449 Added help text to the Edit TF screen.
M ./finance/lib/tf.inc.php -8 +2
M ./finance/templates/tfListM.tpl -3 +4
M ./finance/templates/tfM.tpl -5 +5
M ./finance/tf.php -5 +10
M ./shared/util.inc.php -10
Thu Sep 4 16:09:05 EST 2008 Alex Lance <al...@cy...>
* 13385 Fixed inability for regular users to create expense forms.
M ./finance/lib/expenseForm.inc.php -10 +16
Thu Sep 4 16:10:13 EST 2008 Alex Lance <al...@cy...>
* 12690 Fixed bad expense form rendering.
M ./finance/templates/expenseFormM.tpl -22 +28
|
|
From: <al...@al...> - 2008-09-07 17:38:00
|
Mon Sep 8 02:55:59 EST 2008 Alex Lance <al...@cy...>
* BUG Fixed transaction status dropdown list that broke when I upgraded it to use get_select_options.
M ./finance/transaction.php -1 +1
|