- Oct 17, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Include changes post 1.7.2 Conflicts: include/class.file.php main.inc.php
-
Peter Rotich authored
Mark tickets overdue which have no SLA Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Make Crypto::random() more reliable on Windows Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Handle parsing email if Reply-To header is missing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Reduce cost of deleting orphaned files Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Support updating the source of the ticket Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Emit a backtrace on db_error logs Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
add table prefix to places missing in the query Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
Die on redirect Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
YK authored
-
Jared Hancock authored
This patch makes openssl the preferred source of random data on Windows and will only use mcrypt_create_iv on PHP 5.3.7 and newer. Fixes #771
-
Jared Hancock authored
Fixes #772
-
Jared Hancock authored
Previous explain included a nested sub-select, which exponentially increased the count of the rows to be examined. This patch eliminates one layer of nesting on the sub-select and dramatically increases the performance finding orphaned files. Fixes #773 References: http://www.osticket.com/forums/forum/osticket-1-7-latest-release/troubleshooting-and-problems-aa/9446-version-1-7-much-slower-than-1-6
-
- Oct 16, 2013
-
-
Peter Rotich authored
Support incorrectly labeled us-ascii charsets Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Oct 14, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Index form_entry on (object_type, object_id) Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Address various lint related bugs, typos, and hints Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Including adding support to the TCL uninitialized variable reader to ignore class-static variable access as well as detect inline functions and their closure arguments.
-
- Oct 11, 2013
-
-
Peter Rotich authored
Various issues from big feature merges Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Some email clients (names omitted to protect the innocent) advertise the encoding as us-ascii when iso-8859-1 was really implied. This patch allows the two charsets to be interchangable.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Make initial tickets translatable and HTML Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
* Ticket created after installation * Ticket created after upgrades
-
Peter Rotich authored
Add support for non-standard MySQL port number Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
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'
-