- Nov 21, 2013
-
-
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
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
install: Fix incomplete settings on install Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Handle cases where email headers contain unicode or high-ascii characters and are not encoded according to RFC-2047. This patch handles a special case where a detectable unicode character set is used, such as UTF-8. For high-ascii characters in a character set other than iso-8859-1, the result of this patch is undefined. Fixes #826
-
- Nov 18, 2013
-
-
Jared Hancock authored
CAST effective date to date time Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
Save extra from from help topic on web ticket open Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
Ticket view sort order. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Add better description to the upgraded Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix attachment mishap in outgoing emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The detection of inline images in the mail processor causes inline images to be removed from the attachment list, if listed there. However, the attachments in the attachment list were not keyed by the attachment-id, so there was no proper way to detect and remove the attachments from the list. This patch properly keys the attachment list by the attachment file_id
-
- Nov 17, 2013
-
-
Peter Rotich authored
Change recent activity date as opposed to create date on ticket view
-
- Nov 16, 2013
-
-
Jared Hancock authored
Fix duplicate phone number (again)
-
Jared Hancock authored
-
Peter Rotich authored
Fixup a few sanity issues on custom forms Peter Rotich <peter@osticket.com>
-