- Sep 15, 2014
-
-
Jared Hancock authored
-
- Sep 12, 2014
-
-
Jared Hancock authored
bug: Allow Resolved tickets to be reopened Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
oops: Fix crash in enduser web portal on reply Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Sep 11, 2014
-
-
Jared Hancock authored
-
- Sep 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
email: Improve user identification from headers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
This is the correct logic - we'll address issue #1259 separately Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously, the code would scan the email headers until it found a positive match from any of the email headers scanned. Additionally, it would attempt to find the user from the tagged email references header. However, this algorithm assumed that the references header was constant and predictable in its ordering. Recent tests with Gmail prove otherwise in some tests. This patch changes the system so that only the tagged reference header is included in the References header, and it will scan all items in a header (namely the References header) until both the thread and a user are identified. If a user can be identified, the thread and user are returned. Otherwise, the first thread hit is returned.
-
Jared Hancock authored
Ticket status change Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Redirect to tickets listing page when a ticket is resolved or closed via status change.
-
Peter Rotich authored
Show different messages and placeholder on ticket(s) deletions
-
- Sep 09, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
pjax: Navigate away on attachment and download links Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Add MAIL_EOL setting to ost-config.php file Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
oops: Fix crash creating canned responses Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
search: Fix incorrect hits searching assignee Reviewed-By:
Peter <Rotich<peter@osticket.com>
-
- Sep 08, 2014
-
-
Jared Hancock authored
This fixes hits when using the MySQL full text search backend
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This setting allows administrators to add (uncomment) a MAIL_EOL setting in the ost-config.php config file to define the line ending used for mail headers and encoded bodies in outbound mail (SMTP, for instance). By default, CRLF is used by the SMTP email generator as per the RFC 822 standard. However, many administrators can benefit by setting LF (\n) as the line ending.
-
Jared Hancock authored
-
- Sep 05, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.dynamic_forms.php
-
Jared Hancock authored
-
Peter Rotich authored
forms: Fix html rendering of checkbox description Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Always attempt to look up selection value by name Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
api: Handle ArrayObject like an array for request validation Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Fix install crash because of error installing dept Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Correctly initialize the word break iterator Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Sep 04, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If there is a problem installing some of the items with the system, try not to crash simply because the error is passed into another ::create() function.
-
Jared Hancock authored
-
Peter Rotich authored
Fix incorrect collaborator and owner email links Reviewed-By:
Peter Rotich <peter@osticket.com>
-