Skip to content
Snippets Groups Projects
  1. Mar 11, 2016
    • Andreas Gohr's avatar
      add support for new Django hashing methods · 924cc11c
      Andreas Gohr authored
      New Python Django application default to PBKDF2 with SHA256 as a
      password mechanism. This adds support for that mechanism in our
      password hasher class. This will be needed in the tests for the new
      PDO auth plugin.
      924cc11c
  2. Feb 22, 2016
  3. Feb 19, 2016
  4. Feb 14, 2016
  5. Feb 11, 2016
  6. Feb 03, 2016
  7. Jan 29, 2016
  8. Jan 07, 2016
  9. Dec 29, 2015
  10. Dec 27, 2015
  11. Dec 24, 2015
  12. Dec 19, 2015
  13. Dec 17, 2015
  14. Dec 15, 2015
  15. Dec 13, 2015
  16. Dec 10, 2015
  17. Dec 04, 2015
  18. Nov 28, 2015
  19. Nov 27, 2015
  20. Nov 26, 2015
  21. Nov 25, 2015
  22. Nov 17, 2015
  23. Nov 15, 2015
  24. Nov 13, 2015
  25. Nov 12, 2015
  26. Nov 11, 2015
  27. Nov 08, 2015
  28. Nov 05, 2015
  29. Nov 03, 2015
  30. Nov 01, 2015
  31. Oct 29, 2015
  32. Oct 28, 2015
    • Sam Wilson's avatar
      Add an in-progress class to the quicksearch form. · 5431e0aa
      Sam Wilson authored
      This change adds a new class to the quicksearch's <form>
      element while the quicksearch is running. This is to
      make it easier to style the form, e.g. with a throbber gif
      in the search box, to indicate that something is happening.
      For slow connections, it is sometimes not apparent that
      waiting for a few seconds will present the user with a list
      of matching pagenames.
      
      The new 'searching' class is added just before the POST
      request is sent, and cleared both on successful completion
      and when the search box is cleared.
      5431e0aa
Loading