- Aug 22, 2014
-
-
Jared Hancock authored
Custom Ticket Statuses
-
Peter Rotich authored
Custom configurations for plugins Sorta-Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Staff can now select desired ticket status on create Only allow staff with closing permission to set tickets to resolved state.
-
Peter Rotich authored
Make table prefix consistent
-
Peter Rotich authored
-
Peter Rotich authored
Cleanup status change form Add resolve to ticket ticket view Use the new status table when checking for overdue
-
Peter Rotich authored
Flags will be reimplemented as a separate feature.
-
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
Statuses with tickets cannot be deleted Fix orm to class gracefully when joins are not inspected Add create date to new statuses
-
Peter Rotich authored
Reserve 'archived' state for automation
-
Peter Rotich authored
This allows for subclasses to define how the choice is formatted. Split ticket status states into public and private
-
Peter Rotich authored
-
Peter Rotich authored
Fix cases where first item added via addSubMenu got deleted.
-
Peter Rotich authored
Move ticket status change to unified backend.
-
Peter Rotich authored
If a comment is provided it's handled as an internal note - allowing for alerts to be sent out (if enabled)
-
Peter Rotich authored
Messages are extracted on post-action redirect.
-
Peter Rotich authored
Only cache results for ALL items
-
- Aug 21, 2014
-
-
Jared Hancock authored
-
- Aug 19, 2014
-
-
Jared Hancock authored
Conflicts: include/class.thread.php include/staff/header.inc.php
-
- Aug 18, 2014
-
-
Peter Rotich authored
oops: Fix incorrectly placed header line Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix XSS Vulnerability In "tpl.inc.php" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
oops: Allow filter to set help topic Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Handle Macintosh style line endings for CSV import Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Aug 16, 2014
-
-
Kyra ツ authored
Fix applied to where the value is directly output to browser instead of where fetched in case special chars are allowed in `code_name`, which may break logic prior to output.
-
- Aug 15, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 14, 2014
-
-
Jared Hancock authored
Turns out including a PHP file in a PHAR file is not cacheable by APC. This patch adds APC stash support to the translation loading phase, if supported. This seems to save about 2.5ms (3.6ms down to 1.1ms) processing time per request. Most of the savings is in the PHAR file processing time (signature verification), which is avoided if the translation can be loaded from APC.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Allow plugins to define their own custom configuration pages. This is provided so that plugins can define more sophisticated configurations above the standard single-form configuration previously provided.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-