- Feb 25, 2019
-
-
Peter Rotich authored
issue: Custom Column Org Link
-
- Feb 22, 2019
-
-
JediKev authored
This addresses issue 4579 where setting a Custom Column to User Organization and choosing the User Org Link filter the system shows the wrong link to the Org. This is due to "scp/" not being added to the URL therefore showing an invalid link.
-
- Feb 17, 2019
-
-
Peter Rotich authored
Issue: Attachments on Information Fields
-
Peter Rotich authored
users: Fix searching of users
-
- Feb 15, 2019
-
-
Jared Hancock authored
The CDATA table may be dropped on upgrade and is not created on new installs. So it should be created on demand when searching for users.
-
- Feb 13, 2019
-
-
aydreeihn authored
This commit fixes an issue where we failed to upload attachments on Information Fields. In the to_config function, we were only taking the array_values of attachments which would return an array with only the file name ([0] => 'filename') instead of an array with the file id and file name ([123] => 'filename'). Now, when we pass the keepers to keepOnlyFileIds, we have a file id that can be passed to the upload function.
-
- Feb 12, 2019
-
-
Peter Rotich authored
issue: Local Avatar Annotation
-
Peter Rotich authored
Selected Navigation Item
-
Peter Rotich authored
This addresses an issue where main queues were not marked as active resulting in "New Ticket" link getting auto-set as active (bold).
-
Peter Rotich authored
issue: PHP 7.2 Plugin Delete
-
JediKev authored
This addresses issue 4700 where local avatars where breaking queues with Avatar Annotation. This is due to the local avatars not having a `setSize()` function. This updates local avatars so that they can be resized.
-
Peter Rotich authored
filedrop: Fix file drag and drop
-
JediKev authored
This addresses issue 4718 where deleting a plugin using PHP 7.2 throws an error. This is due to errors not being passed to uninstall which causes the "Too Few Arguments" error.
-
Jared Hancock authored
With the patch introduced to fix the `afterShow` event for jQuery three, this appear sort of slowly be default. This addresses the issue by providing a default of 0ms to show things, so they show immediately.
-
Jared Hancock authored
This fixes an issue introduced in the upgrade to jQuery three. The filedrop field was not updated correctly and drag and drop files was broken. Additionally, this handles cases where files are dragged over the box but not dropped. The style of the box is correctly reset after the drag leaves the box.
-
- Feb 11, 2019
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
issue: System Ban List
-
Peter Rotich authored
queues: Fix compatibility issues with newer jQuery
-
Jared Hancock authored
-
- Feb 08, 2019
-
-
JediKev authored
This addresses an issue where the system banlist throws the error "SYSTEM BAN LIST filter is DISABLED". This is due to the Filters moving to ORM but not updating everywhere they are used.
-
Peter Rotich authored
issue: Client-Side Forms
-
- Feb 07, 2019
-
-
JediKev authored
This addresses an issue where the client-side forms are not rendering correctly. This is due to updating the render() functions but not updating everywhere they are used.
-
- Feb 06, 2019
-
-
Peter Rotich authored
changelog: 1.11
-
Peter Rotich authored
Conflicts: WHATSNEW.md
-
Peter Rotich authored
-
Peter Rotich authored
changelog: 1.10.5
-
JediKev authored
This adds the changelog for 1.11 stable
-
JediKev authored
This adds the changelog for 1.10.5 maintenance release
-
Peter Rotich authored
-
- Feb 05, 2019
-
-
Peter Rotich authored
-
Peter Rotich authored
oops: Last Fixes
-
JediKev authored
This addresses all the issues found in the final round of testing.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Final Fixes:
-
aydreeihn authored
This commit includes several final fixes in general that needed to be made.
-