Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 11, 2015
  3. May 08, 2015
  4. May 05, 2015
  5. Apr 30, 2015
  6. Apr 21, 2015
  7. Apr 15, 2015
  8. Apr 01, 2015
  9. Mar 30, 2015
  10. Mar 25, 2015
  11. Mar 19, 2015
  12. Mar 13, 2015
  13. Mar 06, 2015
  14. Feb 17, 2015
  15. Feb 13, 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. Feb 10, 2015
  18. Feb 05, 2015
  19. Jan 23, 2015
  20. Jan 22, 2015
  21. Jan 16, 2015
  22. Jan 13, 2015
  23. Jan 12, 2015
    • 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
  24. Jan 08, 2015
    • Jared Hancock's avatar
      file: Add import/export support · 14012bdb
      Jared Hancock authored
      This patch adds an export+import method to the file command line module. The
      file export is agnostic of the file storage backend. It writes the files
      with the %file record data to standard-out or to the file given by the -f
      option. The file is a considered a stream and can quietly be compressed and
      can be read back in as a stream (no seeking is performed in the import
      process).
      14012bdb
  25. Dec 18, 2014
  26. Dec 11, 2014
Loading