Downloads
Release notes
This is mostly a bug fix release, but with a few important changes.
The always confusing `access case tracker` permission has been removed. This permission was nearly always misinterpreted as a node access style setting. It could prevent users from seeing certain displays, but not from seeing the nodes themselves. Users who relied on this permission are advised to reconfigure the default Views provided by casetracker to use an access plugins which checks the current users role.
The `casetracker_mail` module has been removed. This module never got the full D6 upgrade that it needed. Many users have already transitioned to using the Notifications and Messaging modules which can be use to replace most (if not all) of the outgoing mail functions that had been provided by `casetracker_mail`. This is now the recommended approach. We'll probably add a re-concepted `casetracker_notifications` module in the future to strengthen this integration.
Other changes in this release include:
- Updated the README.txt
- Removing the 'access case tracker' permission.
- #759434 by dagmar, Assign to user widget more configurable
- #759566 by dagmar, Make "assigned to" a view relationship.
- Removing (the non-functional) casetracker_mail module.
- #683438 by dagmar, Adding arguments for project.
- #535288 by dagmar, Add argument to show cases assigned to user.
- #770386 by dagmar, Bad join for case tracker tables in views integration.
- #373574 Token Additions by jeffschuler and Brandonian, with small changes.
- #721510 by Zoltan Balogh, Fixing mistyped HTML tag.
- #128228 by Jose Reyero, update for the latest i18nstrings (6.x-1.3) changes.
- Updated Hungarian translation
Special thanks are due to dagmar for his various views module integration fixes.