I’ve just posted the first beta release of Tasks Pro™ 1.6. I started making the changes for this release back in February, so to say this has been a long time coming is quite an understatement. 🙂
Version 1.6 will be a free upgrade for all Tasks Pro™ 1.5 customers.
There are two big features in this release:
- The implementation of the ADOdb database abstraction layer and unofficial support for PostgreSQL and Microsoft SQL Server databases.
- The ability to have Tasks Pro™ check an e-mail box and create tasks from any messages sent there.
The database changes are quite a bit larger than what I normally like to tackle in a point release like this, but the timing was influenced by a client who wanted to run on MS SQL Server and was willing to help fund some of the development time. To implement the database changes, I had to change every piece of code that interacted with the database. This is a huge amount of change in the code base, and I’m sure that there are still some bugs in there to be found.
Also, to all customers who wish to use the beta: please note that the database.inc.php file has changed in this release. You’ll need to re-apply your database settings in the new file.
The database abstraction layer is also something I thought it was important to add before the next major release when I implement reporting. With the addition of reporting, Tasks Pro™ will be used in more enterprise situations and database flexibility is important in those implementations. I plan to add at least one more feature along these lines before the reporting release.
The “create tasks from e-mail” feature is a really cool for a number of different reasons, and has been a frequently requested addition – and before you ask, yes this will be added to Tasks as well. I know a few customers that have implemented this using procmail, but not everyone has that level of control on their server (many small companies and groups run Tasks Pro™ on a hosted ISP account) and I wanted to make the feature as accessible as possible.
There are several ways in which I believe people will use the “create tasks from e-mail” feature:
- Support e-mails – a number of customers have told me they want the ability for incoming support e-mails to be turned directly into tasks.
- Integration with web forms and other systems – most systems will create e-mails as notifications. Now those e-mails can be used to generate tasks as well. I expect this to be a common integration point (rather than writing code to insert data into the database from an external system).
- Mobile access for creating tasks – Blackberry users will especially like being able to send in an e-mail to create a new task.
- Forwarding e-mails to create tasks from them – if, like me, you get a lot of e-mails that need follow-up or action, you can forward them to a Tasks Pro™ monitored mailbox and turn them into tasks.
The “create tasks from e-mail” feature requires that your PHP install be configured with the PHP IMAP functions enabled.
Adding the ability to read e-mails and create tasks from them was fairly simple, however supporting file attachments was ridiculously hard. I worked though a half dozen sample-code “implementations” from the php.net site before cobbling together my own solution. It’s worked on all e-mails I’ve tested with, but if it doesn’t work properly for you, let me know. I feel for people developing e-mail programs, what a nightmare.
All Tasks Pro™ 1.5 customers can download the beta immediately from the King Design download page. If you choose to try out the beta release, I highly recommend signing up on the beta mailing list so you’ll be notified of new releases and any serious problems that might arise.
This post is part of the project: Tasks Pro™. View the project timeline for more context on this post.
This post is part of the project: Tasks Pro™. View the project timeline for more context on this post.
[…] Pro 1.6 beta 1 is out – I gotta check that out one day… I think it’ll make life easier by helping me keep a good strong list of stuff I need todo… # […]
Excellent. Converting “support eMails” generated from web forms filled by our clients into taks inside Tasks Pro used by our staff will be great! Same thing for the database… Any chance of connecting to MySql instead of MS SQL?
Sorry if it was unclear, MySQL is the only officially supported database. Additional unofficial database support was added, nothing was removed.
Tasks Pro™ 1.6 beta 2
I’ve released Tasks Pro™ version 1.6 beta 2. This version fixes bugs reported in beta 1.
Here are the changes:
The body of an e-mail is properly placed in the notes of a task when there are no file attachments.
Time is only added to a…
I really like the email-to-task feature, it will most certainly be useful for me. My plan is to have people on my team at work just email me at a specific address if they have a task for me, instead of filling up my normal mailbox with requests that I would manually move to TasksPro regardless.