Fix numerous observed issues
* 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
Showing
- include/class.orm.php 12 additions, 6 deletionsinclude/class.orm.php
- include/class.search.php 2 additions, 1 deletioninclude/class.search.php
- include/class.thread.php 37 additions, 18 deletionsinclude/class.thread.php
- include/class.ticket.php 30 additions, 30 deletionsinclude/class.ticket.php
- include/class.user.php 1 addition, 1 deletioninclude/class.user.php
- include/client/templates/thread-entries.tmpl.php 1 addition, 1 deletioninclude/client/templates/thread-entries.tmpl.php
- include/client/templates/thread-entry.tmpl.php 1 addition, 0 deletionsinclude/client/templates/thread-entry.tmpl.php
- include/staff/templates/thread-entry.tmpl.php 3 additions, 1 deletioninclude/staff/templates/thread-entry.tmpl.php
- include/upgrader/streams/core/9143a511-0d6099a6.patch.sql 1 addition, 1 deletioninclude/upgrader/streams/core/9143a511-0d6099a6.patch.sql
- scp/css/scp.css 3 additions, 0 deletionsscp/css/scp.css
- scp/js/scp.js 27 additions, 0 deletionsscp/js/scp.js
Loading
Please register or sign in to comment