- Aug 07, 2018
-
-
Peter Rotich authored
issue: Canned Resp Select2 Width
-
JediKev authored
This enhances the Select2 canned response box by making it wider, showing more text in each line.
-
- Aug 06, 2018
-
-
Peter Rotich authored
issue: Featured FAQs On Disable
-
JediKev authored
This addresses an issue where the client portal shows Featured FAQs on the sidebar even thought the Knowledgebase is Disabled.
-
Peter Rotich authored
issue: Deleted Field Thread Events (template)
-
Peter Rotich authored
canned: Canned Response Select2 Height
-
JediKev authored
This adds an enhancement to the Canned Response Select2 showing more options within the list. The length is automatic and is based on how many Canned Responses you have Enabled. Limits: - Height maxes out at 400px so it doesn’t run off the screen
-
- Aug 05, 2018
-
-
Peter Rotich authored
This reverts commit 14bcd42d.
-
- Aug 03, 2018
-
-
Peter Rotich authored
issue: IE Select2 Target
-
Peter Rotich authored
issue: Select2 Placeholder Bug
-
Peter Rotich authored
issue: Custom File Upload Dropping
-
JediKev authored
This addresses issue 4155 where editing a ticket using a different session causes custom file uploads to drop from the ticket.
-
- Aug 02, 2018
-
-
JediKev authored
This addresses an issue where Select2 Placeholders are being cutoff due to a bug in Select2.
-
JediKev authored
This addresses an issue where Microsoft IE 11 apparently does not like `event.target` syntax in javascript and breaks the Canned Response Select2.
-
Peter Rotich authored
issue: Deleted Field Thread Events
-
- Aug 01, 2018
-
-
Peter Rotich authored
issue: Priority Field Template Variable
-
JediKev authored
This addresses an issue where deleting a field and all it's data will delete the form field record in the database causing all events containing the field to crash the ticket page.
-
JediKev authored
This addresses an issue with PriorityField Template Variables introduced with 4359 where the priority variable will appear as "Array" instead of the actual value. This adds an `asVar()` function to `class PriorityField` to get the appropriate data.
-
Peter Rotich authored
issue: Redactor Select2 Cursor Position
-
JediKev authored
This address an issue introduced with 4311 where selecting a canned response does not insert it at last cursor position, rather at the top of the text box.
-
- Jul 31, 2018
-
-
Peter Rotich authored
Reset Button Fix:
-
aydreeihn authored
This commit makes sure that when the Reset button is hit, we only reset File Upload Field attachments for the specific form we're on. Ex: Viewing a Ticket as an Agent and switching between 'Post Reply' and 'Post Internal Note'. If you had an image in the Post Reply file upload but switched to Post Internal Note and hit Reset, only the text/attachments on the Post Internal Note tab would be cleared. (Improves upon #4369)
-
Peter Rotich authored
issue: Client Side Thread Entries
-
JediKev authored
This addresses an issue where the client side thread entries are all grouped within the same div. This pushes all grouped entries to one side of the page making them illegible.
-
Peter Rotich authored
issue: jQuery Sortable Redactor
-
Peter Rotich authored
Web Portal Fixes:
-
- Jul 30, 2018
-
-
aydreeihn authored
- Add space between column headers and sort arrow - Fix sorting by 'Subject' column - Fix redactor issues with 'Reset' button - Make sure text within redactor is cleared correctly - Make sure we don't keep attachments if Reset - Make sure redactor is reinitialized where needed
-
JediKev authored
This addresses issue 4372 where any Redactor text box within jQuery sortable is not clickable. This is due to Redactor not being an actual input field, rather a div, so sortable doesn’t see it as an input.
-
- Jul 25, 2018
-
-
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
-
- 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.
-
- Jul 23, 2018
-
-
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
-
- Jul 20, 2018
-
-
Peter Rotich authored