- Oct 15, 2014
-
-
Jared Hancock authored
For fields with `name`s which are the same as other fields on the new ticket form (such as `time` used with the new ticket by staff form), ensure that data from the fields outside the main ticket form ("Ticket Details") is not mingled with fields inside the form. Since this is only a problem for web requests, and specifically new ticket by staff requests, this patch only applies the field name to data matching for non-web requests.
-
Peter Rotich authored
draft: Allow clients to delete their draft Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
bug: Custom ticket statuses Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Oct 14, 2014
-
-
Peter Rotich authored
Add order by method to ticket status list to return appropriate sort columns Delegate __get method in CustomListHandler to the parent list
-
Jared Hancock authored
-
- Oct 13, 2014
-
-
Jared Hancock authored
Conflicts: include/client/header.inc.php
-
Jared Hancock authored
Dashboard statistics should use 'period' as the date limiter Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
i18n: Add a few forgotten strings Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Show ticket numbers bold when open Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix crash submitting new ticket with validation errors Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
And fix an error message typo
-
Jared Hancock authored
Compare the database `state` field rather than the admin editable status name.
-
- Oct 09, 2014
-
-
Jared Hancock authored
The real bug was setting the source of the ticket form — not the fallback to the form entry source. Falling back breaks edits.
-
Jared Hancock authored
-
Jared Hancock authored
Also fix a crash when re-rendering the new ticket by staff page after a validation error.
-
Peter Rotich authored
oops: Fix regression from e99d1364 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Use the cdata field when searching and sorting the ticket listing on the client side.
-
Peter Rotich authored
pjax: Upgrade to PJAX 1.8.2 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Bug: attachments Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Fix Additional XSS Vulnerability In "tpl.inc.php" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: oops: Properly validate forms for agents Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
users: Error message setting username to an email Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: If an answer has no saved value, use the field Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
User Directory not sortable by Status Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
pjax: Fix placement of footer Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
oops: Fix bad merge for list properties as sub-fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Fix several issues with right-to-left layout Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
oops: Properly format text thread bodies Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 07, 2014
-
-
Jared Hancock authored
This patch fixes a small glitch where validation might be bypassed for fields for agents. Previously there was a glitch where required fields would have their validation errors ignored.
-
Jared Hancock authored
Since users can already log in via their email address, offer a friendly error message when agents configure the user name to be an email address.
-
Jared Hancock authored
Footer should not be in #pjax_container, because the footer is not rendered for non PJAX requests.
-
Jared Hancock authored
When processing the value of a DynamicFormEntryAnswer, if there is no database-backed, value, then use the value of the associated field.
-
- Oct 06, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Auto-detect inline attachments Attached keepers to canned reply
-