- Jan 30, 2014
-
-
http://`Jared Hancock authored
-
- Jan 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Feature/auto replies Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Fixes a few E_NOTICE messages Drops bounce checking inside autoReply checking
-
Peter Rotich authored
mysqli: Retry on deadlock-found error Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If MySQL error #1213 (deadlock found when trying to get lock) is returned from query, it is safe to retry the query. This patch will retry queries up to two times for a total of three. If the query cannot be executed without error #1213 after the third time, the error is logged as usual, and the system continues with the failed query.
-
- Jan 28, 2014
-
-
Peter Rotich authored
Rename routines to make it a little clear on what they do
-
Jared Hancock authored
This patch addresses an issue where a client may have upper-case letters in their email address. When visiting the client portal to check the ticket status, previously, the exact same case would be required in the 'Email Address' box. This patch removes the case sensitivity for email logins.
-
Peter Rotich authored
Fixup a few email piping issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If the content of the message is of type `message/rfc822`, then support downloading the body of the message and sending it off to the mail parsing system, simulating a piped email.
-
Peter Rotich authored
-
- Jan 27, 2014
-
-
Jared Hancock authored
Previously, if a message had a Content-Disposition header, then it could not be considered as the body of the message.
-
Jared Hancock authored
If the mail received into the system has a content type of 'message/rfc822', then unwrap the inner message and use it as the parsed email. Effectively, assume the email was forwarded as an message/rfc822 attachment.
-
Jared Hancock authored
Previously, the subject was duplicated, which is really confusing
-
Peter Rotich authored
Exclude the auto-responding email from possible alerts sent to staff
-
Peter Rotich authored
The concern here is possible loop when an alert to staff bounces back to the system.
-
Peter Rotich authored
Disable auto-response on a bounce.
-
Peter Rotich authored
-
- Jan 24, 2014
-
-
Peter Rotich authored
Handle email bounce notifications Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
Timeout after max timeout while fetching emails Reviewed-By:
Jared Hancock <jared@osticket.com> Reviewed-By: Alan Wilkes
-
Jared Hancock authored
Hide close/hide dialog when esc key is pressed fixes issue #441 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
forms: Fix ticket submission if already logged in Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If a client is already logged into the client portal and attempts to submit a new ticket, the ticket will be rejected if the contact-information form has a required field other than `name` and `email`. This patch fixes `class Client` so that the user-id is fetched from the database and made available via the `::getUserId()` method. This was already corrected in the `develop-next` branch for v1.8.1. The `uid` field is passed into `Ticket::create()` so the user form validation is bypassed. This commit should be ignored when merged into the 1.8.1 codebase.
-
Peter Rotich authored
Processing fetching in ASC order of the last fetch time Remove LIMIT of 10 emails per fetch Flush the buffer and terminate the request cleanly on autocron
-
slm4996 authored
-
- Jan 23, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This allows the email system to detect something like a bounce mail and specify that the associated message should be an internal note.
-
Jared Hancock authored
-
Jared Hancock authored
Previously, the mail parsing and fetching system would recurse unbounded searching for bodies by content-type
-
Jared Hancock authored
If a custom list item were added to an email template, and there is no data for the field (ie. the field is not required) when the template is rendered, the system would crash. toString() is required to return a string, no matter what. This patch cascades the (string) coercion to the current value of the list field if it is not an instance of a DynamicListItem
-
Peter Rotich authored
Fix display of priority field in queue export Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jan 22, 2014
-
-
Jared Hancock authored
Also removes the fetching of priorities separately and addresses sorting of priorities by the ID field rather than the urgency field.
-
- Jan 21, 2014
-
-
Peter Rotich authored
Fixup querying drop-down lists via advanced search Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
It turns out that the _id field was not added to the cdata table when it was created for SelectionField items, because the ::hasIdValue() method was not implemented. This patch correctly searches SelectionFields via advanced search.
-
- Jan 20, 2014
-
-
Peter Rotich authored
forms: Fix ambiguous id / value for typeahead Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Log password reset attempts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
If the text does not match the value on record in the custom list, then the value entered in the field cannot be accepted. NOTE: This may have unintended i18n consequences, where there are varying ways to write a letter in Unicode which may be rendered the same but will not be correct with a string ==.
-