|
From: <al...@al...> - 2010-12-28 18:43:35
|
Tue Dec 28 16:42:26 EST 2010 Alex Lance <al...@cy...>
* Made project comments work like task comments.
Ignore-this: e00eed94a6027e9ce3a73d9b4b9bc78d
M ./comment/commentTemplate.php -1 +1
M ./installation/db_data.sql +1
A ./patches/patch-00198-alla.sql
M ./project/lib/project.inc.php +92
M ./project/project.php -17 +4
M ./project/templates/projectCommentM.tpl -11 +47
M ./task/lib/task.inc.php -31 +1
Tue Dec 28 18:18:19 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Moved task::send_emails to comment::send_emails for further refactoring of project and time sheet.
Ignore-this: 98c259d934ddf83739ae18d8b74fa162
./task/templates/taskCommentM.tpl -> ./comment/templates/commentM.tpl
./task/templates/taskPrinterCommentsM.tpl -> ./comment/templates/commentP.tpl
M ./comment/comment.php -2 +2
M ./comment/lib/comment.inc.php -1 +81
M ./comment/templates/commentM.tpl -19 +10
M ./shared/lib/db_entity.inc.php -4 +4
M ./task/lib/task.inc.php -84 +4
M ./task/task.php -12 +12
Tue Dec 28 19:18:10 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Nuked send_emails for time sheet and project.
Ignore-this: 173655387bbfe07059b697835db9014d
M ./comment/lib/comment.inc.php -2 +2
M ./comment/templates/commentM.tpl +1
M ./project/lib/project.inc.php -51
M ./project/project.php -7 +16
R ./project/templates/projectCommentM.tpl
M ./task/lib/task.inc.php -4
M ./task/task.php +5
M ./time/lib/timeSheet.inc.php -51
R ./time/templates/timeSheetCommentM.tpl
M ./time/timeSheet.php -9 +22
Tue Dec 28 21:14:27 EST 2010 Alex Lance <al...@cy...>
* Removed task::add_comment_from_email, it is superceded by the comment:: version.
Ignore-this: 166a8d395b3175765c87d02160f057d3
M ./installation/db_data.sql -1
M ./task/lib/task.inc.php -105
Tue Dec 28 21:24:19 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Task comment code.
Ignore-this: 9d12e978735d264808c5743505939cfd
./help/taskComment.html -> ./help/comment.html
M ./comment/templates/commentM.tpl -2 +2
M ./task/task.php -22 +3
M ./task/templates/taskM.tpl -1 +1
Wed Dec 29 04:27:33 EST 2010 Alex Lance <al...@cy...>
* Updated client comments to work like task comments.
Ignore-this: 55afd9e545702ebc7b9e683e908719d8
M ./client/client.php -28 +15
M ./client/lib/client.inc.php +23
R ./client/templates/clientCommentM.tpl
M ./comment/commentTemplate.php -1 +1
M ./installation/db_data.sql +1
A ./patches/patch-00199-alla.sql
M ./project/lib/project.inc.php -6 +2
Wed Dec 29 05:23:46 EST 2010 Alex Lance <al...@cy...>
* REFACTOR Further comments refactor for timeSheet.
Ignore-this: abd4f8c220be7d6d1e255ee7d425796
M ./time/lib/timeSheet.inc.php -29 +5
M ./time/timeSheet.php -1 +1
Wed Dec 29 05:38:38 EST 2010 Alex Lance <al...@cy...>
* Updated invoice comments to work like task comments.
Ignore-this: d24740ce7f3489b0f497904f8e382ff9
M ./comment/comment.php +21
M ./comment/commentTemplate.php -1 +1
M ./comment/templates/commentM.tpl -1 +1
M ./installation/db_data.sql +1
M ./invoice/invoice.php -5 +37
M ./invoice/lib/invoice.inc.php -23 +24
M ./invoice/templates/invoiceM.tpl -1 +3
A ./patches/patch-00200-alla.sql
M ./shared/templates/attachmentM.tpl +2
M ./shared/util.inc.php +4
M ./time/timeSheet.php -3 +3
|