Download & Extend

Releases for Case Tracker

casetracker 6.x-1.0-beta9

Download Size md5 hash
casetracker-6.x-1.0-beta9.tar.gz 40.23 KB 1bd8d454ba926edd2cbed0c0189ee4d8
casetracker-6.x-1.0-beta9.zip 60.51 KB dcacef5d401f4cbbf15590e2dc4e6fe1
Last updated: January 3, 2011 - 19:20
Official release from tag: 6.x-1.0-beta9

Release notes

The ninth beta release of Case Tracker for Drupal 6.x, this release fixes some minor bugs and adds the "Case Tracker Notifications" sub-module.

This sub-module adds two subscription types that can be used via the Notifications and Messaging suite:

  1. Subscribe to cases assigned to me (this is a common subscription for all projects)
  2. Subscribe to cases for this project (this is a different subscription per project).

casetracker 6.x-1.0-beta8

Download Size md5 hash
casetracker-6.x-1.0-beta8.tar.gz 39.43 KB fa959009a5efddfd7ee9c7b0889b96f4
casetracker-6.x-1.0-beta8.zip 58.24 KB 8d1f24f40a30beba1870e398bbc2af2b
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta8

Release notes

Bug fix release of Case Tracker for Drupal 6.x

  • Properly santizing output on the casetracker admin screens.
  • Proper token handling for status updates, patch by dagmar.
  • Properly escaping status/type/priority names when displaying. Bug reported by dagmar.

casetracker 5.x-1.4

Download Size md5 hash
casetracker-5.x-1.4.tar.gz 41.83 KB 52efd8f5b7615c628b5ab8c15b9bb302
casetracker-5.x-1.4.zip 49.89 KB 1b8782de53c89eba58fd7131da062b1a
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.4

Release notes

Security release of Case Tracker for Drupal 5.x

For complete information see SA-CONTRIB-2010-069 - Case Tracker - Multiple Vulnerabilities.

Please note: The behavior of "access case tracker" permission has been changed in this release. Previously it was used to restrict access to individual project and case nodes, but only in some instances. This access check has been removed and instead users are encouraged to install a content access module to restrict access to these nodes.

casetracker 6.x-1.0-beta7

Download Size md5 hash
casetracker-6.x-1.0-beta7.tar.gz 39.42 KB 65410481665a9e3da3efb903d5dd2f70
casetracker-6.x-1.0-beta7.zip 58.23 KB b4912e0c6726503694af8edaf6812d41
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta7

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.
Read more

casetracker 6.x-1.0-beta6

Download Size md5 hash
casetracker-6.x-1.0-beta6.tar.gz 45.03 KB be505d47c2833ee9ca1e1ef94203e5c0
casetracker-6.x-1.0-beta6.zip 64.79 KB 39255699834c28cf7b2fa5ae831323c0
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta6

Release notes

Small fix:

- Ensure that the assign_to field on nodes loaded by casetracker are also saved correctly by casetracker.

casetracker 6.x-1.0-beta5

Download Size md5 hash
casetracker-6.x-1.0-beta5.tar.gz 44.82 KB 98767fa1b45701552adf3e26d70d26e3
casetracker-6.x-1.0-beta5.zip 64.69 KB 1cb2cadf209bc98066c7f3e08b4ca772
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta5

Release notes

Beta 5 Release of Case Tracker for Drupal 6.x
-------------------

Various fixed and Changes, including:

* Added validation for default assignment
* Added 'assign case' permission
* Fixed 'set assigned user' action
* Calling assignments to the anonymous user "Unassigned"
* Added Hungarian Translation
* Better translation support for case summaries
* Made case states translatable via i18n strings module.
* fix to assign_to filters when used with anon assignments.
* Making default views respect the 'access case tracker' permission.

See http://drupal.org/project/cvs/50589 for a complete history.

casetracker 6.x-1.0-beta4

Download Size md5 hash
casetracker-6.x-1.0-beta4.tar.gz 41 KB 66d548517c9fe8f4b390038526cf922a
casetracker-6.x-1.0-beta4.zip 59.71 KB fe9d90e06aed757ef19fcee53331cfa8
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta4

Release notes

Fourth beta release of Case Tracker 1.0 for Drupal 6

New Stuff:

* #448578 mostly by Grayside. Adding actions to casetracker.

Fixes:

* by yhahn. Ensuring the anonymous user is available as an assignee option if specified as default assignee.

casetracker 6.x-1.0-beta3

