Skip to content
  1. Mar 09, 2009
  2. Feb 26, 2009
  3. Feb 20, 2009
  4. Feb 18, 2009
  5. Feb 01, 2009
  6. Jan 13, 2009
  7. Dec 30, 2008
  8. Dec 20, 2008
  9. Dec 18, 2008
  10. Nov 26, 2008
  11. Nov 24, 2008
  12. Nov 11, 2008
  13. Oct 29, 2008
  14. Oct 19, 2008
  15. Oct 12, 2008
  16. Sep 24, 2008
  17. Sep 23, 2008
  18. Sep 20, 2008
  19. Sep 06, 2008
  20. Aug 18, 2008
  21. Jul 24, 2008
  22. Jul 07, 2008
  23. Jun 29, 2008
  24. Jun 24, 2008
  25. Jun 09, 2008
  26. May 28, 2008
  27. May 26, 2008
  28. Apr 23, 2008
  29. Apr 20, 2008
    • Dries Buytaert's avatar
      - Added a test framework to Drupal along with a first batch of tests for · af474609
      Dries Buytaert authored
        Drupal core!  This is an important milestone for the project so enable
        the module and check it out ... :)
      
        Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
        Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
        Lal, Moshe Weitzman, and the many other people that helped with testing
        over the past years and that drove this home.
      
        It all works but it is still rough around the edges (i.e. documentation
        is still being written, the coding style is not 100% yet, a number of
        tests still fail) but we spent the entire weekend working on it in Paris
        and made a ton of progress.  The best way to help and to get up to speed,
        is to start writing and contributing some tests ... as well as fixing
        some of the failures.
      
        For those willing to help with improving the test framework, here are
        some next steps and issues to resolve:
      
          - How to best approach unit tests and mock functions?
          - How to test drupal_mail() and drupal_http_request()?
          - How to improve the admin UI so we have a nice progress bar?
          - How best to do code coverage?
          - See http://g.d.o/node/10099 for more ...
      af474609
  30. Mar 31, 2008
    • Dries Buytaert's avatar
      - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. · ed59911f
      Dries Buytaert authored
        This is a big and important patch for Drupal's security.  We are switching
        to much stronger password hashes that are also compatible with the Portable
        PHP password hashing framework.
      
        The new password hashes defeat a number of attacks, including:
      
        - The ability to try candidate passwords against multiple hashes at once.
        - The ability to use pre-hashed lists of candidate passwords.
        - The ability to determine whether two users have the same (or different)
          password without actually having to guess one of the passwords.
      
        Also implemented a pluggable password hashing API (similar to how an alternate
        cache mechanism can be used) to allow developers to readily substitute an
        alternative hashing and authentication scheme.
      
        Thanks all!
      ed59911f
  31. Feb 17, 2008
  32. Jul 02, 2007
  33. Mar 05, 2007
  34. Mar 01, 2007
  35. Feb 15, 2007