Skip to content
Snippets Groups Projects
  1. Feb 03, 2014
  2. Jan 31, 2014
  3. Jan 30, 2014
  4. Jan 29, 2014
  5. Jan 28, 2014
  6. Jan 27, 2014
  7. Jan 24, 2014
    • Jared Hancock's avatar
      1af1f91b
    • 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
  8. Jan 23, 2014
  9. Jan 22, 2014
  10. Jan 21, 2014
    • Jared Hancock's avatar
      Fixup querying drop-down lists via advanced search · e5ee8ab1
      Jared Hancock authored
      It turns out that the _id field was not added to the cdata table when it was
      created for SelectionField items, because the ::hasIdValue() method was not
      implemented. This patch correctly searches SelectionFields via advanced
      search.
      e5ee8ab1
  11. Jan 20, 2014
  12. Jan 18, 2014
  13. Jan 17, 2014
Loading