Skip to content
Snippets Groups Projects
  1. Aug 22, 2014
  2. Jul 29, 2014
  3. Jul 25, 2014
  4. Jul 03, 2014
  5. Jun 18, 2014
    • Jared Hancock's avatar
      Fix dialog boxes on backward pjax navigation · bf597ae6
      Jared Hancock authored
      pjax:complete is only called after an AJAX page load. If a user navigates
      forward or backward and the page loads from local cache, then pjax:complete
      is not fired. pjax:end, however, is always fired.
      bf597ae6
  6. Jun 10, 2014
  7. Jun 02, 2014
  8. May 30, 2014
  9. May 23, 2014
  10. May 22, 2014
  11. 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
  12. May 19, 2014
  13. May 16, 2014
  14. May 15, 2014
  15. May 14, 2014
  16. 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
  17. May 08, 2014
  18. May 01, 2014
  19. Apr 29, 2014
  20. Apr 28, 2014
  21. Apr 25, 2014
  22. Apr 23, 2014
  23. Apr 21, 2014
Loading