- Nov 05, 2018
-
-
Peter Rotich authored
This commit addresses inconsistencies on how field edit rights and visibility are are handled.
-
- Nov 01, 2018
-
-
Peter Rotich authored
issue: Email Default Dept
-
Peter Rotich authored
issue: create_date Variable
-
- Oct 31, 2018
-
-
JediKev authored
This addresses an issue where configuring a System Email to have a Department and then editing/saving changes on the configured Department will change the System Email's Department back to the the default Department. This was due to a un-needed Department Status check introduced with commit `1d361b51`. This also updates all instances of Dept Status comparison to be case insensitive and non-translated.
- Oct 30, 2018
-
-
Peter Rotich authored
Deleting the Default Queue
-
Peter Rotich authored
queue: Top-Level Ticket Counts
-
Peter Rotich authored
FileUploadField Validation
-
aydreeihn authored
This commit fixes an issue where Agents were able to delete their default queue which then prevented them from going to any queue upon logging in. Now, they will see an error message if they try to do so.
-
Peter Rotich authored
Status Column: Fix display and sorting
-
JediKev authored
This adds a setting in the Ticket Settings to give the option of showing the ticket counts on Top-Level queues. If enabled, this will populate the ticket counts next to the Top-Level queue names like they used to be. The only caveat is the counts are triggered by mousing-over any of the queue names as we only load the counts when we need to display the sub-queues (for better performance). This also adds a new format function called `number` (Phase 1). As of now it will format any integer to a comma separated number (eg. `1337 -> 1,337`).
-
Peter Rotich authored
Dashboard Statistics Issue
-
aydreeihn authored
This commit addresses an issue where we lost the logic for needed GROUP BYs in the dashboard report. They were added back for the Statistics query but not for the query that calculates Response and Service time. This now adds it back.
-
- Oct 29, 2018
-
-
Peter Rotich authored
issue: Queue sort_id
-
Peter Rotich authored
This commit addresses where wrong "primary" field was used to indicate Ticket Status column. It also fixes an issue where sorting was done via `id` instead of `name`.
-
Peter Rotich authored
This commits adds a flag to skip validation on $field->getClean() routine. This is necessary to allow FileUploadField to fetch "injected" files.
-
- Oct 25, 2018
-
-
JediKev authored
This addresses an issue where poor little `sort_id` was sadly forgotten for the two main-level queues "Open" and "My Tickets".
-
Peter Rotich authored
issue: ticket_link Fatal Error
-
Peter Rotich authored
Queue counts
-
Peter Rotich authored
-
Peter Rotich authored
-
JediKev authored
This addresses an issue where replying to a ticket causes a Fatal Error for the system. This is due to the `$ticket` object not being set before the else statement therefore causing the `getId()` function to fail. This breaks down the if/else statement to make sure the `$ticket` object is in-fact set before continuing.
-
Peter Rotich authored
Dashboard Statistics Issue
-
aydreeihn authored
This commit fixes an issue where we were not able to see all of the departments, topics, and agents that should have been included in the report. The logic for the GROUP BY in the queries was changed, so we just manually added them back in.
-
Peter Rotich authored
This commits adds fallback for queue counts and improves caching mechanism.
-
Peter Rotich authored
-
- Oct 24, 2018
-
-
Peter Rotich authored
issue: Dupe Page Requests Fix
-
Peter Rotich authored
-
Peter Rotich authored
Add new API headers to whitelist
-
Peter Rotich authored
upgrade: Actually re-fetch the config from database
-
Peter Rotich authored
issue: Delete User Error
-
JediKev authored
This addresses an issue reported on the forum where deleting a User will throw a fatal error. This was caused by 4558 where the `state` column was mistakenly overwritten with `event_id`. In addition, this changes `$deleted` to `$status_id` for better readability.
-
Peter Rotich authored
issue: Export Event State Error
-
JediKev authored
This addresses an issue where export does not work due to a fatal error "Unknown column 'R0.state' in 'where clause'". This was caused by 4558 due to the removal of enums and the `state` column. This updates the filter to match the `event_id` instead of `state`.
-
JediKev authored
This addresses an issue with pull 4472 where disabling the Submit button does not submit the Input value for the button. This affects the installation of plugins, where the Install Path is not sent therefore the plugin is not installed. This clones the original submit button, hides it, then displays a dummy disabled Submit button which will submit the value and prevent dupe posts.
-
Jared Hancock authored
This patch fixes the issue where the configuration was not properly reloaded during an upgrade. The configuration items were stashed in the Config class and were not re-fetched from the ::load() method. Additionally, this patch forces the ORM cached objects to be flushed on each loop through the automated upgrader to ensure that cached data which might have been modified directly in the database during the database process is destroyed.
-
- Oct 23, 2018
-
-
aydreeihn authored
-
Peter Rotich authored
-
Peter Rotich authored
oops: put back missing code
-
aydreeihn authored
-