Skip to content
Snippets Groups Projects
  1. Feb 18, 2015
  2. Feb 06, 2015
  3. Jan 30, 2015
  4. Jan 13, 2015
    • Jared Hancock's avatar
      filter: Implement several small things after discussion · 685b6480
      Jared Hancock authored
        * Add trashcan icon for newly-added actions
        * Categorize filter actions
        * Use imperative phrases for action descriptions
        * Drop check boxes from simple actions (like reject ticket)
        * Hide empty forms on new ticket pages
        * Do not store config for nondata fields for actions
        * Implement a multi-use feature for actions, which will allow using a
          action more than once (for instance, multiple email sends)
        * Filter actions are sortable
        * Send email has from address configurable
        * %{user} token is valid as a recipient
      685b6480
  5. Jan 12, 2015
    • Jared Hancock's avatar
      Allow new ticket without initial message · 8bdfa04f
      Jared Hancock authored
      8bdfa04f
    • Jared Hancock's avatar
      forms: Instructions can be HTML · 0e21ff48
      Jared Hancock authored
      0e21ff48
    • Jared Hancock's avatar
      Help topics have much better form configurations · 07e18dc1
      Jared Hancock authored
      Help topics can now specify one or more additional forms to be included on
      the help topic and can also specify the sort order of those forms.
      Furthermore, individual fields can be disabled per help topic, so that
      unnecessary fields can be omitted when necessary, per help topic.
      
      The disabled flag is recorded along side the field data so that the field
      will not be accidentally added to the form later automatically. There is no
      interface in this commit to enable a field which was disabled by the help
      topic when ticket was created.
      07e18dc1
  6. Dec 11, 2014
  7. Dec 10, 2014
    • Jared Hancock's avatar
      oops: Fix numerous, small issues introduced in merges · c5823545
      Jared Hancock authored
      oops: Fix crash upgrading to c7c82835
      
      oops: Fix crash rendering ticket view
      
      oops: Fix crash posting response to ticket
      
      oops: Fix refresh url after ticket reply post
      
      orm: Locate annotations after the root model's fields
      
      orm: Add PK field check for DISTINCT aggregate expressions
      
      When using the DISTINCT option for aggregate expressions, ensure that when a
      relationship is used in the aggregate, that a single field of the remote
      model's primary key is used — rather than the foreign key, since it would
      never have more than one unique value.
      
      search: Re-implement basic ticket search
      
      oops: Couple trivial changes
      
      oops: Fix date formatting for PDF output
      
      oops: Fix staff profile view and update
      
      oops: Fix canned response listing
      
      orm: Fix crash compiling WHERE IN (nested select)
      
      nav: Move settings/email to email/settings
      
      i18n: Make field visibility config translatable
      
      oops: Fix crash adding field to custom form
      
      forms: Fix `required` flag transfer to FormField
      
      oops: Fix bad merge on new ticket by staff
      
      forms: Show uneditable fields on new ticket by staff
      
      oops: Fix bad merge on client ticket view
      c5823545
  8. Dec 09, 2014
  9. Dec 08, 2014
  10. Nov 15, 2014
    • Jared Hancock's avatar
      i18n: Let the browser truncate long texts · 51d3d240
      Jared Hancock authored
      This helps in long UTF-8 characters as the bytes were previously counted and
      the width of the characters was assumed to correlate with the count of the
      bytes in the text. This method allows the browser to calmly truncate the
      text according to the available space in the page where the text is
      rendered.
      51d3d240
  11. Oct 03, 2014
  12. Oct 02, 2014
  13. Sep 25, 2014
  14. Sep 19, 2014
    • Jared Hancock's avatar
      forms: Add new visibility property · 85f87cf2
      Jared Hancock authored
      This allows fields to specify a visibility constraint that will be evaluated
      in real time in the browser to automatically show and hide fields that
      should be hidden based on values of other fields in the same form.
      
      Validation is not performed on fields server-side if they are considered
      invisible when submitted.
      85f87cf2
  15. Sep 02, 2014
  16. Sep 01, 2014
  17. Aug 30, 2014
  18. Aug 29, 2014
  19. Aug 15, 2014
  20. Aug 06, 2014
Loading