Skip to content
Snippets Groups Projects
  1. Mar 15, 2018
  2. Oct 30, 2017
  3. Mar 18, 2016
  4. Sep 26, 2015
    • Jared Hancock's avatar
      orgs: Add ticket sharing feature · f6ccc3f6
      Jared Hancock authored
      This feature allows (by option) an organization to allow its members to see
      tickets from other members. It can be used beside or instead of the
      automated collaboration feature. Now, collaborators retain access to tickets
      on which they participate; however, sharing can be used to enable access to
      other tickets owned by their organization.
      f6ccc3f6
  5. Jul 13, 2015
    • Peter Rotich's avatar
      Bug fixes · a9b52e17
      Peter Rotich authored
      * Preserve external storage flag on field configuration
      * User gridlayout to render task's forms
      * Use new roles for task's nav
      
      Credit: Jared Hancock <jared@osticket.com>
      a9b52e17
  6. Jul 08, 2015
  7. May 27, 2015
  8. May 13, 2015
  9. May 05, 2015
  10. Mar 18, 2015
  11. Mar 05, 2015
  12. Dec 31, 2014
    • Peter Rotich's avatar
      fixes: Review · 89c0d798
      Peter Rotich authored
      Key permissions definition array
      Move canned and faq permissions to their respective classes.
      89c0d798
  13. Dec 20, 2014
  14. Dec 16, 2014
  15. Dec 10, 2014
    • Jared Hancock's avatar
      oops: Fix numerous, small issues introduced in merges · c5823545
      Jared Hancock authored
      oops: Fix crash upgrading to c7c82835
      
      oops: Fix crash rendering ticket view
      
      oops: Fix crash posting response to ticket
      
      oops: Fix refresh url after ticket reply post
      
      orm: Locate annotations after the root model's fields
      
      orm: Add PK field check for DISTINCT aggregate expressions
      
      When using the DISTINCT option for aggregate expressions, ensure that when a
      relationship is used in the aggregate, that a single field of the remote
      model's primary key is used — rather than the foreign key, since it would
      never have more than one unique value.
      
      search: Re-implement basic ticket search
      
      oops: Couple trivial changes
      
      oops: Fix date formatting for PDF output
      
      oops: Fix staff profile view and update
      
      oops: Fix canned response listing
      
      orm: Fix crash compiling WHERE IN (nested select)
      
      nav: Move settings/email to email/settings
      
      i18n: Make field visibility config translatable
      
      oops: Fix crash adding field to custom form
      
      forms: Fix `required` flag transfer to FormField
      
      oops: Fix bad merge on new ticket by staff
      
      forms: Show uneditable fields on new ticket by staff
      
      oops: Fix bad merge on client ticket view
      c5823545
  16. Dec 09, 2014
  17. Aug 22, 2014
  18. Jul 23, 2014
  19. Jul 10, 2014
  20. Jul 07, 2014
  21. Jul 02, 2014
  22. Jun 27, 2014
  23. Jun 25, 2014
    • 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
  24. Apr 02, 2014
  25. Mar 27, 2014
  26. Mar 25, 2014
    • Jared Hancock's avatar
      Hide "Open New Ticket" link · dac1f12c
      Jared Hancock authored
      If the help desk administrator has enabled requirement of login to create
      new tickets and has also disabled account registration, then new tickets
      cannot be created via the web portal.
      dac1f12c
    • Jared Hancock's avatar
      Deprecate 'show_related_tickets' · f1fddeb0
      Jared Hancock authored
      Client accounts now that the user is verified either via staff or the
      client's email mailbox, there's a much lower risk to showing a verified user
      other tickets and virtually no reason that an administrator should have to
      turn the feature on.
      f1fddeb0
    • Jared Hancock's avatar
      Guests cannot see related tickets · ac13377f
      Jared Hancock authored
      ac13377f
  27. Mar 20, 2014
  28. Jan 17, 2014
  29. Jan 15, 2014
  30. Nov 27, 2013
    • Jared Hancock's avatar
      Pluggable authentication · c1f00222
      Jared Hancock authored
      This includes the initial concept of pluggable authentication along with the
      initial concept for a plugin management system.
      c1f00222
  31. Nov 26, 2013
  32. Nov 07, 2013
Loading