Download Size md5 hash
casetracker-6.x-1.0-beta3.tar.gz 38.2 KB 3c1d32ff7c8fbe9826aeba7a65c7c57a
casetracker-6.x-1.0-beta3.zip 55.78 KB eaf78f03df3d3b4ee243e02d9e43c1e4
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta3

Release notes

Bug fixes and improvements, including:

* Using views to control which users can be assigned cases.
* More consistent exposed filter forms
* bringing back the 'Jump to case' block.
* Improved handling of case meta-data on node preview.

casetracker 5.x-1.3

Download Size md5 hash
casetracker-5.x-1.3.tar.gz 41.91 KB c9b294b1eeb1fe92726ae1ba9c3f4be0
casetracker-5.x-1.3.zip 50 KB 039843ee7971d676183f274abb6b07c0
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.3

Release notes

Maintenance release of Case Tracker.

casetracker 6.x-1.0-beta1

Download Size md5 hash
casetracker-6.x-1.0-beta1.tar.gz 37.08 KB 08926d04141f1b06a3c93033a3baefc0
casetracker-6.x-1.0-beta1.zip 54.7 KB 834787c9d78ff9344f9a6a1e145e9237
Last updated: December 24, 2010 - 22:35
Official release from tag: 6.x-1.0-beta1

Release notes

Beta release of Casetracker for Drupal 6.

casetracker 6.x-1.x-dev

Download Size md5 hash
casetracker-6.x-1.x-dev.tar.gz 31.59 KB ae9ae2e72e7ccd1defded6773e79e859
casetracker-6.x-1.x-dev.zip 45.08 KB eb6b7527e6b4d72fb3705e19fb104309
Last updated: February 25, 2011 - 07:28
Development snapshot from branch: 6.x-1.x

casetracker 5.x-1.3-beta2

Download Size md5 hash
casetracker-5.x-1.3-beta2.tar.gz 41.9 KB a2b3c10aa9527e6540b75c852688ee77
casetracker-5.x-1.3-beta2.zip 50.02 KB 1438b1498b5a5aced54e1a9ab48fd3bc
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.3-beta2

Release notes

Second beta release of the 1.3 branch. Contains many small bug fixes.

casetracker 5.x-1.3-beta1

Download Size md5 hash
casetracker-5.x-1.3-beta1.tar.gz 41.01 KB f30b0db587e4627b0af8d46d073501fa
casetracker-5.x-1.3-beta1.zip 49.08 KB 831fa5bfdbafc330f663b32a17535d29
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.3-beta1

Release notes

New features

Pgsql support

Case Tracker installer script(s) contains the necessary query's to create the Postgres tables.
Dashboard query's are altered so they work in MySQL and Postgres.

Bug fixes

  • Fixed wrong node count query for case overview pagination
  • #179089: Added pgsql support, fixed typos in the uninstall script
  • #194073: Bug in install query
  • #151145: Couldn't filter on not assigned
  • #163709: Duplicate lines in the Latest Cases block.
  • #194553: Removed Devel module debug function call (dvm) in code.

casetracker 5.x-1.2

Download Size md5 hash
casetracker-5.x-1.2.tar.gz 40.56 KB 77e83bdf1a81958046dab9cfc8e7b246
casetracker-5.x-1.2.zip 48.63 KB e98ad971a25f49a50ebff74e879229cb
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.2

Release notes

Warning!

There is a bug in the install (only for new casetracker installs) script!
If you install this version (fresh install) then you have to manually run the update.php script and select the update #21 from the casetracker module dropdown.

Or you can use the casetracker 5.x-1.3-beta1 release instead!

Read more

casetracker 5.x-1.2-beta2

Download Size md5 hash
casetracker-5.x-1.2-beta2.tar.gz 39.82 KB e021277b39f244bf5716974049ee0675
casetracker-5.x-1.2-beta2.zip 47.94 KB d0e038cfbb457ed5987a8696811c1896
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.2-beta2

Release notes

Bugfix release.

Bugfixes

  • #187943: Error when submitting case or comment
  • #116207: Anonymous users can see cases without access actually granted
  • #188072: CT Dashboard SQL Error

casetracker 5.x-1.2-beta1

Download Size md5 hash
casetracker-5.x-1.2-beta1.tar.gz 39.74 KB 8aa789d883067b21ec23c6c1c0d90c26
casetracker-5.x-1.2-beta1.zip 47.92 KB a586a55084fc7cee9b16af4b0793ce6e
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.2-beta1

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

