Skip to content
Snippets Groups Projects
  1. Sep 01, 2014
  2. Aug 28, 2014
  3. Aug 22, 2014
  4. Aug 13, 2014
  5. Aug 07, 2014
  6. Aug 05, 2014
  7. Jul 30, 2014
  8. Jul 18, 2014
  9. Jul 11, 2014
  10. Jul 08, 2014
  11. Jun 30, 2014
  12. 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
  13. Jun 18, 2014
  14. 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
  15. Apr 28, 2014
  16. Apr 25, 2014
  17. Apr 01, 2014
  18. 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
  19. Feb 03, 2014
  20. Jan 28, 2014
  21. Jan 21, 2014
    • Jared Hancock's avatar
      Fixup querying drop-down lists via advanced search · e5ee8ab1
      Jared Hancock authored
      It turns out that the _id field was not added to the cdata table when it was
      created for SelectionField items, because the ::hasIdValue() method was not
      implemented. This patch correctly searches SelectionFields via advanced
      search.
      e5ee8ab1
  22. Jan 17, 2014
  23. Jan 15, 2014
  24. Jan 14, 2014
  25. Jan 10, 2014
  26. Jan 08, 2014
    • Jared Hancock's avatar
      Fix possible serious errors in dynamic form fields · 7e7c4cf0
      Jared Hancock authored
      Fix dropping of materialized view when variable name is changed
      
      Ensure view exists before merging updates
      
      Prevent possible sql injection error in field name used in the materialized
      view.
      
      Prevent possible xss error in the display of the field label and variable
      name in the admin panel.
      7e7c4cf0
Loading