Skip to content
Snippets Groups Projects
  1. May 22, 2014
  2. May 19, 2014
  3. May 16, 2014
  4. May 15, 2014
  5. May 14, 2014
  6. 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
  7. May 01, 2014
  8. Apr 29, 2014
  9. Apr 28, 2014
  10. Apr 25, 2014
  11. Apr 23, 2014
  12. Apr 21, 2014
  13. Apr 15, 2014
  14. Apr 14, 2014
  15. Apr 01, 2014
  16. Mar 27, 2014
  17. Mar 14, 2014
  18. Mar 03, 2014
  19. Feb 27, 2014
  20. Feb 03, 2014
  21. Jan 24, 2014
  22. Jan 20, 2014
  23. Jan 18, 2014
    • Jared Hancock's avatar
      search: Improve typeahead search results · e69c0fd1
      Jared Hancock authored
      Fixup search for users with hits in an searchable authentication backend:
      
        * If there is a hit for the remote backend, include that in the search for
          local users by email address. If there is a hit locally for the same
          email address, then remove the remote hit from the search results.
      
      Fixup typeahead results
      
        * Abort previous search requests when the user enters more text into the
          search fields. This makes the search box feel more consistent, and
          avoids the case where the user finishes typing and valid search hits
          never appear
      e69c0fd1
  24. Jan 14, 2014
    • Jared Hancock's avatar
      Revisit template management page · c01000ca
      Jared Hancock authored
      Arrange templates in a group by their respective use in the system:
      
        * System Management Templates
        * Staff Ticket Templates (Alerts and Notices)
        * End-User Ticket Templates (Autoresponder)
      
      This provides an interface to sort the templates and make them easier to
      find and provides a nice place for new templates to be added without making
      it increasingly more difficult to locate templates in the list.
      
      This patch also fixes the missing templates in the drop-down list when
      editing an implemented template.
      c01000ca
Loading