Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
    • Jared Hancock's avatar
      forms: Fix search by datetime fields · 5ebebbbc
      Jared Hancock authored
      This changes the storage model for datetime fields and stores them in the
      same format as the MySQL `datetime` column type. This allows for the
      searching code to be consistent when searching the database for
      datetime custom form entry data.
      5ebebbbc
    • Peter Rotich's avatar
      export: Support users and orgs export · 9fb57ec9
      Peter Rotich authored
      Change orgs listing to ORM
      Add cdata tables support for users and organizations
      9fb57ec9
  2. Jan 07, 2016
  3. Dec 31, 2015
  4. Dec 18, 2015
  5. Nov 16, 2015
  6. Nov 06, 2015
    • Peter Rotich's avatar
      Mass claim/assignment · 6965ca75
      Peter Rotich authored
      6965ca75
    • Peter Rotich's avatar
      Make ticket related action buttons icon-based · 6a7bcfa9
      Peter Rotich authored
      Implement auto focus and scroll when post reply or note action button is
      clicked as well as tab highlight on error
      Unpack tickets' mass action buttons - more options retired for now
      Translate missed phases
      6a7bcfa9
    • Nathan Febuary's avatar
      Reply and Internal Note button · a9f91e36
      Nathan Febuary authored
      Removed the span, it was unnecessary and gave the Internal Note button
      a color to differentiate between Reply and Internal Note.
      a9f91e36
    • Nathan Febuary's avatar
      Revision to ticket response reverse thread buttons · 716b1c95
      Nathan Febuary authored
      Moved buttons above with other action buttons and also into sticky
      header. Removed titles of buttons and added tooltips. adjusted tooltip
      z-index so it won’t be hidden behind dropdowns. added scroll to bottom
      function to reply and internal note buttons.
      716b1c95
    • Nathan Febuary's avatar
      Add location for ticket response · fa61a269
      Nathan Febuary authored
      Adds an additional location for the ticket response above the ticket
      thread for a reverse order view of the ticket thread. Additionally the
      reply/internal note button would be selected and the page would auto
      scroll to the bottom.
      fa61a269
    • Peter Rotich's avatar
      Add ClaimForm · 6fa0e833
      Peter Rotich authored
      ClaimForm extends AssignmentForm and hides assignees selection. Claimant is
      still given the opportunity to log an optional internal note as to why
      they're claiming the ticket in question.
      6fa0e833
  7. Nov 03, 2015
  8. Oct 14, 2015
    • Peter Rotich's avatar
      User Tickets · f4d79b1e
      Peter Rotich authored
      Include collaborated tickets
      Pagenate user and org tickets listing
      Add ability to export tickets
      f4d79b1e
  9. Oct 10, 2015
    • Kevin O'Connor's avatar
      Replace bare header redirect · 5f5049c2
      Kevin O'Connor authored
      This fixes a bug where the browser will fail to redirect away from
      the login page if the client's browser doesn't allow for location
      mutations with the 422 response code.
      
      This issue only impacts SSO auth plugins.
  10. Sep 29, 2015
  11. Sep 28, 2015
  12. Sep 21, 2015
  13. Aug 27, 2015
  14. Aug 26, 2015
  15. Aug 24, 2015
    • Jared Hancock's avatar
      tickets: Fix subject display for non text fields · 256fecd1
      Jared Hancock authored
      If the subject field is something crazy, such as an HTML field, ensure that
      the layout of the ticket queue is preserved and properly truncated.
      Furthermore, ensure that the HTML is properly rendered on the client and
      staff ticket view pages.
      256fecd1
  16. Aug 19, 2015
  17. Aug 18, 2015
Loading