Downloads
Download tar.gz
39.74 KB
MD5: 8aa789d883067b21ec23c6c1c0d90c26
SHA-1: 3ce9857f65444e3e16ec78e6bac3bb2d98b070d4
SHA-256: 7d063967f3d5f7e4dd3a1f1dc909a7dcd75a76d8174b3b0816b61cf5bb4416a8
Download zip
47.92 KB
MD5: a586a55084fc7cee9b16af4b0793ce6e
SHA-1: be5ed37ed31d61753a7989c076aa22f865bd6c3e
SHA-256: 94541a38ac55a73ea75406a5d1af5a77c67b86e7810b7689a169fc6a1040e103
Release notes
This is an intermediate release.
It has some bugs fixed and some new features many people asked for.
It has been tested by a limited group of users, it is pretty stable but still has some known bugs
New features
Case Tracker rights
-
assign case if user is assigned:
This makes it possible to define that a user has no assign rights when he create the case, but can assign ases if they where assigned to him. -
change state if user is assigned:
This makes it possible to define that a user has no set status rights when he creates the case, but can change status if a case is assigned to him.
CT views
- Added extra field: add Case Link
-
Added extra filter: Assigned to currently logged in user
see: http://drupal.org/node/168155 & http://drupal.org/node/78674
CT mail
- Added a html filter. If projects/comments are posted in html format, the html tags where in plain text in the email, now their are stripped. br, /p, /div, ... become closed with a newline (\n)
-
Changed the to who the emails are sent:
If a case is added without assigning => no email is sent
If a case is added and assigned to an other user then the user creating the case => email sent to the assigned user
If a user changes a case => email is sent to creator and assigned if they are not the user changing the case
If a comment is added, an email is sent to the creator ans the assigned if they are not the commenting user
CT dashboard
- Basic dashboard & dashboard administration
Bug fixes
-
Fixed blank pages (refrence bug)
see: http://drupal.org/node/116842 -
Comment CT mails containing wrong data
see: http://drupal.org/node/181097 - When assigning a case to a user, that user didn't get an email
-
Changed insert sql to standard sql
see: http://drupal.org/node/179125 -
Crash on deleting a comment
see: http://drupal.org/node/180227 -
Typo in CT mail handler
see: http://drupal.org/node/163742