- Nov 12, 2013
-
-
Peter Rotich authored
Fixup image hover Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix several presentation issues for attachment widget Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix date picker issues on client interface Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Since the ticket thread is nested in a div now (required for inline videos to be displayed correctly), the image hover caused the images to be shown at the end of the thread entry body rather that its original location.
-
- Nov 08, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Avoid adding extra contact info forms Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Cleanup drafts on ticket processing Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
When end users create new tickets Fixes #107
-
Jared Hancock authored
-
Jared Hancock authored
Before, the draft was only cleaned up when progress on the ticket was tracked with the reply box.
-
Jared Hancock authored
-
Jared Hancock authored
Validation errors in user form were not displayed on the interface
-
Jared Hancock authored
Fixes #111
-
- Nov 07, 2013
-
-
Jared Hancock authored
Hotfix uninitialized parameter Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Handle email addresses used as names Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If an email arrives in the system without a "personal" field (name), the email address is used as the name. The email address, however, is not parsed well by the PersonsName constructor. This patch uses the mailbox of the email address as the name. Also include a slight boost to the mbstring compatibility functions declared in the bootstrap::i18n_prep() function
-
Peter Rotich authored
Add company information Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix slight regression on new ticket by staff Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix regression in custom date fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix regression saving ticket priority Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
And extend the information to email templates
-
Jared Hancock authored
When localized date formatting was implemented, saving of those dates in the database was broken. This fix correctly handles custom date fields to/from the database.
-
Jared Hancock authored
-
- Nov 06, 2013
-
-
Peter Rotich authored
Fix regression in filter processing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
The typeahead for user email address was dropped somewhere along the way
-
Jared Hancock authored
Filters should not be run alongside basic ticket validation
-
- Nov 05, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Fix filter issue where negative logic prevents matches Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make the phone number configurable Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Corrects various form designer issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Fixes #23
-
Jared Hancock authored
Fixes #77
-
Jared Hancock authored
If a form field is required, then a name will be necessary in order to plumb up the API.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
The quickList() method will attempt to ask the database to find filters that might match the incoming ticket information. The idea is that MySQL is likely faster than PHP. The problem is that it assumes positive logic is being utilized. This patch adds all filters with at least one rule with dn_contain (does-not-contain) or not_equal (not-equal)
-