- Jun 18, 2014
-
-
Jared Hancock authored
Several places in the code initialize a list of objects from the database and only fetch one item. In certain instances (which seem almost like a race condition), MySQL will feel like there are more records available in the database and will complain with "Commands out of sync, you can't run the command now". This patch addresses the issue by utilizing the ::one() method of the QuerySet where only one record is expected. The ::one() method is further designed to fetch all one results (which satisfies the MySQL client library) and return the first item.
-
- Jun 09, 2014
-
-
Jared Hancock authored
-
- Jun 06, 2014
-
-
Jared Hancock authored
Fixes #980
-
Jared Hancock authored
-
- Jun 05, 2014
-
-
Jared Hancock authored
Retire canned response append checkbox on ticket reply. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Help Topics improved Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Correctly generate ticket_link for message confirm Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
dept: Allow saving of various alert recipient opts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
As previously implemented, only "Department and group members" could be set
-
Peter Rotich authored
forms: Ensure the issue summary will have data Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix a couple issues on page management Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
redactor: Upgrade to version 9.2.4 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jun 04, 2014
-
-
Jared Hancock authored
Otherwise, no column will be added to the %ticket__cdata table and the ticket queue pages will be crashed (empty).
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 03, 2014
-
-
Jared Hancock authored
-
- Jun 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Use the topic associated with the email if any, and the topic defined as the system default as the last resort. In either case, the form associated with the help topic will be added to the ticket, but no data will be put into the form fields.
-
- May 30, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
user: Fix variable replacement for %{ticket.user} Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Update class.mailparse.php function splitHeaders Reviewed-By: Peter Rotich & Jared
-
Peter Rotich authored
The default mode going forward will be to insert when Rich Text support is enabled and append otherwise. To clear the draft the user can simply click reset or delete draft icon on the bar. Enable delete draft option on reply & internal note boxes for consistency.
-