- Nov 23, 2013
-
-
Jared Hancock authored
-
- Nov 22, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 21, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
templates: Add ${response} to ticket notice
-
Jared Hancock authored
-
Peter Rotich authored
html: Fix normalization of stuff like <html> Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Honor html setting when concatenating canned response Reviewed-By:
Pete Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Re-enable user identification by reply-to email header Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix validation error display on web submit Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes osTicket/osTicket-1.8#203
-
Peter Rotich authored
install: Fixup template install on MySQL clusters Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
test: implement static functions and catch blocks Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
pdf: Fix incorrect conversion of closed-by name Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Fix image corruption on FAQ save Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #198
-
- Nov 20, 2013
-
-
Jared Hancock authored
Previously, html-like content would have to be run through Format::htmlchars before being passed to Format::sanitize, because things that looked like invalid html content would be removed.
-
Jared Hancock authored
Roll a few commits made post 1.7.3 Conflicts: include/class.thread.php
-
Peter Rotich authored
email: Accept inline body with disposition params Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
A mail client may indicate a header parameter (such as Novell Groupwise, which may add something like Content-Disposition: inline; modification-time: "Thu ..." ) Previously, the system would not consider the content to be a candidate for the email body, because it has parameters to the content-disposition header. This patch will still consider the part to be a candidate for the body if the mime types match and no filename is found in the content-disposition parameters.
-
Peter Rotich authored
api: Add example script to create tickets Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Unless specified, limitless input in long answers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
upgrade: Fix phone number scrambled on upgrade Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Fixes #191
-
Jared Hancock authored
There's a unique index on %user_email.address, so there's no need to create an index on %ticket.email when matching up records.
-
Jared Hancock authored
-
- Nov 19, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Properly handle htmlchars in web-based posts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Handle poorly encoded email headers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Properly encode htmlchars in thread bodies Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: drop <!DOCTYPE ...> strings from email body Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
And avoid double encoding email bodies if html thread is not enabled
-