- Nov 26, 2013
-
-
Peter Rotich authored
- Remove Client form - Provide name and email fields for cases where use is not selected (JS issues)
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add update routine Add updated date getter
-
Peter Rotich authored
Add ability to change ticket owner on ticket view Add get last updated date to user class
-
Peter Rotich authored
We do not support multiple emails per user at the moment. We'll revisit the issue once such support is added.
-
Peter Rotich authored
-
Peter Rotich authored
Fix odd CSS error
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
orm: Fix detection of statement failure orm: Fix type detection of InstrumentedList::add mysqli: Set object-level character set
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 25, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
without required, internal contact field
-
- Nov 24, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- Nov 22, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 21, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes osTicket/osTicket-1.8#203
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #198
-
- Nov 20, 2013
-
-
Jared Hancock authored
Previously, html-like content would have to be run through Format::htmlchars before being passed to Format::sanitize, because things that looked like invalid html content would be removed.
-
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.
-
Jared Hancock authored
Fixes #191
-
Jared Hancock authored
There's a unique index on %user_email.address, so there's no need to create an index on %ticket.email when matching up records.
-
Jared Hancock authored
-
- Nov 19, 2013
-
-
Jared Hancock authored
And avoid double encoding email bodies if html thread is not enabled
-