Skip to content
Snippets Groups Projects
  1. Jul 09, 2013
    • Jared Hancock's avatar
      Installer uses the streams config · dfa90b8a
      Jared Hancock authored
      Allow the installation to use the same streams config and schema signatures
      as the migrater
      
      Allow the install to install mulitple database streams
      dfa90b8a
  2. Jul 04, 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
Loading