Skip to content
Snippets Groups Projects
  1. Jul 08, 2015
  2. Jun 25, 2015
    • Jared Hancock's avatar
      search: Fix several things related to search · 3a79ac6e
      Jared Hancock authored
      orm: Correctly label correlated query joins via sub-queries
      orm: Fixup formatting of dates in queries
      orm: Fixup mangling of parameter values with colons in sub-queries
      misc: Fixup incorrect offset calculation in Misc::dbtime()
      forms: search: Add ability to describe a field search
      search: Fix crash searching by ticket due date
      search: Fix wrong results if searching by a date field (unix epoch was not
          converted to MySQL date format)
      search: Fix wrong results searching by date == or !=
      3a79ac6e
  3. Jun 22, 2015
  4. Jun 03, 2015
    • Jared Hancock's avatar
      175b2b7a
    • Jared Hancock's avatar
      Fix several issues on thread editing · 973c6645
      Jared Hancock authored
      973c6645
    • Jared Hancock's avatar
      Fix numerous observed issues · fdef8182
      Jared Hancock authored
      * Fix crash in Ticket::getLastRespondent
      * Fix crash is ORM if using a superclass of a relationship from cache. For
        instance, if the cache contains an ObjectThread instance, but a
        TicketThread instance is required in the relationship. In such a case, use
        the cached data, but change this class. This; however, violates the single
        nature of cache entries.
      * Fix spurious events appearing after upgrade due to deleted tickets
      * Ensure floating content in thread-body divs does not float past the bottom
      * Provide an anchor to thread entries
      * Show thread entries before events where both have the same timestamp
      * Fix double events for collaborator additions
      * Credit email sender with collaborator addition
      * Fix incorrect rendering of collaborator addition event
      * Fix crash on new ticket due to non-static function
      * Fix missing sort on sub-query if explicitly declared in QuerySet
      * Fix missing parentheses in SQL for ['field__eq' => QuerySet]
      * Fix incorrect SQL on compileSelect for models with inherited $meta['table']
      * Dynamically adjust relative time client side
      fdef8182
  5. May 27, 2015
  6. May 22, 2015
  7. May 21, 2015
  8. May 20, 2015
  9. May 17, 2015
  10. May 14, 2015
  11. May 13, 2015
  12. May 11, 2015
  13. May 05, 2015
  14. Apr 30, 2015
    • Jared Hancock's avatar
      dae9fb2e
    • Jared Hancock's avatar
      Add concept of thread editing · 5570feca
      Jared Hancock authored
      Threads can be edited by marking the original as hidden and setting it's PID to
      the id of the new entry. The new entry has cloned data from the original and
      sets the `updated` timestamp to reflect the time of last edit. An edited flag
      is added to the new entry to reflect its origin.
      
      This patch suggests that agents can edit their own posts, department managers
      can edit posts while the ticket is in their department, and that help desk
      admins can edit anything.
      
      If a post is edited more than once, only the most recent edit is kept.
      5570feca
  15. Apr 14, 2015
  16. Mar 31, 2015
  17. Mar 24, 2015
  18. Mar 23, 2015
  19. Feb 18, 2015
  20. Feb 06, 2015
Loading