support 2.0.x-dev

The 2.0.x-dev branch has been created so the upgrade to Drupal 9 and 10 can start. It's not ready for production testing only.

support 6.x-1.9

Bug fixes
New features

All future development effort will focus on an 8.x version of the Support module with a complete new architecture. This release pulls in all changes that we had in our internal branch but hadn't gotten around to pushing upstream (sorry).

IT IS RECOMMENDED YOU TEST CAREFULLY BEFORE DEPLOYING TO PRODUCTION!

New features:

support 7.x-1.0-rc2

New features
Bug fixes

A new release candidate, fixing the worst bugs that were reported against -rc1 and earlier beta releases. There's still a few known bugs to be addressed. Thanks for all the patches and testing!

(One "feature" snuck in, as UID1 showing up in all subscribe/assign lists was debatably a bug.)

Bug fixes:

support 7.x-1.0-rc1

Bug fixes

Support Ticketing System, Release Candidate 1.

Fixes since -beta4:

support 7.x-1.0-beta4

Bug fixes

Still in Beta; there are still known bugs. Rolling a new release though as a number of obnoxious bugs were fixed recently.

Bug fixes:

support 6.x-1.8

New features
Bug fixes

The latest release of the Support Ticketing System offers minimal visual changes, and numerous bug fixes.

Features:

Bug fixes:

support 7.x-1.0-beta3

Security update
New features
Bug fixes

This release contains the following changes relative to 7.x-1.0-beta2.

support 6.x-1.8-rc1

New features
Bug fixes

Note: This release is the equivalent of release 6.x-1.6-rc1 with the addition of security fixes. People running 6.x-1.6-rc1 should upgrade to this.

  • Fix XSS issues.

support 7.x-1.0-beta2

New features
Bug fixes
Insecure

A second -beta release, addressing a number of issues that were tracked down in -beta1. Note that the 7.x Support module now depends on the Entity module (providing CRUD support). Be sure to install the Entity API module before upgrading to the Support 7.x-1.x-beta2 release.

Bug fixes:

support 7.x-1.0-beta1

New features
Bug fixes
Insecure

In addition to the Drupal 7 porting effort, this release contains all changes from the 6.x-1.x branch up to September 20, 2011.

Things to watch out for:

1) Make sure to take a backup of your site before attempting an upgrade! The update code has not been comprehensively tested and there are KNOWN bugs!

2) support_update_7002() attempts to migrate comment_upload data into a file.module field. Due to the way files in Drupal 7 are stored, and more stringent validation, it is possible that this update will fail. The two failures that have been found so far are:
a) If you have an extremely long filename, there may not be enough space to store the full filename in the table, and the update will fail.
b) If you have multiple files with the same case insensitive name, the system will not be able to store them both, and the update will fail.

If this turns out to be a common problem in practice, we will write code to attempt to work around these. If you hit either, please ask in the issue queue for assistance.

3) Access control may still be a little off. Please report any issues you have.

4) The query altering used by support.module is known to tickle a core bug regarding unqualified column names. If you suddenly have "column ... in where clause is ambiguous" errors appearing in other modules, please see #766382: Column 'nid' is ambiguous when using node access modules.

support 6.x-1.5

New features
Bug fixes
Insecure

This release introduces a number of often requested new features, including: the ability to integrate support tickets with Organic Groups and other node access modules; a custom sort order for ticket displays; the ability to add arbitrary references between tickets; and limited project management. It also includes a wide assortment of bug fixes. All of these features and bug fixes are also being ported to the 7.x-1.x branch.

If using the support_timer module, please be sure to upgrade to the 6.x-1.3 release or later at the same time that you upgrade to this release.

The following bugs have been fixed since 6.x-1.5-rc1:

Read on for the full change log since 6.x-1.4:
New features:

support 6.x-1.5-rc1

New features
Bug fixes
Insecure

New features:

support 6.x-1.4

New features
Bug fixes
Insecure

The first step toward branching for a 7.x release is a new stable 6.x release to branch from. Huge changes since the last release. Heavily tested in production, but I'm still going to start with a Release Candidate to encourage testing before we officially roll 1.4 and branch for 7.x development.

support 6.x-1.4-rc1

New features
Bug fixes
Insecure

The first step toward branching for a 7.x release is a new stable 6.x release to branch from. Huge changes since the last release. Heavily tested in production, but I'm still going to start with a Release Candidate to encourage testing before we officially roll 1.4 and branch for 7.x development.

support 6.x-1.3

New features
Bug fixes
Insecure

A release candidate to test over the holiday weekend...

Changes since 6.x-1.3-rc1:

support 6.x-1.3-rc1

New features
Bug fixes
Insecure

A release candidate to test over the holiday weekend...

New features:

Bug fixes:

support 6.x-1.2

New features
Bug fixes
Insecure

No changes since 6.x-1.2-rc1.


The latest release of the Support Ticketing System adds a number of popular user requested features, including graphical charting of ticket statistics, the ability to auto-assign newly created tickets, and improved email attachment processing. Read on a for a complete list of new features and bug fixes.

New features:

Bug fixes:

support 6.x-1.2-rc1

New features
Bug fixes
Insecure

The latest release of the Support Ticketing System adds a number of popular user requested features, including graphical charting of ticket statistics, the ability to auto-assign newly created tickets, and improved email attachment processing. Read on a for a complete list of new features and bug fixes.

New features:

Bug fixes:

support 6.x-1.1

Bug fixes
Insecure

Bug fixes since 6.x-1.1-rc1:

  • can't define a default value for TEXT fields
    #515346: User Warnings
  • allow admins to be autosubscribed to any client tickets

support 6.x-1.1-rc1

New features
Bug fixes
Insecure

The support module can be configured to allow tickets to be created and updated via email. In version 1.1, the support module will save any attachments found in these emails, automatically attaching them to the appropriate tickets. This feature is fully integrated with the optional comment_upload module.

Other new features:

support 6.x-1.0

New features
Bug fixes
Insecure

First official release of the Support Ticketing System / Helpdesk module.

If you are upgrading from the "Jobtrack" module, be sure to carefully follow
the directions in the UPGRADE_FROM_JOBTRACK.txt file included with this release.
Note that there have been numerous changes to how permissions work.

New features (since -rc2):

support 6.x-1.0-rc2

Insecure

Second release candidate for the Support Ticketing System / Helpdesk module. There have been a number of changes to permissions, so if upgrading from an earlier version of this module be sure to visit "Administer >> User management >> Permissions" and confirm that permissions are set as intended. Review INSTALL.txt for more information about what the various permissions mean.

Features:

support 6.x-1.x-dev

New features
Bug fixes

Development snapshot. Should be reasonably stable, has all the latest features and bug fixes, though some may be less tested than others.

support 6.x-1.0-rc1

Insecure

This module is unchanged from Jobtrack 1.6-RC1. The module was renamed due to possible trademark infringement. If upgrading from JobTrack, please review the file UPGRADE_FROM_JOBTRACK.txt included with this tarball.

Subscribe with RSS Subscribe to Releases for Support Ticketing System