Skip to content
Snippets Groups Projects
  1. Sep 11, 2018
  2. Sep 10, 2018
    • Peter Rotich's avatar
      DatetimeField: Format · 8623ed60
      Peter Rotich authored
      This commit adds the ability for DatetimeField to specify format string -
      this is useful when the field display requires specific format different
      from the system defined formats. For example during export.
      8623ed60
    • Peter Rotich's avatar
      Export: Make Export Fast Again · a0115226
      Peter Rotich authored
      This commit addresses longstanding memory and speed issues with ticket
      export especially when exporting large set of tickets.
      
      The implementation borrows heavily on Custom Columns, which introduced the
      idea of using placeholder field to parse the data from query (db) instead of
      making models to do the  parsing which led to related models getting fetched
      too -- and hence the memory issues.
      
      The commit also addresses caching of choices for selection fields and such
      to avoid expensive trips to database for each row!
      a0115226
  3. Sep 06, 2018
  4. Sep 05, 2018
  5. Sep 04, 2018
    • aydreeihn's avatar
      Email Name Format · 015d45a6
      aydreeihn authored
      This commit further corrects issues where emails were being sent out with names being improperly formatted if the name format is set as 'Last, First' or if it has special characters.
      015d45a6
  6. Aug 31, 2018
    • JediKev's avatar
      oops: Selection Search Bug · 2f3ecc59
      JediKev authored
      This addresses an issue introduced with 4124 where searching for a Selection
      Field with the criteria "does not have a value" throws an `implode()`
      warning.
      2f3ecc59
  7. Aug 29, 2018
  8. Aug 28, 2018
    • JediKev's avatar
      issue: Existing User Registration · 4a371e40
      JediKev authored
      This addresses an issue where registering as a non-existing user fails to
      register nor create an account. This is due to a check added in `824e92`
      that fails if there is no User model found for the address provided.
      4a371e40
    • aydreeihn's avatar
      Implement Referral Internal Notes · 74ed76b9
      aydreeihn authored
      This commit stores internal notes if an Agent includes one while creating a Thread Referral.
      74ed76b9
    • JediKev's avatar
      issue: Default Help Topic Issue Summary · 77e44464
      JediKev authored
      This addresses issue 4473 where users creating a ticket with the Help Topic
      preselected shows a validation error for the Issue Summary field. This is
      due to the new `getFormName()` function that creates new field form names
      based on the user’s/agent’s session. When the Help Topic is preselected,
      `_form` is not set for each field so the hashed name of the fields before
      ticket submit is different than after ticket submit.
      77e44464
Loading