Skip to content
Snippets Groups Projects
  1. Sep 12, 2018
  2. Sep 11, 2018
  3. 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
  4. Sep 06, 2018
  5. Sep 05, 2018
  6. 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
  7. 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
  8. Aug 29, 2018
Loading