|
From: alla@ - 2012-07-12 17:55:49
|
Wed Jul 11 23:02:19 EST 2012 Alex Lance <al...@cy...>
* 21379 Re-factor email handling to centralize inbox functionality.
M ./email/inbox.php +1
M ./email/lib/email_receive.inc.php -1 +6
M ./email/lib/inbox.inc.php -17 +32
M ./email/pipeEmail.php -54 +5
M ./email/receiveEmail.php -79 +4
Thu Jul 12 03:36:21 EST 2012 Alex Lance <al...@cy...>
* Button look and feel.
M ./css/src/style.tpl +49
M ./css/style_default.css +49
M ./css/style_lava.css +49
M ./css/style_leaf.css +49
M ./css/style_nacho.css +49
M ./css/style_rams.css +49
M ./css/style_tweak.css +49
Thu Jul 12 19:09:08 EST 2012 Alex Lance <al...@cy...>
* 20114 Add support for task status change email notifications.
M ./email/lib/token.inc.php +6
M ./installation/db_constraints.sql +1
M ./installation/db_data.sql +1
M ./installation/db_structure.sql +1
M ./installation/db_structure.sql.postgres +1
A ./patches/patch-00253-alla.sql
M ./reminder/lib/reminder.inc.php -2 +21
M ./task/lib/task.inc.php +19
Thu Jul 12 20:18:36 EST 2012 Alex Lance <al...@cy...>
* 20114 Add notifications for when task status changes in Sales auto-tasks.
M ./reminder/reminder.php +2
M ./reminder/templates/reminderM.tpl +1
M ./sale/lib/productSale.inc.php -57 +6
M ./task/lib/task.inc.php +33
Thu Jul 12 23:45:00 EST 2012 Alex Lance <al...@cy...>
* Fix up buttons and links on reminder page.
M ./reminder/reminder.php -1
M ./reminder/templates/reminderM.tpl -2 +3
Fri Jul 13 00:01:55 EST 2012 Alex Lance <al...@cy...>
* Make all reminders get shown even if inactive.
M ./client/client.php -2 +2
M ./project/project.php -2 +2
M ./task/task.php -1 +1
M ./task/templates/taskM.tpl -1 +1
Fri Jul 13 00:02:01 EST 2012 Alex Lance <al...@cy...>
* Fix up filename of reminder list template file.
./reminder/templates/reminderR.tpl -> ./reminder/templates/reminderListR.tpl
M ./client/templates/clientM.tpl -1 +1
M ./project/templates/projectFormM.tpl -1 +1
M ./reminder/templates/reminderListM.tpl -1 +1
M ./task/templates/taskM.tpl -1 +1
M ./task/templates/taskPrinterM.tpl -1 +1
Fri Jul 13 02:48:09 EST 2012 Alex Lance <al...@cy...>
* Refactored reminder list code.
M ./client/client.php -30
M ./client/templates/clientM.tpl -9 +1
M ./project/project.php -37
M ./project/templates/projectFormM.tpl -9 +1
M ./reminder/lib/reminder.inc.php +41
M ./reminder/reminderList.php -46
M ./reminder/templates/reminderListM.tpl -9 +1
R ./reminder/templates/reminderListR.tpl
A ./reminder/templates/reminderListS.tpl
M ./task/task.php -26
M ./task/templates/taskM.tpl -9 +1
M ./task/templates/taskPrinterM.tpl -3 +1
Fri Jul 13 03:05:39 EST 2012 Alex Lance <al...@cy...>
* Delete a reminder's recipients before deleting the reminder, to evade relational constraints.
M ./installation/db_triggers.sql -1 +9
A ./patches/patch-00254-alla.sql
Fri Jul 13 03:09:22 EST 2012 Alex Lance <al...@cy...>
* Show correct time or event that triggers reminder send.
M ./reminder/reminder.php +9
M ./reminder/templates/reminderListS.tpl -2 +8
M ./reminder/templates/reminderM.tpl -1 +9
Fri Jul 13 03:13:52 EST 2012 Alex Lance <al...@cy...>
* 21086 Add client phone number to client list.
M ./client/templates/clientListS.tpl +2
Fri Jul 13 03:35:08 EST 2012 Alex Lance <al...@cy...>
* 21359 Make Created by, Managed by and Assigned to, filter elements into multi-selects on task list filter.
M ./task/lib/task.inc.php -2 +8
M ./task/templates/taskFilterS.tpl -3 +3
Fri Jul 13 03:48:30 EST 2012 Alex Lance <al...@cy...>
* 21371 Fix project commission button labels, add validation to ensure a TF is selected.
M ./finance/lib/tf.inc.php -1 +1
M ./project/project.php -1 +7
M ./project/templates/commissionListR.tpl -1 +1
|