- Oct 02, 2019
-
-
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.
-
- Jul 26, 2019
-
-
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`).
-
- Apr 28, 2016
-
-
Jared Hancock authored
-
Jared Hancock authored
With the advent of the MANIFEST file, files which are rewritten when deployed, such as those which have the GIT hash in the query string to force browser reloading, were no longer deployed unless the content of those files changed. This patch adds a flag to the MANIFEST file to indicate that the file was rewritten when it was deployed. This allows the file to be deployed and rewritten again when the deployment is run, but also adds an indication to the console output to distinguish deploying changes as opposed to deploying rewrites.
-
Jared Hancock authored
-
- Jun 24, 2015
-
-
Jared Hancock authored
(rather than deleted after install)
-
- Jun 22, 2015
-
-
Jared Hancock authored
This allows the MANIFEST to be hidden from HTTP requests since the entire include/ folder is already denied for Apache.
-
Jared Hancock authored
-
- Jun 11, 2015
-
-
Jared Hancock authored
As an option, this will allow preventing deployment of files not tracked with git. It's also about twice as fast as the PHP version.
-
Jared Hancock authored
This allows files which are edited on the fly during deployment to be tracked so that they are not unnecessarily deployed again in the next deployment run. It also allows for more creative deployment strategies using something like `git ls-files -s`
-
- May 08, 2015
-
-
Dmitry Gorelenkov authored
-
yadimon authored
-
- Oct 23, 2014
-
-
Jared Hancock authored
-
- May 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Also, write js and css links to be forcibly reloaded by the browser after deployment
-
- Mar 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 20, 2014
-
-
Jared Hancock authored
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- Oct 31, 2013
-
-
Jared Hancock authored
Also, if any non-shipped .htaccess files exist, don't clean those either Fixes #60
-
- Oct 28, 2013
-
-
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.
-
- Oct 25, 2013
-
-
Jared Hancock authored
When the include path is written in bootstrap.php, ensure that extra slashes are not accidentally added
-
- Oct 19, 2013
-
-
Jared Hancock authored
Fixes #20
-
- Sep 30, 2013
-
-
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)
-
- Jul 03, 2013
-
-
Jared Hancock authored
This will allow an administrator to visualize the files changed in the deployment before actually copying out the new files
-
- Jun 18, 2013
-
-
Jared Hancock authored
-
- Jun 10, 2013
-
-
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.
-