Skip to content
Snippets Groups Projects
  1. May 22, 2015
  2. May 21, 2015
  3. May 20, 2015
  4. May 14, 2015
  5. May 13, 2015
  6. May 11, 2015
  7. May 05, 2015
  8. Apr 30, 2015
  9. Apr 16, 2015
  10. Apr 14, 2015
  11. Mar 23, 2015
  12. Mar 20, 2015
  13. Mar 17, 2015
  14. Mar 05, 2015
  15. Feb 26, 2015
  16. Feb 12, 2015
    • Jared Hancock's avatar
      Collaborators for threads, lock as a utility · 67d55198
      Jared Hancock authored
      This patch includes a slight database migration, and adjusts the
      functionality of a few core components.
      
        * Move collaborators from the ticket to the thread.
          This concept allows collaborators on any object which has a thread,
          including tasks.
      
        * Add flags to the thread entry
          This will allow flagging thread entries for different purposes.
          Initially this can be used to flag the original message of a thread in
          case a ticket / thread is created without an initial message.
      
        * Lock becomes more of a utility
          The lock is now disconnected from the ticket and is a separate utility.
          Separately, the ticket and task objects can have a reference to a lock
          object. Furthermore, when submitting some activities to tickets, the
          lock is verified to be owned by the respective agent, and the lock code
          must match a current lock code. The code is rotated on each acquire()
          call to guard against double submissions.
      
        * Collaborator is an ORM model
          The TicketUser class is broken up now so that the collaborator instance
          can exist apart from a ticket. Email message ids are now generated for
          collaborators without respect for a ticket so that collaborators can be
          properly supported on any thread.
      67d55198
  17. Jan 07, 2015
  18. Jan 02, 2015
    • Jared Hancock's avatar
      oops: Fix several small, general issues · 79cc5338
      Jared Hancock authored
        * Fix translation of pages
        * Localize client thank-you page on new ticket
        * Fix adding new category
        * Fix crash on staff login when upgrading from < 1.9
        * Don't show self locks on ticket queue pages
      79cc5338
  19. Dec 30, 2014
  20. Dec 20, 2014
  21. Dec 11, 2014
  22. Dec 10, 2014
    • Jared Hancock's avatar
      queue: Reimplement collaborator icon · 06830be1
      Jared Hancock authored
      06830be1
    • 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
  23. Dec 09, 2014
  24. Dec 08, 2014
Loading