Skip to content
Snippets Groups Projects
  1. Mar 14, 2014
  2. Feb 28, 2014
  3. Jan 23, 2014
  4. Jan 22, 2014
  5. Jan 20, 2014
  6. Jan 17, 2014
  7. Jan 02, 2014
  8. 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
  9. Oct 31, 2013
  10. Oct 28, 2013
    • Jared Hancock's avatar
      Add --clean option to deploy script · 84d463af
      Jared Hancock authored
      Allows the deploy script to remove files in the target that are not preset
      in the current repository. This patch assumes pure stock osTicket
      deployments -or- that the files deployed in the target are also present in
      the local repository.
      84d463af
  11. Oct 25, 2013
  12. Oct 19, 2013
  13. Oct 17, 2013
  14. Sep 30, 2013
    • Jared Hancock's avatar
      Expose fail count to shell environment · d9ad5a13
      Jared Hancock authored
      Also, run the tests in the packager. The packager will automatically run the
      regression test suite prior to packaging a release. The package will not
      build if there is at least one fail from the regression tests.
      d9ad5a13
    • Jared Hancock's avatar
      Allow deployment of setup/ · e24750fe
      Jared Hancock authored
      Useful for initial installs, where deployment of the `setup/` folder is
      required for the initial install. Thereafter, deployment can be run without
      the setup option so that the rest of the codebase can be maintained (already
      supported)
      e24750fe
  15. Sep 11, 2013
  16. Sep 05, 2013
  17. Sep 04, 2013
  18. Aug 19, 2013
  19. Aug 09, 2013
  20. Jul 24, 2013
  21. Jul 15, 2013
  22. Jul 12, 2013
  23. Jul 03, 2013
  24. Jun 19, 2013
  25. Jun 18, 2013
  26. 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