Skip to content
Snippets Groups Projects
  1. Jan 28, 2014
  2. Jan 27, 2014
    • Jared Hancock's avatar
      Drop `subject` and `body` from filters · 694221d2
      Jared Hancock authored
      They are only available for tickets arriving via the email channel. All
      other channel (including email) use the new ticket form to record the
      subject and body, which are mapped to the 'Issue Summary' and 'Issue
      Details' fields respectively
      
      Structure the drop-down list for the `what` column to be future-minded
      concerning custom user data matching.
      694221d2
    • Jared Hancock's avatar
      pipe: Honor inline bodies as valid message · ffd04081
      Jared Hancock authored
      Previously, if a message had a Content-Disposition header, then it could not
      be considered as the body of the message.
      ffd04081
    • Jared Hancock's avatar
      pipe: Unwrap forwarded emails · 07fec4c4
      Jared Hancock authored
      If the mail received into the system has a content type of 'message/rfc822',
      then unwrap the inner message and use it as the parsed email. Effectively,
      assume the email was forwarded as an message/rfc822 attachment.
      07fec4c4
    • Jared Hancock's avatar
      pipe: Use empty message token '--' if no message · 12882e60
      Jared Hancock authored
      Previously, the subject was duplicated, which is really confusing
      12882e60
    • Jared Hancock's avatar
      584465c9
    • Jared Hancock's avatar
      Add PK to %ticket_email_info.`id` · 7f9415ff
      Jared Hancock authored
      This patch partially reverts the previous database migration patch which
      added a primary key to the table on the `thread_id` column. This column
      cannot be used, because there may be multiple entries for thread_id = 0.
      
      This also allows ticket_collaborator.isactive to be negative, as well as
      adds the database portion of regex support for ticket filters.
      7f9415ff
  3. Jan 24, 2014
  4. Jan 23, 2014
  5. Jan 22, 2014
  6. Jan 21, 2014
Loading