- Oct 31, 2013
-
-
Jared Hancock authored
And freshen up the upgrading guide
-
- Oct 30, 2013
-
-
Peter Rotich authored
Add long lost kb category listing background Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Use system date format for date picker Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously the American date format (m/d/Y) was used exclusively for formatting dates in the datepicker widget. This patch enables the widget to be formatted based on the format set in the admin panel. Fixes #829
-
Peter Rotich authored
Content disposition parameters are optional Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 29, 2013
-
-
Jared Hancock authored
If a Content-Disposition header exists for an attachments, it isn't required to have any parameters (like a file name)
-
- Oct 28, 2013
-
-
Peter Rotich authored
Better email headers for In-Reply-To and References Reviewed-by:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Make captcha text case-insensitive Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Previous the options defined for the Mailer::send() function were confusing when sending an In-Reply-To header
-
Jared Hancock authored
Previously, the References header emitted by the system for new thread entry auto-responses and alerts included the message-id for which the email was a reply in the `References` header. This patch corrects the issue by placing the reply message-id in the In-Reply-To header, and constructs a correct References header. That is, if available, the References header received in the email that was used to create the thread entry is appended to the message-id the email is actually in reply to. This is the expected usage of the References header.
-
Peter Rotich authored
-
- Oct 24, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Support ticket thread items in email templates Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Strip quoted reply revisited Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Order FAQ by question Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Oct 23, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Remove accidental inclusion of remote web page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
* %{ticket.thread.original} represents the original message submitted when creating the ticket * %{ticket.thread.lastmessage} represents the most recent message submitted by the end user
-
- Oct 22, 2013
-
-
Jared Hancock authored
The XKCD index page was accidentally added when testing a new feature for osTicket-1.8
-
- Oct 18, 2013
-
-
Jared Hancock authored
Include category when searching the knowledge base Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Support non-standard port numbers for MySQLi Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 17, 2013
-
-
Peter Rotich authored
-
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
-
Jared Hancock authored
Die on redirect Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich 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
-
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>
-
- Oct 11, 2013
-
-
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.
-
- Oct 09, 2013
-
-
Jared Hancock authored
If a ticket has a due date and does not have an SLA set, the ticket would never transition to overdue. This patch addresses an SQL flaw preventing the ticket from being transitioned. Fixes #757
-