Skip to content
Snippets Groups Projects
  1. Dec 26, 2014
    • Jared Hancock's avatar
      Properly escape text bodies for canned responses · cfa84eab
      Jared Hancock authored
      This patch changes the default formatting for text bodies used in emails,
      ticket thread, and canned response quoting so that white-space in text
      bodies is properly preserved. Previously, the text was treated as raw HTML
      and was not properly escaped, nor was the original whitespace preserved.
      cfa84eab
  2. Sep 19, 2014
  3. Sep 10, 2014
  4. Sep 08, 2014
  5. Sep 03, 2014
  6. Sep 02, 2014
  7. Sep 01, 2014
  8. Aug 28, 2014
  9. Aug 22, 2014
  10. Aug 13, 2014
  11. Aug 07, 2014
  12. Aug 05, 2014
  13. Jul 30, 2014
  14. Jul 18, 2014
  15. Jul 11, 2014
  16. Jul 08, 2014
  17. Jun 30, 2014
  18. Jun 25, 2014
    • Jared Hancock's avatar
      Fix some consistency issues · 6e225313
      Jared Hancock authored
      6e225313
    • Thane de Loth's avatar
      Adopt translation work from Thane de Loth · 7042e6c8
      Thane de Loth authored
      Multilanguage Support via gettext
      
      - added gettext encapsulations to all texts i thought necessary
      - added fallback function for the case that the gettext extension isn't loaded
      - added browser language detection
      - added gettext to the list of optional extensions in setup
      - rewritten some of the texts to use sprintf instead of appending strings
      - added german translation file
      - removed mark_overdue-confirm from cannedresponses.inc.php
      
      extend multi language support and a fex fixes
      
      - Better detection of translation files
      - Added functionality to redirect language codes (see redirecting
      language codes)
      - Ticket Status can be translated
      - The Datepicker can be translated
      - Extended functionality of 'testlang.php' to show what language code is
      used to translate
      
      Forgotten to apply a patch from RC5 to RC6
      
      - Forgotten to change $var to $vars in line 380 of class.mailfetch.php
      - Removed unneeded comment
      
      Added php_gettext as primary translation engine
      
      - Added php_gettext support (thanks to Danilo Segan and Steven
      Armstrong)
      - php_gettext is now the primary translation engine
      - Extended language detection functionality
      
      Add error/misconfiguration checks and fix undefined variables
      7042e6c8
  19. Jun 18, 2014
  20. Jun 10, 2014
    • Peter Rotich's avatar
      Formatted Canned Responses · 237cc1ba
      Peter Rotich authored
      Centralize how canned responses are formatted
      Add ability to quote original and last messages as a canned response
      237cc1ba
  21. Apr 28, 2014
  22. Apr 25, 2014
  23. Apr 01, 2014
  24. Feb 27, 2014
    • Peter Rotich's avatar
      Restrict access to closed tickets based on staff's access control. · 61eea522
      Peter Rotich authored
      Background: osTicket allows access to assigned open tickets (both personal
      and team assignments) regardless of the assigned department or group. This
      is necessary to allow staff to work on tickets in an otherwise restricted
      department.
      
      When a staff member closes a ticket, they're credited (ticket.staff_id is
      set to staff's id) for the purpose of showing who closed the ticket.
      osTicket mistakenly allowed continued access to closed tickets even when the
      staff doesn't have access to the ticket based on departmental access.
      61eea522
  25. Feb 03, 2014
Loading