Skip to content
Snippets Groups Projects
  1. May 15, 2014
  2. May 14, 2014
  3. May 13, 2014
  4. May 12, 2014
    • Jared Hancock's avatar
      pjax: Release ticket when navigating away · 51a71ce7
      Jared Hancock authored
      51a71ce7
    • Jared Hancock's avatar
      pjax: Fix state corruption · dbaf9c9e
      Jared Hancock authored
      If a new PJAX request is started before the current PJAX request finishes,
      leave the user interface in a consistent state.
      
        * Finish and re-start the loadingbar animation
        * Ensure the overlay is hidden
        * Cancel all current animations (without using clearTimeout)
      
      This also fixes other nuances such as the help tips not working after the
      PJAX ui state was corrupted.
      dbaf9c9e
    • Jared Hancock's avatar
      thread: Always embed HTML in email templates · a2d15dff
      Jared Hancock authored
      With the advent of 1.9, the original, plain text email is saved in the
      thread table. If a system has the HTML ticket thread enabled (which is the
      default), if the plain text message is placed in the email template (which
      is always HTML), it will not be formatted as correct HTML and the whitespace
      will be collapsed.
      
      This patch addresses the issue by always returning HTML from the asVar()
      method, which is used to embed the thread post into a email template.
      a2d15dff
  5. May 09, 2014
  6. May 08, 2014
Loading