Read more

casetracker 5.x-1.1

Download Size md5 hash
casetracker-5.x-1.1.tar.gz 36.51 KB a0b48cea8b993bdc1b52c7aefdc65773
casetracker-5.x-1.1.zip 43.58 KB a574218eb26962c591d83c7635801fcb
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.1

Release notes

* "Case States" now has a description in the admin/ blocks.
* #108322: cbutera, jo1ene, et. al: PHP 5 compatibility fixes.
* #107178: Breadcrumbs only show up on full $page view. Whoopsie.
* #107548 by kbahey: allow mail clients to thread with In-Reply-To.
* Fixed rare scenario where comment old/new would show up on non-cases.
* #105799: casetracker/cases and projects tables have more css classes.
* #65571: Existing nodes without CT information now receive it after editing.
* #104048 and #104201: changed the way the "Default assigned user" setting
   works. It now only prefills the field on initial case submission. The
   "Assigned" field in the theme is now properly theme_username()'d, and
   "Assign To" is no longer a required field (so you can delete the value
   to set the case as "assigned" to the Anonymous user).

casetracker 5.x-1.0

Download Size md5 hash
casetracker-5.x-1.0.tar.gz 35.84 KB 9cfb676cb5fa19082ea21f2f4cb82e16
casetracker-5.x-1.0.zip 42.92 KB 1fb6227c319b5d66a40f2a7907b5b931
Last updated: December 24, 2010 - 22:35
Official release from tag: 5.x-1.0

Release notes

* hook_uninstall() has been added to basic, core, and mail.
* basic node types renamed: casetracker_basic now ships with node types named
   casetracker_basic_project (and _case) as opposed to the original form of
   casetracker_project. this renaming was a paranoid sideeffect of adding a
   hook_uninstall() which would DELETE node types named casetracker_project.
   we felt that such a name would be relatively common for custom CCK-like
   installations, and didn't want to see accidental deletions when and if
   casetracker_basic.module was ever uninstalled. a hook_update() for case
   tracker will rename all "casetracker_project" (and "case") types to include
   the "basic" string, and hope we don't trounce non-basic types.
* bug: empty case number on the "Jump to case number" block will now
   correctly say "Case number not required". However, the fix requires
   some CSS magick which doesn't actually work in IE 6. Oh well.

casetracker 5.x-1.x-dev

Download Size md5 hash
casetracker-5.x-1.x-dev.tar.gz 42.28 KB ef2fab76f2f0300371efadc1635bdd91
casetracker-5.x-1.x-dev.zip 49.01 KB 4184bfcac87146dc764cea3d4c062c9f
Last updated: February 25, 2011 - 07:28
Development snapshot from branch: 5.x-1.x

Release notes

You shouldn't use this release!
Use the casetracker 5.x-1.3-beta1 release instead!

casetracker 4.7.x-1.0

Download Size md5 hash
casetracker-4.7.x-1.0.tar.gz 34.42 KB ff9679241031c87a2e85b6fc1d4d0ef3
casetracker-4.7.x-1.0.zip 39.48 KB 81968da3a9b7006b6e303638030e1613
Last updated: December 24, 2010 - 22:35
Official release from tag: 4.7.x-1.0

Release notes

A final (save for important bug fixes) version for Drupal 4.7, entirely reworked by Morbus Iff.

* database: casetracker_comment merged with casetracker_comment_status.
* all css ids and classes are now - delimited, not _.
* database: casetracker_case:p_id is renamed to pid.
* database: casetracker_case:case_id is renamed to case_number.
* database: casetracker_comment_status:project_term_id renamed to pid.
* database: casetracker_project:project_no is renamed to project_number.
* casetracker > cases menu item is now modifiable. hackish, but ok.
* casetracker_case_state_load() now issues one query and then caches.
* mail sending and receiving has been moved into casetracker_mail.module.
* Removed the use of sequences to keep track of Case Tracker's project and
case numbers. The sequences for cases were never implemented properly; to
do them right would mean filling up sequences with a per-project counter.
Everything has been moved to a settings variable which, while allowing for
a race condition, doesn't abuse sequences (with both amount of project
case numbers and the forcing of +100 instead of +1 by db_next_id()).
* "Jump to case number" block now requires 'access case tracker' perms.
* "Latest cases" block configuration moved to block edit screen.
* xmlrpc_example.php added to repository, demonstrating simple client access.

Read more
Subscribe with RSS Syndicate content