Skip to content
Snippets Groups Projects
  1. Jan 27, 2014
    • 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
  2. Jan 24, 2014
    • Jared Hancock's avatar
      1af1f91b
    • Jared Hancock's avatar
      streams: core: Delete junk records before adding PK · 040fe360
      Jared Hancock authored
      Delete junk records from the %ticket_email_info table before adding a
      primary key. Since there was previously no PK, there could be duplicate
      records.
      040fe360
    • Jared Hancock's avatar
      forms: Fix ticket submission if already logged in · 91908271
      Jared Hancock authored
      If a client is already logged into the client portal and attempts to submit
      a new ticket, the ticket will be rejected if the contact-information form
      has a required field other than `name` and `email`.
      
      This patch fixes `class Client` so that the user-id is fetched from the
      database and made available via the `::getUserId()` method. This was already
      corrected in the `develop-next` branch for v1.8.1. The `uid` field is passed
      into `Ticket::create()` so the user form validation is bypassed.
      
      This commit should be ignored when merged into the 1.8.1 codebase.
      91908271
    • Peter Rotich's avatar
      Timeout after max timeout while fetching emails · 5ec872a4
      Peter Rotich authored
      Processing fetching in ASC order of the last fetch time
      Remove LIMIT of 10 emails per fetch
      Flush the buffer and terminate the request cleanly on autocron
      5ec872a4
  3. Jan 23, 2014
  4. Jan 22, 2014
  5. Jan 21, 2014
  6. Jan 20, 2014
  7. Jan 18, 2014
Loading