- 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`.
-
- Sep 14, 2018
-
-
Neil S. Tozier authored
-
- Sep 05, 2018
-
-
JediKev authored
This addresses an issue introduced with 4426 that references an undefined class.
-
- Aug 29, 2018
-
-
JediKev authored
This improves accessibility by adding screen readable labels to ticket actions that don’t already have them.
-
- 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
-
-
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
-
-
JediKev authored
This adds functionality to clean expired password reset tokens on cron runs.
-
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
-
- 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
- Aug 13, 2018
-
-
aydreeihn authored
This addresses an issue where it appeared as though tasks could not be assigned to teams if an agent in the team was not a part of the task's department. The assigment was actually taking place, however, it was not showing up in the Assignee column. Now the form will correctly display the column
-
JediKev authored
This addresses an issue where uploading a file you’ve uploaded before but renamed is not saving the new name in the Attachment table.
-
- Aug 08, 2018
-
-
JediKev authored
This addresses an issue where FileUploadFields are displaying the old names of existing files with new names.
-
- Aug 06, 2018
-
-
JediKev authored
This addresses an issue where the client portal shows Featured FAQs on the sidebar even thought the Knowledgebase is Disabled.
-
- Aug 05, 2018
-
-
Peter Rotich authored
This reverts commit 14bcd42d.
-
- Aug 03, 2018
-
-
JediKev authored
This addresses issue 4155 where editing a ticket using a different session causes custom file uploads to drop from the ticket.
-
- Aug 01, 2018
-
-
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.
-
- Jul 31, 2018
-
-
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.
-
- 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
-
- 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 20, 2018
-
- Jul 17, 2018
-
-
JediKev authored
This addresses an issue that was introduced by a previous attempt to address the orphaned file query. The previous attempt addressed the original issue but slowed database performance so this addresses the performance issue.
-
JediKev authored
This addresses an issue where osTicket did not ensure associated items exist before saving to the database. This also addresses an issue where the Parent Topic error was not displayed on page.
-
JediKev authored
It may be possible to steal or manipulate customer session and cookies, which might be used to impersonate a legitimate user, allowing the hacker to view or alter user records, and to perform transactions as that user. Sanitation of hazardous characters was not performed correctly on user input. osTicket did not properly sanitize array values in `Format::htmlchars()`. Some values in the Admin Interface were not properly sanitized and returned to the response.
-
JediKev authored
This addresses an issue on the Forums where the Auto-Assignment Thread Event (configurable via Help Topic) uses the Email of the User rather than the User’s Name. This adds the correct function to retrieve the User’s Name if the User has an Account.
-
JediKev authored
This addresses an issue where disabling Ticket Locks but setting a time for the Lock Timeout will always throw a "lock required" error. This adds a check to see if locks are enabled AND there is a time set. If locks are disabled it will not throw the error.
-
JediKev authored
This addresses issue 4329 where you can import a User with no email address via CSV file. Once the User is added and you try to update them with an email address it fails due to no default email. This updates the check for email address from `!isset()` to `empty()` which will correctly check for empty string.
-
JediKev authored
This addresses issue 4322 where deploying via CLI is missing `bootstrap.php`. This is due to the `get_include_dir()` function that tries to include a file from the destination which doesn’t exist yet, causing a fatal error. This updates the function to use `$this->source` instead of `$this->destination` to correctly find and include `bootstrap.php`.
-
JediKev authored
This addresses issue 4325 where the Language Pack Locales are mismatched. The Locale for the first language is displayed on the second language, etc. This updates the `$manifest` variable to be set before we display data so the correct `MANIFEST` file is included and all language data is displayed correctly.
-