Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Nov 25, 2013
  3. Nov 24, 2013
  4. Nov 22, 2013
  5. Nov 21, 2013
  6. Nov 20, 2013
    • Jared Hancock's avatar
      html: Reduce dependency on htmlchars · 2f62149d
      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.
      2f62149d
    • Jared Hancock's avatar
      email: Accept inline body with disposition params · 2b13adc5
      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.
      2b13adc5
    • Jared Hancock's avatar
      forms: Unless specified, limitless input in long answers · 47469a9c
      Jared Hancock authored
      Fixes #191
      47469a9c
    • Jared Hancock's avatar
      upgrade: Avoid creating unnecessary index · 601eb8f8
      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.
      601eb8f8
Loading