Skip to content
Snippets Groups Projects
  1. Dec 22, 2014
    • Jared Hancock's avatar
      Correct set status on new ticket · 646fc2c8
      Jared Hancock authored
      This affects new ticket by staff as well as honoring the influence of ticket
      filters on new ticket, where the status may be set to something other than
      the system default. Even the system default may be influenced if it were set
      to a closed state derivative.
      
      So the concept is simple: the new status should be set using the standard
      logic so that the closed_by staff member, date, events, and other
      information is set as normally is when a ticket is closed.
      646fc2c8
  2. Dec 17, 2014
  3. Dec 16, 2014
  4. Dec 15, 2014
    • Jared Hancock's avatar
      Ensure case-insensitive file extension comparison · edcb6960
      Jared Hancock authored
      Ensure that when generating the list of acceptable file extensions, that the list is lower cased, because the extension from the filename will be lower-cased before attempting to find the extension in the list of acceptable extensions.
      edcb6960
  5. Nov 29, 2014
  6. Nov 20, 2014
  7. Nov 19, 2014
  8. Nov 14, 2014
  9. Nov 13, 2014
    • Jared Hancock's avatar
      i18n: Clarify attachment settings labels · be5b63fe
      Jared Hancock authored
      be5b63fe
    • Jared Hancock's avatar
      thread: Fix regex for ticket # in email subject · 2e01010e
      Jared Hancock authored
      The ticket number regex was changed with the advent of custom ticket
      numbers, and it matches the closing punctuation in [#12345], that is, the
      closing bracket would be included in the ticket number sought in the
      database. Therefore, it would never match the ticket number properly.
      
      The new regex attempts to match punctuation and non-punctuation groups so
      that punctuation in the middle of the ticket number is matched; however,
      punctuation at the end is not. So #12345+DEPT will match properly and will
      ignore any trailing whitespace and punctuation.
      2e01010e
  10. Nov 04, 2014
  11. Oct 31, 2014
  12. Oct 29, 2014
  13. Oct 28, 2014
  14. Oct 27, 2014
  15. Oct 26, 2014
  16. Oct 24, 2014
  17. Oct 23, 2014
  18. Oct 22, 2014
  19. Oct 21, 2014
    • Jared Hancock's avatar
      InnoDB tables for search indexing where possible · 65b6264f
      Jared Hancock authored
      Especially on Galera clusters, search indexing with MyISAM tables will cause
      unstable clusters and loss of data. For standalone clusters using MySQL 5.6
      or MariaDB 10.0, the database default table storage engine can be used,
      since either support fulltext indexing.
      65b6264f
  20. Oct 20, 2014
  21. Oct 15, 2014
    • Jared Hancock's avatar
      forms: Fix validation errors for field `name` matches · 57eaa549
      Jared Hancock authored
      For fields with `name`s which are the same as other fields on the new ticket
      form (such as `time` used with the new ticket by staff form), ensure that
      data from the fields outside the main ticket form ("Ticket Details") is not
      mingled with fields inside the form.
      
      Since this is only a problem for web requests, and specifically new ticket
      by staff requests, this patch only applies the field name to data matching
      for non-web requests.
      57eaa549
Loading