- Dec 13, 2013
-
-
Peter Rotich authored
filters: Handle all filter rules in PHP Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Turns out that the query to fetch a "short" list from MySQL is slower than just running all the filter rules in PHP
-
- Dec 12, 2013
-
-
Jared Hancock authored
-
- Dec 11, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
User: Ticket owner update Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Replace phone number on ticket owner update
-
Peter Rotich authored
forms: Fixup possible XSS exploit Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Displaying field values on various pages and dialogs could result in cross site scripting exploits. Fixes osTicket/osTicket-1.8#296
-
Jared Hancock authored
Previously only the name, email, and phone number would be displayed on the pop up dialog
-
Peter Rotich authored
forms: Require `title` for all custom forms Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow edit of user on ticket-edit page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix advanced search on fields without a `name` Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Otherwise, you can't click on the custom form in the table view in order to manage it. Fixes osTicket/osTicket-1.8#276
-
Jared Hancock authored
Previously, the user information could only be modified on the ticket-view page. For instance, if creating a new ticket for a user, no new information could be added or modified on the user until after the ticket was created Fixes osTicket/osTicket-1.8#281
-
Jared Hancock authored
Previously, advanced search was bugged in such a way that the advanced search on a field without a `name` value would result in a hit of all the tickets. Fixes osTicket/osTicket-1.8#288
-
Jared Hancock authored
-
Jared Hancock authored
-
- Dec 10, 2013
-
-
Peter Rotich authored
Auto add new fields to the company information form Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Several CSS changes for consistency Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The check in DynamicFormEntry::getAnswers() will use the cached _values array if it is not set to null. Previously, the ::save() method would set it to an empty array.
-
Jared Hancock authored
Previously, new fields would never show up on the company info page
-
Jared Hancock authored
Change thread entry title bar to use more flexible layout using div's and span's in hopes of avoiding unnecessary wrapping -- especially in the poster name column..
-
Jared Hancock authored
And also fix font display for <pre> sections created from plain/text thread posts
-
Jared Hancock authored
Save settings for auto claim on response Oops-Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
-
- Dec 09, 2013
-
-
Peter Rotich authored
lint: Fix E_STRICT warnings Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Fixes #262
-
Jared Hancock authored
Again, fix issue where multiple mails fetched in the same fetch run will set the user of each of the mails to the user of the first email fetched. The previous patch neglected to pass the new $cache argument through the inherited UserForm::getFields() function.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: setup/inc/class.installer.php
-
Jared Hancock authored
bug fix for custom upgrade streams Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
fetch: Multiple email fetches may reflect same user Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Dec 05, 2013
-
-
Jared Hancock authored
If two emails were fetched in the same timeframe, they may both be assigned to the same user account.
-
Peter Rotich authored
upgrader: Correct deleted function call Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Dec 02, 2013
-
-
Jared Hancock authored
Merge more upstream 1.7.3+ changes Conflicts: main.inc.php
-
Peter Rotich authored
ui: Fix large image display Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
templates: %{ticket.phone} shows the entire number Reviewed-By:
Peter Rotich <peter@osticket.com>
-