newsruQueue - News: 1.2.2 Release

 
 
Latest News
1.2.2 Release posted by jfulton, Mon 10 Oct 2005 03:10:32 PM UTC

1.2.2 Release

Item posted by John Fulton <jfulton> on Mon 10 Oct 2005 03:10:32 PM UTC.

Latest stable version: ruQueue-1.2.2.tar.gz

This new version offers the following bug fixes:

- PHP 5 group rights bug
- Ticket update jumbo view bug
- Ticket greeting length limit bug
- Appointment scheduling bug
- Reports select date bug
- MySQL 4.1 timestamp bug

If tickets were created on ruQueue running MySQL 4.1.x with
web-interface from before Oct 10, 2005, the ticket status might
not be correct and can be fixed by running the following query:

UPDATE LOW_PRIORITY ticket, comment SET
ticket.date_created=ticket.date_created,
comment.date_created=comment.date_created,
ticket.current_status=comment.status
WHERE ticket.last_comment_id=comment.id

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code