- Jun 20, 2014
-
-
Peter Rotich authored
-
- Jun 19, 2014
-
-
Jared Hancock authored
User::fromVars in class ticket was the root. Eventually, in DynamicForm::getDynamicFields(), isset($this->id) was used to detect unsaved, new forms that have not been committed to the database; however, the isset() method was not implemented for the ORM.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
Use Unix style line-endings for Windoze mail() Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Rewrites Mail_Parse::parsePriority function Reviewed-By: Peter & Jared
-
Peter Rotich authored
signals: pass variable by reference Reviewed-By: Peter & Jared
-
PlamenVasilev authored
-
Peter Rotich authored
Fix various XSS vulnerabilities Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jun 16, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
- Jun 10, 2014
-
-
Peter Rotich authored
Partially revert 37b8d549 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix corruption of company name on new ticket Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jun 06, 2014
-
-
Jared Hancock authored
That patch introduced a bug where the list of dynamic fields for a form is always empty
-
Jared Hancock authored
New ticket by staff would cause the %{company.name} variable to be incorrectly replaced as the user's name in email templates.
-
- Jun 05, 2014
-
-
Peter Rotich authored
Correctly generate ticket_link for message confirm Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
forms: Ensure the issue summary will have data Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jun 04, 2014
-
-
Jared Hancock authored
Otherwise, no column will be added to the %ticket__cdata table and the ticket queue pages will be crashed (empty).
-
- Jun 03, 2014
-
-
Jared Hancock authored
-
- May 30, 2014
-
-
Peter Rotich authored
user: Fix variable replacement for %{ticket.user} Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Update class.mailparse.php function splitHeaders Reviewed-By: Peter Rotich & Jared
-
- May 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 27, 2014
-
-
Jared Hancock authored
-
- May 26, 2014
-
-
Jared Hancock authored
Instead, previously, a maxlength of zero effectively disabled the field, because it prevented any user input into the field.
-
kioan authored
function splitHeaders updated in order to correctly parse mail header lines starting with tabs
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 21, 2014
-
-
Peter Rotich authored
pipe: Decode address lists names after parsing emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Otherwise, if a decoded email name has a comma in it, for instance From: =?utf-8?B?RnJ5ZGVubHVuZCBIeW3DuGxsZXIsIEJldHRpbmE=?= <bettina.frydenlundhymoller@domain.com> The address list will be parsed incorrectly since the comma has an ambiguous significance. Usually, the personal name would be quoted; however, since it is encoded, there is no need to quote it.
-
Peter Rotich authored
Fix munging of linked external images Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Previously, the display of the button was incorrect and more than one button might have been displayed.
-
Jared Hancock authored
htmLawed stripped/discarded <div> tags nested inside inline tags such as <a>. The previous replacement engine would replace <img> tags with <div> tags and would cause the HTML to be corrupted by htmLawed. This patch uses <span> tags which have CSS rules to be displayed as inline-blocks. This should stay truer to the normal sizing and placement of the original <img> tag.
-
Jared Hancock authored
And use admin-defined site logo
-
- May 20, 2014
-
-
Peter Rotich authored
forms: Fixup misleading page after save Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 16, 2014
-
-
Jared Hancock authored
-