- 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
-
- Feb 28, 2014
-
-
Jared Hancock authored
-
- Jan 20, 2014
-
-
Jared Hancock authored
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- 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
-
- Jul 24, 2013
-
-
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
- Force destination folder to always have a trailing slash - Log if verbosity is set to stdout - Use MD5 to see if copy is necessary
-
- Jun 05, 2013
-
-
Jared Hancock authored
Include all the modules for `php manage.php --help` invocation. Also, pass the parsed arguments and options to the Module::run() implementation.
-
- Mar 27, 2013
-
-
Peter Rotich authored
-
- Feb 11, 2013
-
-
Peter Rotich authored
-
- Jan 02, 2013
-
-
Jared Hancock authored
Which will allow for a modular approach to command-line scripting of the osTicket system. Hopefully, it will alleviate the need to copy+paste code between scripts and otherwise duplicate functionality between locations. It will also allow for easier administration of osTicket by shipping scripts to do things like database maintenance, statistics exports (collectd), data exports, etc. The first example script include the capability to unpack the osTicket installation/upgrade tarball to the destination install path with optionally placing the include folder in a different location. The script will monkey patch main.inc.php so that the INCLUDE_DIR define will point to the installed location of the include/ folder.
-