Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
  2. Jan 10, 2014
  3. Jan 08, 2014
  4. Jan 06, 2014
  5. Dec 18, 2013
  6. Dec 16, 2013
  7. Dec 11, 2013
  8. Nov 30, 2013
  9. Nov 27, 2013
  10. Nov 26, 2013
  11. Nov 25, 2013
  12. Nov 21, 2013
  13. Nov 18, 2013
    • Jared Hancock's avatar
      Fix attachment mishap in outgoing emails · 474e6fb6
      Jared Hancock authored
      The detection of inline images in the mail processor causes inline images to
      be removed from the attachment list, if listed there. However, the
      attachments in the attachment list were not keyed by the attachment-id, so
      there was no proper way to detect and remove the attachments from the list.
      
      This patch properly keys the attachment list by the attachment file_id
      474e6fb6
  14. Nov 16, 2013
  15. Nov 14, 2013
  16. Nov 13, 2013
    • Jared Hancock's avatar
      b193b085
    • Jared Hancock's avatar
      Implement change of client · 182188cd
      Jared Hancock authored
      Allows the client to be changed on a ticket. Previously, only the
      information about the client associated with the ticket was editable. This
      patch permits assigning a completely different user to the ticket.
      182188cd
    • Jared Hancock's avatar
      Ensure unique form entries are made with each ticket · b25fa2ce
      Jared Hancock authored
      Fixes a case where multiple tickets are created in one request (such as a
      cron job triggering multiple email fetches). The TicketForm::getInstance()
      called in Ticket::create() used a singleton pattern to retrieve a cached
      instance of the TicketForm. In the case of ticket creation, each ticket
      needs a new TicketForm entry instance.
      b25fa2ce
  17. Nov 08, 2013
  18. Nov 07, 2013
  19. Nov 06, 2013
Loading