Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 28, 2015
  3. Sep 26, 2015
  4. Sep 25, 2015
  5. Sep 22, 2015
  6. Sep 18, 2015
  7. Sep 15, 2015
  8. Sep 12, 2015
    • Peter Rotich's avatar
      bug: Collaborators notice · f9e9da44
      Peter Rotich authored
      Fix case where collaborators were not being alerted
      Alert admin last on new ticket - just in case admin email is used by an agent.
      f9e9da44
    • Jared Hancock's avatar
      thread: Prefer user type from mail parsing · 9d349e8e
      Jared Hancock authored
      This patch changes the way the thread entry type and other properties are
      determined by using the userClass determined in the Mailer::decodeMessageId
      method which is preferred over the older heuristic methodology using the
      `From` email address alone.
      9d349e8e
  9. Sep 08, 2015
Loading