- Nov 06, 2018
-
-
JediKev authored
This addresses an issue where Users updating their profile will throw an SQL error in the system logs. This is due to a line of code trying to set a value for the `dst` column which no longer exists as of `1.10.0`.
-
- Oct 24, 2018
-
-
Peter Rotich authored
issue: Dupe Page Requests Fix
-
JediKev authored
This addresses an issue with pull 4472 where disabling the Submit button does not submit the Input value for the button. This affects the installation of plugins, where the Install Path is not sent therefore the plugin is not installed. This clones the original submit button, hides it, then displays a dummy disabled Submit button which will submit the value and prevent dupe posts.
-
- Sep 17, 2018
-
-
Peter Rotich authored
change old wiki urls to new doc urls
-
- Sep 14, 2018
-
-
Neil S. Tozier authored
-
- Sep 05, 2018
-
-
Peter Rotich authored
Tasks: Task visibility
-
Peter Rotich authored
oops: Class GenericAttachment Not Found
-
JediKev authored
This addresses an issue introduced with 4426 that references an undefined class.
-
Peter Rotich authored
issue: Duplicate Page Requests
-
Peter Rotich authored
forms: Render Instructions
-
JediKev authored
This addresses an issue where clicking Open, Post Reply, etc. more than once whilst creating/responding to a ticket will generate duplicate requests. This causes duplicate responses to be sent out or duplicate tickets being created. This adds jQuery, on both Agent and User side, to disable the submit buttons when the "Loading" popup appears so you cannot click the button more than once.
-
JediKev authored
This addresses issue 4493 where the system renders form instructions as plain text instead of HTML. The data is saved in the db as encoded HTML and upon pulling the data we do not decode it back to HTML for rendering.
-
Peter Rotich authored
accessibility: Screen Readable Actions
-
- Aug 29, 2018
-
-
JediKev authored
This improves accessibility by adding screen readable labels to ticket actions that don’t already have them.
-
- Aug 24, 2018
-
-
Peter Rotich authored
issue: CDATA Phone Contains
-
Peter Rotich authored
forms: Disabled By Help Topic Users
-
- Aug 23, 2018
-
-
JediKev authored
This addresses issue 4470 where Users creating tickets via Client Portal and failing to fill out a required field makes disabled fields by Help Topic appear on the page. When the disabled fields appear they allow Users to populate and save data that they were not meant to submit.
-
- Aug 22, 2018
-
-
JediKev authored
This addresses an issue where people who do not have a phone field on the contact information form go to search for a User in the User Directory and the system crashes. This is due to the search query that always contains the phone field variable. This only adds the phone variable to the search query if the field actually exists.
-
Peter Rotich authored
Allow ticket assignee to see tasks associated with the ticket.
-
- Aug 21, 2018
-
-
Peter Rotich authored
issue: mPDF SetAutoFont RTL
-
Peter Rotich authored
issue: SelectionField nset
-
JediKev authored
This addresses an issue where `SetAutoFont()` was making the Thai PDFs break. This adds the `AUTOFONT_RTL` flag to only autodetect RTL languages and nothing else.
-
JediKev authored
This addresses an issue where creating an advanced search with selection field "does not have a value" throws a fatal error. This was due to an improperly named search method "notset".
-
- Aug 20, 2018
-
-
Peter Rotich authored
Make getFiles() return files
-
Peter Rotich authored
issue: Task Term Search
-
Peter Rotich authored
cron: Clean Expired Passwd Resets
-
JediKev authored
This adds functionality to clean expired password reset tokens on cron runs.
-
Peter Rotich authored
sessions: Clear On Password Set/Reset
-
JediKev authored
This adds a Signal to clean Agent and User sessions upon setting/resetting their password. If an Agent/User resets their own password and has multiple sessions open it will log them out of every session except the one they’re on.
-
- Aug 19, 2018
-
-
Peter Rotich authored
This commit addresses the root cause of an issue commit 96892beb (now reverted) attempted to solve - by providing consistency between getFiles and getAttachments
-
Peter Rotich authored
Relative Time Fixes:
-
Peter Rotich authored
issue: mPDF Arabic Fonts
-
- Aug 16, 2018
-
-
JediKev authored
This addresses issue 4449 where using an Arabic language pack and trying to print a ticket returns a PDF with either squares for text or no text at all.
-
JediKev authored
This addresses an issue where searching for a Task by title returns all Tasks in the search. This is due to the visibility filtering methods used to filter tickets by staff's visibility.
-
aydreeihn authored
This commit removes the logic that was used for time within 2 days which would give a result of either today or tomorrow when something could actually be in 2 days instead. It also rounds relative time that is within 29 days so that the result will be more accurate. Ex: 1.99 will round to 2 instead of showing 1
-
- Aug 14, 2018
-
-
Peter Rotich authored
tests: Git Conflict Markers
-
Peter Rotich authored
issue: Ticket Filter Does Not Match Regex
-
Peter Rotich authored
perms: Alphabetize Role/Staff Permissions
-
Peter Rotich authored
issue: Wrong Attachment Names
-
Peter Rotich authored
issue: Old Attachment Names
-