Skip to content
Snippets Groups Projects
  1. Dec 24, 2014
  2. Dec 18, 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 16, 2014
  9. Nov 14, 2014
  10. 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
  11. Nov 04, 2014
  12. Nov 03, 2014
  13. Oct 31, 2014
  14. Oct 29, 2014
  15. Oct 28, 2014
  16. Oct 27, 2014
    • Stephen Packer's avatar
      createTicket respects alert/autorespond negatives · 979888d3
      Stephen Packer authored
      It was previously not possible to use the `alert` and `autorespond` flags in a negative way to prevent those two events, since the ternary operator would have used the `false` ternary value, which was `true`.  This corrects that by allowing the default of `true` to be used only when the `$data` array does not have the appropriate keys set.  Assigning `$data['source']` was altered to use the same formatting and caution against an undefined index error.
      979888d3
Loading