Skip to content
Snippets Groups Projects
  1. Jul 10, 2013
    • Jared Hancock's avatar
      Implement transient SLAs · a6e00914
      Jared Hancock authored
      SLAs can be marked transient. When a ticket is assigned to a transient SLA
      and it is transferred to a department or help topic having a default SLA,
      the SLA will change to the SLA of the new department or help topic. This
      process can continue as long as the ticket has a transient SLA assigned.
      Once a non-transient SLA is assigned to the ticket, the SLA will no longer
      change automatically. Thereafter, the SLA can only be manually changed.
      a6e00914
  2. Jul 05, 2013
  3. Jul 03, 2013
  4. Jul 01, 2013
    • Jared Hancock's avatar
      Use a failsafe encoding for unrecognized charsets · 795fcca0
      Jared Hancock authored
      If the body of an email message is written and encoded with an unrecognized
      charset (like 'iso', for instance), then use the original text, assumed to
      be 8-bit encoded. This patch will create idiosyncrasies, where text might be
      transcoded to utf-8 incorrectly, but it should eliminate instances where
      email message bodies are missing due to incorrect charset labels.
      795fcca0
  5. Jun 27, 2013
  6. Jun 26, 2013
  7. Jun 24, 2013
  8. Jun 20, 2013
  9. Jun 19, 2013
  10. Jun 18, 2013
  11. Jun 13, 2013
  12. Jun 12, 2013
  13. Jun 10, 2013
    • Jared Hancock's avatar
      Add deploy cli script · c0c6ac50
      Jared Hancock authored
      This will allow folks following the git development model to checkout the
      sourcecode to one folder, follow an upstream git brach, and deploy the
      osticket installation from a current branch to a location somewhere.
      
      The deploy process differs from the unpack process in that it does not
      assume to be inside an 'upload/' folder from the install zipball, and it
      does not deploy the 'setup/' folder.
      
      The include folder is still supported to be installed elsewhere.
      c0c6ac50
    • Jared Hancock's avatar
      Fixup Unpacker::unpackage() · 9ab27012
      Jared Hancock authored
      - Force destination folder to always have a trailing slash
      - Log if verbosity is set to stdout
      - Use MD5 to see if copy is necessary
      9ab27012
    • Jared Hancock's avatar
      Use internal stdout and stderr objects for logging · 962fb661
      Jared Hancock authored
      Inside cli modules, use internal stdout and stderr objects rather than
      writing directly to the PHP outputs. This will allow for significantly
      easier regression testing integration.
      962fb661
    • Jared Hancock's avatar
      f7c9ddbf
  14. Jun 06, 2013
Loading