- Jul 31, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
This commit addresses an issue where saved searches were not being ported to SavedQueues on 1.10.x upgrade to 1.11.x
-
- Jul 30, 2018
-
-
JediKev authored
This address issue 4366 where sending a User a password reset email throws a fatal error of "object of type EmailAddress cannot be used as an array". This adds a switch case for EmailAddress to get the User's email address as a string not an object.
-
JediKev authored
This addresses an issue introduced with 4332 where the deploy CLI breaks upon deploying to an existing location. This checks to see if there is a bootstrap file in the destination first and if so it uses that one if not uses the source.
-
JediKev authored
This addresses an issue on the forums where osTicket does not add the proper values to any custom choices field template variable. This adds an `asVar()` function to `class ChoiceField` so we can return the proper values for the template variables.
-
JediKev authored
This addresses an issue where client side column sorting does not work at all. This is due to the if/else statement that checks for a REQUEST sort order and if the REQUEST sort order matches an `$orderWays` array value. The if statement returns TRUE for DESC and sets the sort order to DESC as it equals '-' (a dash) but ASC equals '' (an empty string) so it returns FALSE which fails-over to the else statement setting the sort order to DESC. In addition, this adds sorting icons the the column headers to make it more obvious they are sortable.
-
JediKev authored
This addresses issue 4339 where the installer footer references the wrong copyright date.
-
- Jul 26, 2018
-
-
Peter Rotich authored
mailer: EmailAddress Object as Array
-
JediKev authored
This address issue 4366 where sending a User a password reset email throws a fatal error of "object of type EmailAddress cannot be used as an array". This adds a switch case for EmailAddress to get the User's email address as a string not an object.
-
- Jul 25, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
issue: CLI Deploy Missing Bootstrap Fix
-
Peter Rotich authored
issue: ChoiceField Template Variable
-
Peter Rotich authored
issue: Client Side Column Sorting
-
Peter Rotich authored
issue: IE White Screen Of Death
-
Peter Rotich authored
Typo fix, unneeded semicolon
-
aydreeihn authored
-
- Jul 24, 2018
-
-
JediKev authored
This addresses an issue introduced with 4332 where the deploy CLI breaks upon deploying to an existing location. This checks to see if there is a bootstrap file in the destination first and if so it uses that one if not uses the source.
-
JediKev authored
This addresses an issue where client side column sorting does not work at all. This is due to the if/else statement that checks for a REQUEST sort order and if the REQUEST sort order matches an `$orderWays` array value. The if statement returns TRUE for DESC and sets the sort order to DESC as it equals '-' (a dash) but ASC equals '' (an empty string) so it returns FALSE which fails-over to the else statement setting the sort order to DESC. In addition, this adds sorting icons the the column headers to make it more obvious they are sortable.
-
JediKev authored
This addresses an issue on the forums where clicking to view the ticket as an Agent in IE 11 throws a white screen of death. This is due to the shorthand javascript arrow functions in `include/staff/ticket-view.inc.php`.
-
Peter Rotich authored
Collaborator Fixes
-
- Jul 23, 2018
-
-
aydreeihn authored
- Fix for ‘creating default object from empty value’ message - Add collaborators in the Ticket::create function instead of Ticket::open so that we can getRecipients in postMessage function - Add relevant thread_entry_recipients in postMessage function for front end tickets (scp or Web Portal) Note: This in turn fixes Issue #4354
-
aydreeihn authored
This commit puts the recipient icon (for one recipient or multiple) on Thread Entries created by Users. It also stores email recipients so you can view them in the Thread Entry Actions. For Emails: All recipients in the email are tracked For front end entries: All recipients who received an alert are tracked
-
JediKev authored
This addresses an issue on the forums where osTicket does not add the proper values to any custom choices field template variable. This adds an `asVar()` function to `class ChoiceField` so we can return the proper values for the template variables.
-
- Jul 22, 2018
-
-
Peter Rotich authored
issue: Installer Footer Copyright
-
Peter Rotich authored
issue: TextThreadEntryBody Sanitize
-
Peter Rotich authored
Collaborator Thread Event for Web Portal:
-
- Jul 20, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
thread: getId On Non-Object
- Jul 19, 2018
-
-
JediKev authored
This addresses issue 4339 where the installer footer references the wrong copyright date.
-
JediKev authored
This addresses issue 4347 where opening a ticket without an initial message for the User and replying to it as an agent, fatally errors. This is because osTicket does not check if there is a last message before getting the ID from it. So it tries to lookup the ID of a non-object therefore fatally erroring out.
-
aydreeihn authored
This commit makes it so that Users are able to see all Thread Events that pertain to a Collaborator being added to the Ticket.
-
Peter Rotich authored
-
Peter Rotich authored
Email Recipients Revisited Corrections
-
Peter Rotich authored
Collaborator Tickets Visibility:
-
- Jul 18, 2018
-
-
aydreeihn authored
This commit fixes the counts in the Web Portal based on which Tickets the User has access to.
-