Skip to content
Snippets Groups Projects
  1. Jul 17, 2018
    • JediKev's avatar
      issue: Ticket Lock On Disable · 606f45ba
      JediKev authored
      This addresses an issue where disabling Ticket Locks but setting a time
      for the Lock Timeout will always throw a "lock required" error. This adds
      a check to see if locks are enabled AND there is a time set. If locks are
      disabled it will not throw the error.
      606f45ba
  2. Dec 16, 2016
  3. Oct 25, 2016
  4. Jun 30, 2016
  5. Jun 14, 2016
  6. Jun 03, 2016
    • Michael's avatar
      Oops... Fixed translation · 7b0355b8
      Michael authored
      First: Thanks for reviewing Jared!
      Second: Re-checked all occurrences of `sprintf('%s %s` to make sure other translations are correct. Just found this one here to be not correct, so others are fine.
      7b0355b8
    • Michael's avatar
      Internal error occurred #3 (with a lot more internal error occurred related changes) · d1f5d1ef
      Michael authored
      This commit updates a bunch of files and changes a lot of phrases. Basically it extracts "Internal error occurred" from existing phrases.
      I've re-ordered the phrases so "Internal error occurred" is always at the end after the actual informative error message.
      
      Example comparison before and after this commit:
      Before: 1 Phrase: "Internal error: Unable to print to PDF"
      After: 2 Phrases: "Unable to print to PDF." + "Internal error occurred"
      d1f5d1ef
    • Michael's avatar
      Internal error occurred #2 · 8f524263
      Michael authored
      Update three phrases with from "Internal error" to "Internal error occurred" since it's the most common phrase
      8f524263
  7. May 27, 2016
  8. May 12, 2016
  9. May 09, 2016
  10. Mar 29, 2016
  11. Mar 25, 2016
  12. Mar 24, 2016
  13. Mar 20, 2016
    • Jared Hancock's avatar
      login: Make the backdrop customizable · 463de2e9
      Jared Hancock authored
      This duplicates the custom logo code to allow for custom login backdrops. A
      new page is added to the "Company" settings page which allows for management
      of the uploaded custom backdrops.
      463de2e9
  14. Mar 17, 2016
  15. 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
  16. Jan 07, 2016
  17. Jan 04, 2016
  18. Dec 31, 2015
  19. Dec 18, 2015
  20. Nov 16, 2015
  21. 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
  22. Nov 03, 2015
Loading