- Mar 14, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
The warning was meant to be humorous but apparently the world has no sense of humor.
-
Peter Rotich authored
Stop propagation on intercept
-
Peter Rotich authored
Credit: http://stackoverflow.com/a/7385673/2867073
-
Jared Hancock authored
It was also the last-modified date of the category -- not the actual FAQ article itself
-
Jared Hancock authored
-
Peter Rotich authored
-
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.
-
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
-
Peter Rotich authored
-
Jared Hancock authored
-
- Mar 13, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Fixup attachments attached to the response for new-ticket by staff Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Change collation to utf8_general_ci Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Bounce detection again Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
html: Be careful not to strip too much Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
The bug prevented attachments from being sent out if it was previously attached to the ticket - for example, you could resend a file to end user.
-
Peter Rotich authored
Staff uploaded files, on new ticket, were getting attached to message instead of response.
-
Peter Rotich authored
This is necessary to avoid illegal mix of collations error during upgrade for MySQL with strict language setting.
-
Jared Hancock authored
If there is content between to <style> elements, the content was previously stripped by Format::safe_html function. This patch adjusts the regex to strip tags such as <head>, <script> and <style> so that if content is found between two of them, it will be preserved.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 11, 2014
-
-
Peter Rotich authored
lint: Add email address validation Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Mar 10, 2014
-
-
Jared Hancock authored
Fix for issue #667 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
tswestendorp authored
-
- Mar 06, 2014
-
-
Peter Rotich authored
forms: Better failsafe for __toString Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Mar 05, 2014
-
-
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
-
- 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.
-
Peter Rotich authored
sla: New SLA's default to alert when overdue Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Mar 03, 2014
-
-
Peter Rotich authored
i18n: Allow Unicode characters in the username Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Feb 28, 2014
-
-
Jared Hancock authored
Make tempnam play nice with open_basedir restriction on. References: http://us2.php.net/manual/en/function.tempnam.php#93256 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-