- May 16, 2014
-
-
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 23, 2014
-
-
Jared Hancock authored
-
- Jan 22, 2014
-
-
Jared Hancock authored
-
- Jan 20, 2014
-
-
Jared Hancock authored
Add the current backend to the list results output Add a --limit switch to support limit results sent to a command like `migrate`
-
Jared Hancock authored
Allows for backend listing, file listing, single file dump and file migration.
-
Jared Hancock authored
Allow arguments to have sub-command 'options', so an argument like 'action' can have a specified list of values, each with respective help output.
-
Jared Hancock authored
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- Jan 02, 2014
-
-
Jared Hancock authored
And install initial data in target language. Also configure help tip popovers to be in the configured, default system language.
-
- Nov 27, 2013
-
-
Jared Hancock authored
This includes the initial concept of pluggable authentication along with the initial concept for a plugin management system.
-
- Oct 31, 2013
-
-
Jared Hancock authored
And freshen up the upgrading guide
-
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
-
Jared Hancock authored
-
Jared Hancock authored
Use a PHP setup which uses the built-in PHP tokenizer to parse and traverse PHP scripts to determine (possible) access to uninitialized variables
-
- Oct 19, 2013
-
-
Jared Hancock authored
Fixes #20
-
- Oct 17, 2013
-
-
Jared Hancock authored
-
- Sep 30, 2013
-
-
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.
-
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)
-
- Sep 11, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 05, 2013
-
-
Jared Hancock authored
-
- Sep 04, 2013
-
-
Jared Hancock authored
-
- Aug 19, 2013
-
-
Jared Hancock authored
* web.config * pages/{.htaccess,index.php} Fixes #667
-
- Aug 09, 2013
-
-
Jared Hancock authored
And include the new location of the install SQL script
-
- Jul 24, 2013
-
-
Jared Hancock authored
-
- Jul 15, 2013
-
-
Jared Hancock authored
This will facilitate a web-based export significantly easier
-
Jared Hancock authored
-
- Jul 12, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- 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 19, 2013
-
-
Jared Hancock authored
Turns out that the $args passed into the run() method of the Unpacker are not correctly utilized and so, it is not correctly extensible
-
- 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.
-
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
-