Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 05, 2015
  3. May 04, 2015
  4. Apr 30, 2015
  5. Apr 29, 2015
  6. Apr 14, 2015
  7. Apr 10, 2015
  8. Apr 01, 2015
    • Peter Rotich's avatar
      Unassign on transfer · 2fcc24a5
      Peter Rotich authored
      Unassign tickets on transfer when the target department has assignment
      restriction and the assigned staff is not a member.
      
      Disable claim (quick self-assignment) when above restriction is in effect.
      2fcc24a5
  9. Mar 26, 2015
  10. Mar 25, 2015
  11. Mar 19, 2015
  12. Mar 18, 2015
  13. Mar 17, 2015
  14. Mar 16, 2015
  15. Mar 13, 2015
  16. Mar 05, 2015
  17. Mar 03, 2015
  18. Feb 27, 2015
  19. Feb 17, 2015
  20. Feb 16, 2015
  21. Feb 13, 2015
  22. 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
  23. Feb 10, 2015
Loading