- Feb 12, 2019
-
-
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.
-
- 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.
-
Peter Rotich authored
i18n: Fix build language packs for the 1.10.x branch
-
Peter Rotich authored
Fix crashes compiling language packs on PHP 7
-
Peter Rotich authored
issue: Translation Flags Not Clickable
-
Jared Hancock authored
-
Jared Hancock authored
This fixes PHP issues compiling language packs with PHP after version 7.
-
- Feb 04, 2019
-
-
JediKev authored
This addresses an issue where the second row of translation flags are not clickable when editing a Form with 23+ languages installed. This adds a `height` of "auto" so that the entire div fits the flags’ surface area, making them clickable again.
-
Peter Rotich authored
-
- Feb 01, 2019
-
-
Peter Rotich authored
Conflicts: include/client/header.inc.php scp/js/scp.js
-
Peter Rotich authored
issue: New Ticket Field Permissions
-
Peter Rotich authored
Issue: Mass Assign
-
Peter Rotich authored
issue: SubQueues Hide PersonalQueues
-
Peter Rotich authored
issue: Remove Referral Borked
-
- Jan 31, 2019
-
-
JediKev authored
This addresses an issue where removing a Referral from the Manage Referrals modal just loads and loads, never actually removing the referral. This is due to the AJAX URL containing an extra `/` causing an "Unsupported URL" error.
-
JediKev authored
This addresses an issue where creating a ticket as an agent and selecting a Help Topic does not show the Issue Summary or Issue Details fields. This is due to us passing 3 parameters instead of 1 as an array. This combines the params in one array and only passes the array as a param.
-