- Aug 29, 2014
-
-
Jared Hancock authored
-
- Aug 28, 2014
-
-
Peter Rotich authored
Fix search backend to use the new statuses
-
- Aug 27, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Always support and consider multiple values — even using the typeahead widget.
-
Jared Hancock authored
Always save a key/value hash of the selected value(s). However, if the field does not have the multivalue configuration setting, then retrieve just the key with the to_php() function. to_database(), however, will always return a JSON string with the value(s) formatted as a hash array.
-
- Aug 26, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
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
Only cache results for ALL items
-
- Aug 21, 2014
-
-
Jared Hancock authored
-
- Aug 18, 2014
-
-
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.
-