Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
    • JediKev's avatar
      issue: Email Default Dept · 833671d6
      JediKev authored
      This addresses an issue where configuring a System Email to have a
      Department and then editing/saving changes on the configured Department will
      change the System Email's Department back to the the default Department.
      This was due to a un-needed Department Status check introduced with commit
      `1d361b51`. This also updates all instances of Dept Status comparison to be
      case insensitive and non-translated.
      833671d6
  2. Jul 17, 2018
    • JediKev's avatar
      department: Error Feedback · 9f3b6b27
      JediKev authored
      This addresses an issue where osTicket did not ensure associated items exist
      before saving to the database. This also addresses an issue where the Parent
      Topic error was not displayed on page.
      9f3b6b27
  3. Jul 13, 2018
    • JediKev's avatar
      department: Error Feedback · d9beb14e
      JediKev authored
      This addresses an issue where osTicket did not ensure associated items exist
      before saving to the database. This also addresses an issue where the Parent
      Topic error was not displayed on page.
      d9beb14e
  4. Jul 05, 2018
  5. Jun 28, 2018
    • aydreeihn's avatar
      Issue: Translating Archive Selections · ce226944
      aydreeihn authored
      This commit avoids camel casing the select values for Archiving Help Topic and Department options. It also fixes an issue where the selected value was being translated and it should not have been.
      ce226944
  6. Mar 09, 2018
  7. Aug 28, 2017
    • JediKev's avatar
      oops: Fix Default Dept. Error · 6d52ee7b
      JediKev authored
      This addresses issue 3934 where setting the Default Department to
      Private will throw “Fix errors below” error without showing the specific
      error below. This adds the error class to the field so the system will
      show what to fix.
      6d52ee7b
  8. Jun 16, 2017
  9. Jun 05, 2017
  10. Oct 25, 2016
    • Kevin Thorne's avatar
      Loading overlay · 4310d658
      Kevin Thorne authored
      Use class instead of id on form element that triggers overlay on submit.
      4310d658
  11. Apr 26, 2016
  12. Apr 24, 2016
    • Peter Rotich's avatar
      dept:Department Access · 6cca3830
      Peter Rotich authored
      * Separate primary from extended access members when listing department
        access.
      
      * Add ability to update primary department members role
      
      * Quick staff add - inherit role of the primary department as default role
      6cca3830
  13. Apr 22, 2016
    • Michael's avatar
      Update several files for "this ..." translations · 71a6b2a0
      Michael authored
      Within this commit, several files got updated to split up strings like "Disable for this team" / "Disable for this department" into "Disable for" and "this team"/"this department".
      So a) a little bit less translations and b) all strings of "this (ticket|task|API|canned|FAQ|depart|email|group|site|SLA|agent|team|template|help|ban|category|custom|end user|role)" can match already existing "this ..." translations now.
      PS: Didn't remove all that whitespaces in include/staff/tpl.inc.php - seems like my php editor app has done that automatically :/
      71a6b2a0
  14. Mar 24, 2016
  15. Sep 29, 2015
  16. Sep 28, 2015
  17. Aug 18, 2015
  18. Jul 21, 2015
  19. Jul 08, 2015
  20. May 14, 2015
  21. May 13, 2015
  22. Dec 30, 2014
  23. Dec 11, 2014
  24. Dec 09, 2014
  25. Dec 08, 2014
  26. Jun 30, 2014
  27. 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
  28. Jun 05, 2014
  29. May 15, 2014
  30. May 07, 2014
Loading