- Jun 18, 2014
-
-
Peter Rotich authored
Users can visit more than one ticket via link Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
orm: Fix issues surrounding MySQL commands OoS Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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.
-
Peter Rotich authored
topics: Properly sort help topics on faq manage Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Format time drop down via config time format Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix dialog boxes on backward pjax navigation Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix various XSS vulnerabilities Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Use the admin-configured time format for formatting the values in the time dropdown as opposed to always using 24-hour time.
-
Jared Hancock authored
Previously, they were displayed in seemingly random order, did not honor proper nesting, or declared sort order.
-
Jared Hancock authored
pjax:complete is only called after an AJAX page load. If a user navigates forward or backward and the page loads from local cache, then pjax:complete is not fired. pjax:end, however, is always fired.
-
- Jun 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
Jared Hancock authored
Account Manager Auto-assignment References: http://www.osticket.com/forum/discussion/77593/1-9-1-auto-assignment-to-the-account-manager Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 11, 2014
-
-
Peter Rotich authored
Auto assign tickets to organization's account manager only if the flag is set and as the last resort i.e topic or filters assignment takes precedence.
-
- Jun 10, 2014
-
-
Peter Rotich authored
Display external images and original links on thanks Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow guests to sign out Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Retire %{ticket.client_link} Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jun 09, 2014
-
-
Jared Hancock authored
-
- Jun 06, 2014
-
-
Jared Hancock authored
Affected users should upgrade the token to %{recipient.ticket_link}
-
Jared Hancock authored
Previously, once a client was authenticated to the system with an email link, the user could utilize other email links to other tickets; however, the same ticket page would be presented to the user regardless of which link was utilized. This patch allows the ticket in focus for the user to be changed after visiting the client portal with a different ticket link.
-
Jared Hancock authored
Otherwise, a user's session cannot be voluntarily destroyed
-
Jared Hancock authored
Previously, external images were mucked up and links were routed through l.php, which requires a client sign in. If a client were not signed in when creating a ticket. The links would not work correctly.
-
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>
-