- May 23, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Fix date formatting issues Reviewed-By:
Jared Hancock <jared@osticket.com> Reviewed-By: @hawkhead99
-
Peter Rotich authored
Fix several observed issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- May 22, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
If the advanced search dialog is up, avoid refreshing the page
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 21, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
pipe: Decode address lists names after parsing emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Otherwise, if a decoded email name has a comma in it, for instance From: =?utf-8?B?RnJ5ZGVubHVuZCBIeW3DuGxsZXIsIEJldHRpbmE=?= <bettina.frydenlundhymoller@domain.com> The address list will be parsed incorrectly since the comma has an ambiguous significance. Usually, the personal name would be quoted; however, since it is encoded, there is no need to quote it.
-
Jared Hancock authored
Conflicts: include/client/view.inc.php js/osticket.js
-
Jared Hancock authored
-
Peter Rotich authored
Fix munging of linked external images Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously, the display of the button was incorrect and more than one button might have been displayed.
-
Jared Hancock authored
htmLawed stripped/discarded <div> tags nested inside inline tags such as <a>. The previous replacement engine would replace <img> tags with <div> tags and would cause the HTML to be corrupted by htmLawed. This patch uses <span> tags which have CSS rules to be displayed as inline-blocks. This should stay truer to the normal sizing and placement of the original <img> tag.
-
Jared Hancock authored
And use admin-defined site logo
-
Jared Hancock authored
Show properties config button if the form exists Reviewed-By:
Jared Hancock <jared@osticket.com> Reviewed-By: @stf675
-
Peter Rotich authored
-
- May 20, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
forms: Don't show [loading] and delete confirm together Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Fixup link URLs for emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This patch adds an 'email' format to ThreadBody::display() which allows formatting the html/text bodies specifically for email. Previously, there was ambiguity between the html view (which included inline image support and clickable links) and the email view, which requires neither.
-
Jared Hancock authored
-
Peter Rotich authored
email: Don't sanitize and munge ws for emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fixup misleading page after save Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If the HTML ticket thread is disabled, outgoing emails will have a text thread body placed inside an HTML template. The template and message are then sanitized and converted to text. However, htmLawed will munge the white space in the message before converting to text. This patch disables sanitizing. I think it's fair to assume that the template and the message by the client or agent have been properly sanitized prior to sending out the email.
-
Jared Hancock authored
-
Jared Hancock authored
-