Releases for Jobtrack

jobtrack 6.x-1.6-rc1

Jeremy - May 21, 2009 - 02:10
Download Size md5 hash
jobtrack-6.x-1.6-rc1.tar.gz 35.08 KB 69f416cf7900a48d5853140c8dc707d8
Official release from CVS tag: DRUPAL-6--1-6-RC1
Last updated: May 21, 2009 - 02:11

Primarily a brown-paper-bag release, so that the 'extra' field in the 'jobtrack_client' table is created on initial module installation.

The Client field in the ticket status bar is hidden if the user only has access to one client.

Also, replaced the 'only view own tickets' permission with 'view other users tickets' permission, and the 'hide ticket status bar' permission with 'view ticket status bar' permission. Per the INSTALL.txt:

Users with "view other users tickets" permissions can view all tickets for any client that they have "access CLIENT NAME tickets" permissions. Users that do not have this permission can only view tickets that they themselves have created. Users with "administer jobtrack", "edit any ticket" and/or "delete any ticket" permissions can always "view other users tickets" whether or not they are explicitly granted this permission.
NOTE: This permission is new and changes the default behavior found in JobTrack 1.5 and earlier where by default users could see all tickets for any client they had access to.

jobtrack 6.x-1.4

Jeremy - April 13, 2009 - 20:36
Download Size md5 hash
jobtrack-6.x-1.4.tar.gz 31.94 KB 962ecb10edb10394d7747db47e2675a8
Official release from CVS tag: DRUPAL-6--1-4
Last updated: April 13, 2009 - 20:41

New features:

  • #418820: implemented an advanced search form allowing users and admins to limit their search by client, ticket state and ticket priority
  • #395170: new permission, 'only view own tickets', allows creation of "clients" in which all member users can only see their own tickets
  • #422338: add 'id' column to ticket listing to allow users to easily reference ticket numbers
  • #406494: allow users viewing their own account to view their own tickets

Bug fixes:

  • #425704: properly create tables so special characters are not lost (using Drupal schema API)
  • #420540: retain subscribe status after preview
  • #418984: retain suppress ticket status after preview
  • #382442: only display 'fetch' link on admin page if client is configured to integrate inbound email

jobtrack 6.x-1.3

Jeremy - March 30, 2009 - 23:39
Download Size md5 hash
jobtrack-6.x-1.3.tar.gz 29.78 KB 5f3ef4b3964f4ac63cd16f2f7ed3a18f
Official release from CVS tag: DRUPAL-6--1-3
Last updated: March 30, 2009 - 23:40

New features:

  • feature #375553: provide altenative path for downloading mail in addition to via Drupal's standard cron hook
  • feature #382442: provide optional global mailfrom address
  • feature #400114: suggest "active" state when user updates "new" ticket
  • feature #402918: introduce new permissions: 'can assign tickets to other users' and 'can subscribe other users to notifications'
  • feature #406494: add 'create new ticket' link to user's page (patch thanks to James Sansbury, aka q0rban)
  • feature #403112: provide custom search tab for jobtrack tickets, limiting search to only tickets user has access to; provide option to filter jobtrack tickets out of content search results; provide option to override the theme and/or block search form to search tickets instead of all content.

jobtrack 6.x-1.2

Jeremy - February 18, 2009 - 14:07
Download Size md5 hash
jobtrack-6.x-1.2.tar.gz 25.74 KB c53452c02152b6945dc698a56a5a0e64
Official release from CVS tag: DRUPAL-6--1-2
Last updated: February 18, 2009 - 14:10

New features:

  • feature #375688: make inbound email integration optional. Jobtrack can now be used simplify to track tickets online, without the ability to create and update tickets via email.

Bugs:

  • bug #375347: Properly load load the server_username when editing client -- it was getting lost on each edit.

jobtrack 6.x-1.1

Jeremy - February 15, 2009 - 13:56
Download Size md5 hash
jobtrack-6.x-1.1.tar.gz 24.98 KB d26ba8774045601312d5e6b445d96487
Official release from CVS tag: DRUPAL-6--1-1
Last updated: February 15, 2009 - 14:00

A bug fix release. Be sure to run update.php after installing.

Bug fixes:

  • Rebuild menu when new clients are added.
  • Increase the size of the message_id field so we don't accidentally truncate long message_ids.

jobtrack 6.x-1.0

Jeremy - February 10, 2009 - 16:41
Download Size md5 hash
jobtrack-6.x-1.0.tar.gz 24.8 KB fc8b617b25f6448c527772a217ee9c3e
Official release from CVS tag: DRUPAL-6--1-0
Last updated: February 10, 2009 - 16:46

A simple helpdesk ticketing system with email integration.

jobtrack 6.x-1.0-beta3

Jeremy - February 5, 2009 - 21:59
Download Size md5 hash
jobtrack-6.x-1.0-beta3.tar.gz 22.85 KB c83092ac77f25a3847524d81ada97584
Official release from CVS tag: DRUPAL-6--1-0-BETA3
Last updated: February 5, 2009 - 22:05

Features:
- feature: track message_id when updating tickets via email. This allows us to update the proper ticket even if the [tkt:#] is not set in the subject.
- feature: if top posting a reply to a ticket, strip the ticket text so ticket updates don't get cluttered with multiple quoted tickets.
- allow '*' domain as wildcard
- display additional debug information if attempt to download mail fails

Bug fixes:
- #364230: don't include other node types in ticket listings
- do not send out notification emails to the ticket creator if they do not have permission to view the ticket.
- allow proper domain validation for email tickets when creating a new ticket
- #367678: display/log errors when imap connection fails
- #367663: validate $clients is an array before trying to walk it
- properly filter ticket notification emails

jobtrack 6.x-1.0-beta2

Jeremy - January 25, 2009 - 16:51
Download Size md5 hash
jobtrack-6.x-1.0-beta2.tar.gz 21.19 KB 91ff55091c83d0e05b80e99fd745291d
Official release from CVS tag: DRUPAL-6--1-0-BETA2
Last updated: January 25, 2009 - 17:00

New features:

  • allow users with 'administer jobtrack' permission to view all client's tickets
  • allow manual suppression of ticket notifications
  • when managing multiple clients, jobtrack remembers last visited client and auto-populates where appropriate
  • provide classes tomake it possible to theme ticket overviews based on state and priority
  • truncate long fields in ticket overview
  • list "Reported by" and "Assigned to" in ticket overview

Bug fixes:

  • bug #362132: don't pass by reference
  • fix initial email notification to properly credit ticket creator (instead of defaulting to uid 1)
  • only invoke nodeapi when processing ticket nodes

jobtrack 6.x-1.0-beta1

Jeremy - January 13, 2009 - 03:32
Download Size md5 hash
jobtrack-6.x-1.0-beta1.tar.gz 20.2 KB 4a28e1fff389d5b2c00fec86de6fb44f
Official release from CVS tag: DRUPAL-6--1-0-BETA1
Last updated: January 13, 2009 - 03:35

A simple helpdesk ticketing system.

jobtrack 6.x-1.x-dev

Jeremy - January 5, 2009 - 06:22
Download Size md5 hash
jobtrack-6.x-1.x-dev.tar.gz 36.38 KB 6cd3960a66e43bdc2964116a9d9c5974
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: May 22, 2009 - 00:12

6.x development release of the jobtrack module.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.