ruqueue-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ruqueue-user] ruQueue 1.2.2 Release


From: John Fulton
Subject: [Ruqueue-user] ruQueue 1.2.2 Release
Date: Mon, 10 Oct 2005 11:25:19 -0400 (EDT)

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

--
As posted on:

 https://savannah.nongnu.org/forum/forum.php?forum_id=4060

  John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]