- Mar 11, 2014
-
-
Jared Hancock authored
-
- Mar 10, 2014
-
-
Jared Hancock authored
-
- Feb 19, 2014
-
-
Jared Hancock authored
-
- Jan 31, 2014
-
-
Jared Hancock authored
-
- Jan 30, 2014
-
-
Jared Hancock authored
-
- Jan 20, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- Dec 13, 2013
-
-
Peter Rotich authored
Starting with v1.8 osTicket will require mysqli extension.
-
- Dec 12, 2013
-
-
Jared Hancock authored
-
- Dec 09, 2013
-
-
Jared Hancock authored
This patch allows for the specification of a socket in the database hostname field, such as localhost:/path/to/mysql.sock
-
Jared Hancock authored
-
- Nov 27, 2013
-
-
Jared Hancock authored
-
- Nov 26, 2013
-
-
Jared Hancock authored
-
- Nov 21, 2013
-
-
Jared Hancock authored
-
- Nov 20, 2013
-
-
alpianon authored
line 199: in case of custom upgrade streams, variable $signature contains the last value from the foreach cycle at line 130, not the core schema signature! line 209: if we do not insert schema signatures for each custom stream, after install osTicket thinks it needs an upgrade and gets stuck (see function isUpgradePending() in class.ticket)
-
- Nov 19, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 18, 2013
-
-
Peter Rotich authored
-
- Nov 16, 2013
-
-
Jared Hancock authored
Allow the php source analyzer scan for $this in static functions as well as properly handle the exception variable inside catch blocks.
-
- Nov 15, 2013
-
-
Jared Hancock authored
-
- Nov 14, 2013
-
-
Jared Hancock authored
-
- Nov 13, 2013
-
-
Jared Hancock authored
-
- 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 30, 2013
-
-
Jared Hancock authored
-
- Oct 29, 2013
-
-
Jared Hancock authored
Overhaul the popup tips from the installer to make them translatable and work toward popovers for all the admin and staff panel settings.
-
Jared Hancock authored
-
- 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
-
Jared Hancock authored
-
Jared Hancock authored
-
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 22, 2013
-
-
Jared Hancock authored
Allow for type and encoding specification of the message body and better describe the integration with custom form fields.
-
- Oct 19, 2013
-
-
Jared Hancock authored
Fixes #20
-
- Oct 17, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Validate port during installation Add help information about the non-standard port number to the popup tips in the install screen. Support MySQL 'localhost' connections using a non-standard port number. Ordinarily, MySQL will ignore the port setting on *nix systems if the host is specified as 'localhost' Implements/Fixes #769
-