Skip to content
Snippets Groups Projects
  1. Dec 16, 2014
    • Jared Hancock's avatar
      lock: Set ticket lock on ticket-view · 1ab0f541
      Jared Hancock authored
      Since the automatic lock was being acquired but not passed to the autoLock
      system, the automatically acquired lock was not being release on away
      navigation.
      
      This patch addresses the issue by passing the automatically acquired lock id
      to the autoLock system on ticket-view page load and change the ::Init()
      method so that the lock id is not cleared with the ::Init() method is called
      by the page load.
      1ab0f541
  2. Nov 20, 2014
  3. Nov 19, 2014
  4. Nov 16, 2014
  5. Nov 14, 2014
  6. 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
  7. Nov 03, 2014
  8. Oct 31, 2014
  9. Oct 29, 2014
  10. Oct 28, 2014
  11. Oct 27, 2014
  12. Oct 26, 2014
  13. Oct 24, 2014
  14. Oct 23, 2014
  15. Oct 22, 2014
  16. Oct 21, 2014
Loading