Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
  2. Jun 12, 2016
  3. May 15, 2016
  4. May 12, 2016
  5. May 09, 2016
  6. Apr 21, 2016
  7. Apr 19, 2016
  8. Apr 18, 2016
  9. Apr 02, 2016
  10. Mar 24, 2016
  11. Mar 19, 2016
  12. 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
  13. Feb 03, 2016
  14. Dec 29, 2015
  15. Dec 27, 2015
  16. Dec 24, 2015
  17. Dec 19, 2015
  18. Dec 17, 2015
  19. Dec 13, 2015
  20. Dec 10, 2015
  21. Nov 28, 2015
  22. Nov 27, 2015
  23. Nov 26, 2015
  24. Nov 25, 2015
  25. Nov 15, 2015
  26. Nov 13, 2015
  27. Oct 12, 2015
  28. Sep 22, 2015
    • Christopher Smith's avatar
      Change from _nostring to _other · 2d090c54
      Christopher Smith authored
      Permit three values:
      - always (default), the other input field is always displayed
      - exists, the other input field is only displayed when the setting
                contains value(s) not listed in choices*.
      - never, the other input field is never displayed. If the setting
               contains any value(s) not listed in choices they will be
               discarded on saving.
      * This means, under normal circumstances the admin will not see
        the other input field.  It will only appear after manual editing
        to enter a non-listed _choice or if an update were to remove a
        previously selected _choice
      2d090c54
  29. Sep 21, 2015
  30. Sep 08, 2015
  31. Sep 05, 2015
  32. Sep 04, 2015
  33. Aug 27, 2015
  34. Aug 23, 2015
  35. Aug 22, 2015
  36. Aug 15, 2015
Loading