- 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)
-
Peter Rotich authored
email: Accept inline body with disposition params Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
A mail client may indicate a header parameter (such as Novell Groupwise, which may add something like Content-Disposition: inline; modification-time: "Thu ..." ) Previously, the system would not consider the content to be a candidate for the email body, because it has parameters to the content-disposition header. This patch will still consider the part to be a candidate for the body if the mime types match and no filename is found in the content-disposition parameters.
-
Peter Rotich authored
api: Add example script to create tickets Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Nov 19, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Properly handle htmlchars in web-based posts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Handle poorly encoded email headers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Handle cases where email headers contain unicode or high-ascii characters and are not encoded according to RFC-2047. This patch handles a special case where a detectable unicode character set is used, such as UTF-8. For high-ascii characters in a character set other than iso-8859-1, the result of this patch is undefined. Fixes #826
-
- Nov 05, 2013
-
-
Peter Rotich authored
Fix filter issue where negative logic prevents matches Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The quickList() method will attempt to ask the database to find filters that might match the incoming ticket information. The idea is that MySQL is likely faster than PHP. The problem is that it assumes positive logic is being utilized. This patch adds all filters with at least one rule with dn_contain (does-not-contain) or not_equal (not-equal)
-
- Nov 01, 2013
-
-
Jared Hancock authored
Fixes #834 (again)
-
Jared Hancock authored
-
- Oct 31, 2013
-
-
Peter Rotich authored
Fix parsing issue in strtotime() Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
PHP can't discern the difference between d/m/Y and m/d/Y when just the date is submitted to strtotime(). Unfortunately, strptime() is not available until PHP 5.1.0. This patch forces datepickers to change their values to YYYY-MM-DD upon submission to disambiguate parsing issues. Fixes #832
-
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
-