- Nov 12, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Connect the redactor editor to the auto lock Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously the richtext editor introduced the loss of the collision avoidance feature.
-
Peter Rotich authored
Address major Redactor issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Forbid update of email address to one of another user Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Longer addresses for the company Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
* Upgrade to Redactor 9.1.7 * Use a (x) icon from font-awesome for the dialog
-
Jared Hancock authored
Ultimately, in the user information ("contact information") form, forbid updating a user's email address to an email address in use by another user. Because email addresses are a unique identifier of user accounts, they cannot be reused between different users.
-
Jared Hancock authored
Fixes #126
-
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 09, 2013
-
-
Jared Hancock authored
-
- 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
-