- Nov 14, 2013
-
-
Jared Hancock authored
Fix width of the ticket thread body Add consistent font styling between Redactor and thread body
-
Jared Hancock authored
-
- Nov 13, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Set the company name from help desk name on install Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Inline help tips for the admin panel Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix priority lookup crash when creating tickets Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix display of images in FAQ's on client portal Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Implement change of client Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure unique form entries are made with each ticket Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Issue/misc Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #138
-
Jared Hancock authored
Allows the client to be changed on a ticket. Previously, only the information about the client associated with the ticket was editable. This patch permits assigning a completely different user to the ticket.
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes a case where multiple tickets are created in one request (such as a cron job triggering multiple email fetches). The TicketForm::getInstance() called in Ticket::create() used a singleton pattern to retrieve a cached instance of the TicketForm. In the case of ticket creation, each ticket needs a new TicketForm entry instance.
-
Jared Hancock authored
-
- Nov 12, 2013
-
-
Peter Rotich authored
Use <pre> elements for plain/text API messages Reviewed-By:
Peter Rotich <peter@osticket.com>
-
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
-