Skip to content
Snippets Groups Projects
  1. May 28, 2014
  2. May 27, 2014
  3. May 26, 2014
    • Jared Hancock's avatar
      session: Properly track new sessions · 3828a649
      Jared Hancock authored
      ee91d179 introduced a slightly different
      tracking system for detecting sessions. Instead of completely disabling the
      session system for AJAX and cron requests, it detects if the session is new
      or not based on the session_id() and existing data in the session backend.
      
      However, the patch did not correctly determine if a session was new.
      Instead, it flagged all session as existing. This patch fixes the detection
      of existing session data so that AJAX and cron requests can operate without
      writing session data to the backend.
      3828a649
  4. May 23, 2014
  5. May 22, 2014
  6. May 21, 2014
    • Jared Hancock's avatar
      pipe: Decode address lists names after parsing emails · d6c9ce80
      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.
      d6c9ce80
    • Jared Hancock's avatar
      Fix placement of [Show Images] button for clients · e4b721ca
      Jared Hancock authored
      Previously, the display of the button was incorrect and more than one button
      might have been displayed.
      e4b721ca
    • Jared Hancock's avatar
      Fix external image in an inline <a> element · 99e719d9
      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.
      99e719d9
    • Peter Rotich's avatar
      b3e8e253
  7. May 20, 2014
    • Jared Hancock's avatar
      thread: Fixup link URLs for emails · 2ed876a2
      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.
      2ed876a2
    • Jared Hancock's avatar
    • Jared Hancock's avatar
      email: Don't sanitize and munge ws for emails · 571d065f
      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.
      571d065f
  8. May 19, 2014
  9. May 16, 2014
Loading