Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
    • JediKev's avatar
      issue: Revert fefed147 · c9be2e00
      JediKev authored
      This addresses issue 5084 by partially reverting commit `fefed147`. In said
      commit, we updated `THIS_VERSION` to utilize `MAJOR_VERSION` which is fine.
      However, we also updated the deploy module to copy the same format. This
      interferes with the osTicket Version check by not including the entire
      subversion and not starting with a `v` (ie. `v1.12.3`). This reverts the
      copied format section of the commit so that `THIS_VERSION` will be the full,
      non-git version when deployed/packaged.
      c9be2e00
  2. Jul 26, 2019
    • JediKev's avatar
      issue: THIS_VERSION Utilize MAJOR_VERSION · 5b4c5124
      JediKev authored
      This addresses an issue where using osTicket from git would show the
      incorrect git version in `Admin Panel > Dashboard > Information`. This is
      due to a hardcoded git version of `1.8-git`. This updates `THIS_VERSION` to
      utilize `MAJOR_VERSION` so that it sets the correct git version. This also
      updates the `deploy` CLI module to match the same format (example:
      `1.12-git`).
      5b4c5124
  3. Apr 28, 2016
  4. Jun 24, 2015
  5. Jun 22, 2015
  6. Jun 11, 2015
  7. May 08, 2015
  8. Oct 23, 2014
  9. May 16, 2014
  10. Mar 14, 2014
  11. Feb 28, 2014
  12. Jan 20, 2014
  13. Jan 17, 2014
  14. Oct 31, 2013
  15. 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
  16. Oct 25, 2013
  17. Oct 19, 2013
  18. Sep 30, 2013
    • 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
  19. Jul 03, 2013
  20. Jun 18, 2013
  21. 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
Loading