- Mar 24, 2015
-
-
Jared Hancock authored
-
- Mar 18, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 17, 2015
-
-
Jared Hancock authored
This addresses the issue where the advanced search dialog was submitted before the date picker inputs were fixed up. This problem arises out of a difference between the agent's date formatting preference and the server being able to process that date format. The date pickers are reformated to yyyy-mm-dd before submission; however, for advanced search, the submission happened before the inputs were fixed up. This patch addresses the issue by manually fixing up the date in the submission routine for the advanced search dialog.
-
- Dec 16, 2014
-
-
Jared Hancock authored
Since the automatic lock was being acquired but not passed to the autoLock system, the automatically acquired lock was not being release on away navigation. This patch addresses the issue by passing the automatically acquired lock id to the autoLock system on ticket-view page load and change the ::Init() method so that the lock id is not cleared with the ::Init() method is called by the page load.
-
- Oct 03, 2014
-
-
Jared Hancock authored
-
- Oct 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 30, 2014
-
-
Matt Kirman authored
The statistics module on the dashboard was using the incorrect query parameter 'stop'. This meant that the module was loading all tickets from the report start date to the present day. This commit fixes this by using the 'period' parameter instead.
-
- Sep 19, 2014
-
-
Peter Rotich authored
This is necessary to avoid confusion vs. closed state.
-
- Sep 08, 2014
-
-
Jared Hancock authored
-
- Aug 30, 2014
-
-
Jared Hancock authored
-
- Aug 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 28, 2014
-
-
Peter Rotich authored
Fix search backend to use the new statuses
-
- Aug 27, 2014
-
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Peter Rotich authored
Unify use of modal dialog Make popup dialog graggable
-
Peter Rotich authored
Empty the popup container and show loading spinner on-load hide the spinner and show the content
-
Peter Rotich authored
Delete tickets for realz when set to 'deleted' status. This commit will be partially reverted once data retention plugin is added.
-
Peter Rotich authored
-
Peter Rotich authored
Move ticket status change to unified backend.
-
- Aug 14, 2014
-
-
Jared Hancock authored
-
- Jul 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Ticket numbers are now configurable as a system-default and by help topic. Previously, an administrator could select between six-digit random and sequential numbers. Now, the sequence is selectable so multiple sequences as needed, and a format can be specified to define how the ticket numbers look. Formats can also be defined for each help topic.
-
- Jul 25, 2014
-
-
Jared Hancock authored
-
- Jul 03, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
Jared Hancock authored
pjax:complete is only called after an AJAX page load. If a user navigates forward or backward and the page loads from local cache, then pjax:complete is not fired. pjax:end, however, is always fired.
-
- Jun 10, 2014
-
-
Peter Rotich authored
Add original and last message quotes to canned responses
-
- Jun 02, 2014
-
-
Jared Hancock authored
-
- May 30, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
The default mode going forward will be to insert when Rich Text support is enabled and append otherwise. To clear the draft the user can simply click reset or delete draft icon on the bar. Enable delete draft option on reply & internal note boxes for consistency.
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 22, 2014
-
-
Jared Hancock authored
-