Skip to content
Snippets Groups Projects
  1. Aug 29, 2014
  2. Aug 22, 2014
  3. Aug 06, 2014
  4. Aug 05, 2014
  5. Jul 29, 2014
    • Jared Hancock's avatar
      Implement concept of custom ticket numbers · 5cfa1f97
      Jared Hancock authored
      Ticket numbers are now configurable as a system-default and by help topic.
      Previously, an administrator could select between six-digit random and
      sequential numbers. Now, the sequence is selectable so multiple sequences
      as needed, and a format can be specified to define how the ticket numbers
      look. Formats can also be defined for each help topic.
      5cfa1f97
  6. Jul 08, 2014
  7. Jul 02, 2014
  8. Jun 30, 2014
  9. 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
  10. Jun 05, 2014
  11. May 30, 2014
  12. May 15, 2014
  13. Apr 25, 2014
  14. Mar 25, 2014
    • 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
  15. Mar 17, 2014
  16. Jan 20, 2014
    • Jared Hancock's avatar
      Make client edits optional · 76337ada
      Jared Hancock authored
      Administrators can disable client edits of ticket information. Hopefully,
      this will eventually be replaced by role-based ACLs placed on individual
      forms and fields.
      76337ada
  17. Jan 18, 2014
  18. Nov 27, 2013
    • Jared Hancock's avatar
      Replace assign-on-reopen with claim-on-response · 01f36809
      Jared Hancock authored
      If a ticket is currently unassigned and your respond to it, it's yours. If a
      ticket is closed and later reopened due to a new message, the last
      respondent will always be assigned if available at the time.
      01f36809
  19. Nov 15, 2013
  20. Nov 14, 2013
  21. Oct 09, 2013
    • Jared Hancock's avatar
      f7384359
    • Jared Hancock's avatar
      HTML ticket thread, inline images and draft support · 864d3539
      Jared Hancock authored
      Process inline attachments in thread entry and support inline images in
      piped emails
      
      Support inline images across the system, with draft support
      
      Migrate to a single attachment table
          That way we don't need a new table for everything we need to attach an
          inline image to (like a signature, for instance)
      
      Add richtext support for internal notes
      
      Implement images on site pages
      
      * Image paste in Redactor
      * Make non-local images optional
      * Placeholder for non-local images
      * Fix local image download hover
      * Don't re-attach inline images
      864d3539
  22. Sep 02, 2013
  23. Mar 06, 2013
  24. Feb 13, 2013
  25. Aug 28, 2012
  26. Jun 20, 2012
    • Jared Hancock's avatar
      Implement simple CSRF protection scheme · ff1d8b9e
      Jared Hancock authored
      Protect againts cross-site request forgery attacks by requiring a special
      form-field or header to be sent with requests that modify ticket system
      data.
      
      This meant a slight change to the AJAX ticket locking mechanism. It was
      defined to lock with a GET request; however, GET requests are defined as
      safe methods and should not modify backend data (such as a lock
      acquisition). Therefore, the the lock acquire AJAX method was changed to
      require a POST method.
      
      Also remove old, no-longer-used staff panel include files
      ff1d8b9e
  27. Apr 28, 2012
  28. Mar 19, 2012
Loading