- Mar 06, 2014
-
-
Jared Hancock authored
If a client is already logged into the system and follows a second ticket link, show the ticket instead of the list of tickets.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.ticket.php
-
Jared Hancock authored
-
Jared Hancock authored
Support viewing tickets without a departments Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
forms: Better failsafe for __toString Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Unpack user information Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
- Mar 05, 2014
-
-
Peter Rotich authored
This can happen when associated department is private and the system has no default department (which is possible with v1.6 upgrade)
-
Jared Hancock authored
This mostly helps when fields change types. If the type of the field currently cannot convert previous data to a string (like if a short-answer field was changed to choices), the textual representation of the PHP value of the field data is given.
-
Peter Rotich authored
Allow new ticket without required contact fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Also, default size should not decrease if different signatures are selected
-
Jared Hancock authored
-
- Mar 04, 2014
-
-
Jared Hancock authored
If a staff member creates a new ticket and cancels the user-lookup / create-new-user dialog, and the contact information form has a required field other than the name and email address fields, the ticket cannot be created because the required fields for new clients are not shown and can therefore not have a required value. This patch allows new clients to be created without the required fields when the ticket is created by staff members.
-
Jared Hancock authored
This issue was addressed for htmLawed, where the UTF-8 version of a non-breaking space, 0xc2a0 would be collapsed to 0xa0, which would very likely create an invalid Unicode character, and the text block would be dropped or truncated.
-
Jared Hancock authored
fix: Restrict access to closed tickets Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
sla: New SLA's default to alert when overdue Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
When checking ticket access - only consider assignment IF the ticket is open. This is required since staff_id field is overloaded to show who closed the ticket.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 03, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Allow a callback function to be used to determine if an error should be logged and an alert mailed
-
Jared Hancock authored
-
Peter Rotich authored
email: Drop stripped images Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If images are included inline in an email and the quoted-response removal algorithm drops them, then silently drop the attachments
-
Peter Rotich authored
i18n: Allow Unicode characters in the username Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Unassign on reopen Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Fix creeping widget sizing on user create Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
faq: Fix last modified time not to be midnight Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Put the ticket number back in the subject line Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Close tip popup on click outside the tip box. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Stop propagation on intercept
-
Jared Hancock authored
-
Jared Hancock authored
It was also the last-modified date of the category -- not the actual FAQ article itself
-
Peter Rotich authored
Credit: http://stackoverflow.com/a/7385673/2867073
-
Jared Hancock authored
-