- Jul 03, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- 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 13, 2013
-
-
Jared Hancock authored
-
- Jun 12, 2013
-
-
Jared Hancock authored
-
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
-
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.
-
Jared Hancock authored
-
- Jun 06, 2013
-
-
Jared Hancock authored
The installer assumes that the CWD of the running PHP process is setup/, which isn't necessarily true (if run from a cli module, for instance).
-
Jared Hancock authored
-
- 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.
-
- May 28, 2013
-
-
Jared Hancock authored
- timezone_offset was dropped from the config table at 1.7-dpr1 - upgrader: only apply five patches in one request - upgrader: fix readPatchInfo to work correctly - session: support migrating from 1.6 (again) - config: support migrating from 1.6 (fallback) - config: no default for 'isonline' setting - config: fix SQL whitespace issue for schema signature fallbacks - config: hash 1.6 versions in the schema signature lookup - upgrader: fix logging bug in attachment migration
-
Jared Hancock authored
Change the config table from a column-based table to a key-value table with namespacing. This allows several parts of osTicket to store their respective configurations in the same table without requiring database structure updates 'namespace' is reserved in PHP
-
- May 24, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- May 23, 2013
-
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Jared Hancock authored
The installer compares the md5 of the on-disk sql install file with the signature file shipped alongside. If the signatures do not match, it will refuse to install osTicket. On Windows(TM) platforms, PHP will automatically translate newlines to Windows newlines (CRLF), which will corrupt the MD5 hash of the file. This patch opens the file in binary mode explicitly to prevent the automatic conversion.
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
Drop required usage of MyISAM tables, and drop fulltext indexes as they are not used in the code currently anyway. Also, use a blob to store session data so as not to waste space with UTF-8 encoding. Lastly, fix session_id storage to use VARCHAR(255) which is required for versions of MySQL < 5.0.3, and use ascii for the storage model for the session_id as it will contain simple characters only.
-
- May 22, 2013
-
-
Jared Hancock authored
The problem stems from assumed MySQL insert ids. In MySQL clusters, the id numbers will not necessarily be consecutive. This patch causes the install and upgrade patches to lookup the assumed values for the linked id numbers.
-
- Apr 07, 2013
-
-
Peter Rotich authored
-
- Apr 02, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 31, 2013
-
-
Peter Rotich authored
Aggressively package ALL files in include directory - excluding live config file or swap files.
-
- Mar 30, 2013
-
-
Peter Rotich authored
Exclude ost-config.php Use the correct package name
-
- Mar 27, 2013
-
-
Peter Rotich authored
-
- Mar 14, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 12, 2013
-
-
Peter Rotich authored
Add tasks
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Feb 18, 2013
-
-
Peter Rotich authored
Use minimized version of css.
-
- Feb 14, 2013
-
-
Peter Rotich authored
Remove piping setting option - it's now part of ticket create service (which include XML & JSON)
-
Peter Rotich authored
-