Skip to content
Snippets Groups Projects
  1. Dec 31, 2014
  2. Dec 16, 2014
    • Jared Hancock's avatar
      ui: Implement "enable canned responses" config option · d5e8ac09
      Jared Hancock authored
      This patch removes the selection of canned responses as well as the canned
      responses navigation page from the ui when the canned responses feature is
      disabled.
      d5e8ac09
    • 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
  3. Oct 02, 2014
  4. Sep 26, 2014
  5. Sep 24, 2014
  6. Sep 19, 2014
  7. Sep 01, 2014
  8. Aug 30, 2014
  9. Aug 29, 2014
  10. Aug 28, 2014
    • Jared Hancock's avatar
      html: Fix dropped text after inserted image · 402d4be9
      Jared Hancock authored
      On some setups, IE v10 on Windows 7 at least, text added to the Redactor
      editor after an image is inserted (via the image popup dialog for instance),
      will not be retrieved via the ::get() method and so will not be submitted
      with the form submit button.
      
      This patch introduces a workaround by manually calling ::sync() for the
      Redactor when the submit button is pressed — just before the form is
      submitted.
      402d4be9
    • Jared Hancock's avatar
      oops: Swapped last-message and original message · 0c7d1676
      Jared Hancock authored
      Turns out the canned response selections for the original message and the
      last message were swapped.
      0c7d1676
  11. Aug 22, 2014
  12. Aug 11, 2014
  13. Aug 05, 2014
  14. Jul 29, 2014
  15. Jul 24, 2014
  16. Jul 22, 2014
  17. Jul 18, 2014
  18. Jul 17, 2014
    • Peter Rotich's avatar
      Fix XSS vulnerability on user's name · 92824412
      Peter Rotich authored
      Names parsed from incoming emails are stored in the database as is. This
      pull request addresses potential XSS vulnerability due to improper display
      of unsanitized names. Going forward names will be scrubbed on create.
      92824412
  19. Jul 15, 2014
  20. Jul 10, 2014
  21. Jul 08, 2014
  22. Jul 07, 2014
  23. Jul 02, 2014
  24. Jun 30, 2014
Loading