Skip to content
Snippets Groups Projects
  1. May 16, 2014
  2. May 15, 2014
  3. May 13, 2014
    • Jared Hancock's avatar
      html: Remove duplicate style properties · b3bb64c3
      Jared Hancock authored
      Also use single quotes instead of double quotes in style attributes which
      do not require escaping to "
      b3bb64c3
    • Peter Rotich's avatar
      Change initial group names · 8316279a
      Peter Rotich authored
      This is necessary to avoid the confusion caused by group names like
      "Managers" and "Staff".
      8316279a
    • Jared Hancock's avatar
      thread: Detect inline and separate attachments · 3eef5c84
      Jared Hancock authored
      If an email contains both inline and separate attachments, the previous
      logic would detect all the attachments as inline.
      
      Separate attachments have the `cid` set to `false`. This will pass the
      `isset` test, which would cause the logic to search through the body for a
      string of `cid:`, which would very likely be found if there was another
      inline image somewhere in the body of the email.
      3eef5c84
  4. May 12, 2014
    • Peter Rotich's avatar
      bug: Respect "No Alerts" setting for teams · 17caeb3f
      Peter Rotich authored
      17caeb3f
    • Jared Hancock's avatar
      thread: Always embed HTML in email templates · a2d15dff
      Jared Hancock authored
      With the advent of 1.9, the original, plain text email is saved in the
      thread table. If a system has the HTML ticket thread enabled (which is the
      default), if the plain text message is placed in the email template (which
      is always HTML), it will not be formatted as correct HTML and the whitespace
      will be collapsed.
      
      This patch addresses the issue by always returning HTML from the asVar()
      method, which is used to embed the thread post into a email template.
      a2d15dff
  5. May 09, 2014
Loading