Skip to content
Snippets Groups Projects
  1. Jan 30, 2014
  2. Jan 29, 2014
  3. Jan 28, 2014
  4. Jan 27, 2014
  5. 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
  6. Jan 23, 2014
  7. Jan 22, 2014
  8. 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
  9. Jan 20, 2014
  10. Jan 18, 2014
  11. Jan 17, 2014
  12. Jan 16, 2014
    • Jared Hancock's avatar
      forms: Fix ambiguous id / value for typeahead · ce2be287
      Jared Hancock authored
      If a dynamic list is displayed as a typeahead box, the value, when saved,
      will be confused with the corresponding ID field for the list. MySQL
      supports numeric comparison between the INT id column and the textual value
      column. Therefore, if a typeahead field has the value of '01 - GooGoo', then
      record will match the ListItem<id=1>, regardless of which list the item is
      defined for.
      
      This patch resolves the issue by submitting the ID number of the list
      selection in the HTTP form.
      ce2be287
    • Jared Hancock's avatar
      e9a3b985
Loading