Skip to content
Snippets Groups Projects
  1. May 22, 2014
  2. May 21, 2014
    • Jared Hancock's avatar
      Fix external image in an inline <a> element · 99e719d9
      Jared Hancock authored
      htmLawed stripped/discarded <div> tags nested inside inline tags such as
      <a>. The previous replacement engine would replace <img> tags with <div>
      tags and would cause the HTML to be corrupted by htmLawed.
      
      This patch uses <span> tags which have CSS rules to be displayed as
      inline-blocks. This should stay truer to the normal sizing and placement of
      the original <img> tag.
      99e719d9
  3. May 19, 2014
  4. May 16, 2014
  5. May 15, 2014
  6. May 14, 2014
  7. 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
  8. May 08, 2014
  9. May 01, 2014
  10. Apr 29, 2014
  11. Apr 28, 2014
  12. Apr 25, 2014
  13. Apr 23, 2014
  14. Apr 21, 2014
  15. Apr 15, 2014
  16. Apr 14, 2014
  17. Apr 12, 2014
  18. Apr 01, 2014
  19. Mar 27, 2014
Loading