- Feb 05, 2019
-
-
Peter Rotich authored
Final Fixes:
-
aydreeihn authored
This commit includes several final fixes in general that needed to be made.
-
- 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.
-
JediKev authored
This addresses an issue where adding SubQueues hides PersonalQueues. This was due to the variable `$childs` being reset in the sub-navigation template.
-
aydreeihn authored
This commit addresses an issue where a Department might have the Ticket Assignment option set to All Agents, but when trying to mass assign Tickets, only Department Agents were shown in the list. Note: If mass assign is done on Tickets with different Departments that have different Ticket Assignment rules, Tickets will only be assigned to the Tickets that are allowed the assignment.
-
Peter Rotich authored
PHP 7.2 Compatibility
-
Peter Rotich authored
jq: Update jQuery UI References
-
Peter Rotich authored
jq: Update To jQuery-3.3.1
-
aydreeihn authored
This commit makes osTicket compatible with PHP 7.2 Conflicts: include/class.filter.php
-
Jared Hancock authored
-
JediKev authored
This pull request is wayyyy overdue. This updates jQuery and all related files to the latest jQuery release (3.3.1). This also adds a new script called jQuery-Migrate that maintains older functions needed for a few things (eg. `filedrop.field.js`).
-
- Jan 30, 2019
-
-
aydreeihn authored
- Pull latest code from osTicket - Fix Filter ORM compatibility issues that resulted from merge
-
- Jan 26, 2019
-
-
Peter Rotich authored
Oops: Modify 0 in Short Answer Field Fix
-
- Jan 25, 2019
-
-
JediKev authored
This updates the references to the old jQuery UI filename to the new filename. (this needs #4672 merged first)
-
- Jan 24, 2019
-
-
aydreeihn authored
Fixes an unexpected side effect of Pull Request #4652
-
- Jan 23, 2019
-
-
Peter Rotich authored
-
Peter Rotich authored
profile: Reply Redirect
-
Peter Rotich authored
Conflicts: scp/login.php
-
Peter Rotich authored
Issue: Can’t use “0” in Short Answer Field
-
aydreeihn authored
This commit fixes an issue where a Short Answer Field would show as Empty if the value saved in it was '0'
-
Peter Rotich authored
Issue: Edit Export Column Heading
-
Peter Rotich authored
issue: Task Response With Collaborators
-
Peter Rotich authored
issue: Scrollable Quickfilters
-
Peter Rotich authored
Task Collaborators
-
Peter Rotich authored
Issue: Duplicate Search Results
-
Peter Rotich authored
Improve the Staff login
-
Peter Rotich authored
Issue: Tasks Within Tickets
-
JediKev authored
This pull adds a Profile Setting for Agents to choose where to redirect after replying to ticket. The two options are Queue (redirect to queue to work on other tickets) or Ticket (redirect back to same ticket to continue working) with the latter being the default. The setting is configurable for each Agent in the helpdesk.
-
Peter Rotich authored
issue: Hide Task Loading Overlay
-
- Jan 18, 2019
-
-
JediKev authored
This addresses an issue where having more than 30+ choices for a Quickfilter makes the dropdown run off the page causing some choices to be hidden. This makes it to where if you have more than 20+ choices we will make the dropdown a fixed height and make it scrollable.
-
- Jan 17, 2019
-
-
JediKev authored
This addresses a fatal error when adding a new response to a Task with Collaborators. When we implemented the MailingList for Users/Collaborators we forgot about the little Task Collaborators (poor little guys). This adds a new function called `getRecipients()` to `class Thread` that utilizes MailingList instead of UserList. This also adds two new functions to `class Util` that retrieves the User’s `user_id`.
-
JediKev authored
This addresses an issue where the Loading overlay on Tasks will not disappear after the request was submitted. This adds two lines to first hide the "Loading" modal and then toggle the overlay.
-
- Jan 15, 2019