The latest version of allocPSA is now available for download:
https://sourceforge.net/projects/allocpsa/files/allocPSA/1.8.9/allocPSA-1.8.9.tgz/download
The changes in this version include the following:
23572 Make tag filtering functionality an AND operation.
Some alloc-cli lint.
More alloc-cli fixes for release.
Another fix for alloc-cli subscriptions.
23311 Bunch of refactoring for alloc-cli, task.py, item.py, reminder.py.
Changed error_reporting to ignore new strict setting.
23311 tweaks to alloc-cli reminders.
Nudged version number to 1.8.9.
24159 Changed wording of sale item email slightly.
23572 Add tag support to alloc-cli.
23572 Update tags to use native alloc multi-select widget.
23572 Add ability to tag tasks.
23233 Add threshold for recording time against a closed task.
22788 Make sure comment attachments still work when hitting the reply link.
23310 Add Time Sheet ID and Date Issued to HTML printable time sheets.
23429 Bug in transaction group save.
22998 Fixed alloc-cli error for pipe error.
Adjust layour of reminder recipients help box to look less broken.
23133 Rejig task table totals now that table sorter is fixed.
Fix table sorter to permit multiple footers.
23138 Added parent task id to task list.
24037 Race condition fixed in email receive.
23350 alloc-cli needs to have taskTypeID coerced into ucwords() because mysql.
23871 Fix up the alloccli to create tasks like the web ui does wrt DIPs.
Added totals to task list screen for the estimates and time worked.
Add editor controls to the children task list on the parent task page.
Update requirements for alloc to PHP 5.4.
23309 Un-archiving child tasks reverts to previous status.
23309 Task status changes work the same across projects and parent tasks.
Merge branch '24105-cancel-task-reopens' of git://github.com/SuperTaiyaki/alloc
Merge branch '23311-reminders-cli' of git://github.com/SuperTaiyaki/alloc
Clear irrelevant pending statuses.
Added advance notice stuff
Hooked up reopen, some other fixes.
23197 Add status and priority to task children list in web ui.
22864 Fixes to the dynamic table sorting functionality.
CLI reminders mostly done.
Clear the pending reopen field to cancel the automatic reopen.
Merge branch '23706-cli-missing-fields' of git://github.com/SuperTaiyaki/alloc
Add targetstart, targetcompletion and estimator task fields to CLI.
New DB trigger to prevent task loops.
Merge remote-tracking branch 'origin/master'
Merge branch 'pdo-connection-encoding' of git://github.com/SuperTaiyaki/alloc
Merge branch '23754-numeric-sort' of git://github.com/SuperTaiyaki/alloc
Merge branch '23298-reminders-as-comments' of git://github.com/SuperTaiyaki/alloc
Merge branch '23140-cli-show-child-tasks' of git://github.com/SuperTaiyaki/alloc
Merge branch '23050-alloc-cli-subscriptions' of git://github.com/SuperTaiyaki/alloc
Merge branch '23004-bar-graphs' of git://github.com/SuperTaiyaki/alloc
Display dates of pending reopens in task form.
Specify DB encoding as utf8 rather than UTF-8
Create new comment threads when sending reminder emails.
Display time sheet graph items to two decimal points.
Changed time sheet graphs to bar graphs.
Display time sheet graph items to two decimal points.
Changed time sheet graphs to bar graphs.
Adding numeric sort for value columns.
Adding numeric sort for value columns.
Changed qr() to query(); for some reason qr() causes PDOException.
Document the patches target in the makefile.
Show child tasks using 'alloc view'.
PrettyTable shim for compatibility before and after 0.6.
Document the patches target in the makefile.
Show child tasks using 'alloc view'.
PrettyTable shim for compatibility before and after 0.6.
Also fixed field list for ktokens.
Fixing field list for CLI subscriptions output.
Add missing permissions.
Permit the deletion of tasks if you have perm delete for tasks.
v188 Make the SQL debugging a globally configurable item.
Check for pdo object in db abstraction layer.
-- Con