Skip to content
Snippets Groups Projects
  1. Oct 01, 2015
  2. Sep 29, 2015
    • Jared Hancock's avatar
      search: Try harder to match MySQL full text boolean query · 4bcfc8a3
      Jared Hancock authored
      As currently written, if a full text query is attempted in BOOLEAN mode and
      the query cannot be compiled by MySQL, it causes an OrmException and a
      crash. This patch adds a more straight-forward and comprehensive
      grammer-based approach to checking for valid boolean syntax.
      4bcfc8a3
  3. Aug 27, 2015
  4. Aug 20, 2015
  5. Aug 19, 2015
  6. Aug 18, 2015
  7. Aug 07, 2015
  8. Aug 06, 2015
  9. Jul 21, 2015
  10. Jul 13, 2015
  11. 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
  12. Jun 03, 2015
    • Jared Hancock's avatar
      175b2b7a
    • Jared Hancock's avatar
      search: Eliminate join to view for search on custom fields · 4828dd6f
      Jared Hancock authored
      * Fix search on boolean field
      4828dd6f
    • Jared Hancock's avatar
      search: Fix several advanced search issues · bb9ed017
      Jared Hancock authored
      * Fix crash visiting tasks page while ticket adv search
      * Fix search on custom fields
      * Add search on ticket source
      * Move more advanced fields to drop-down
      bb9ed017
    • 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
  13. May 22, 2015
    • Jared Hancock's avatar
      search: Fix several small issues with search indexing · 13d09b60
      Jared Hancock authored
      * Reindexing did not properly flush the last batch of items to the search
        therefore reindexing would always miss the last few items.
      * Creating a new html thread entry with inline images resulted in empty
        search content
      * HTML tag stripping in HtmlThreadBody::getSearchable() would result in
        missing white space between some words, resulting in poor searchable
        content
      13d09b60
  14. May 21, 2015
  15. May 13, 2015
  16. May 05, 2015
  17. Mar 23, 2015
  18. Mar 10, 2015
  19. Mar 05, 2015
  20. Feb 10, 2015
  21. Dec 11, 2014
  22. Dec 10, 2014
  23. Dec 08, 2014
Loading