Skip to content
  1. Dec 30, 2008
  2. Dec 20, 2008
  3. Dec 18, 2008
  4. Nov 26, 2008
  5. Nov 24, 2008
  6. Nov 11, 2008
  7. Oct 29, 2008
  8. Oct 19, 2008
  9. Oct 12, 2008
  10. Sep 24, 2008
  11. Sep 23, 2008
  12. Sep 20, 2008
  13. Sep 06, 2008
  14. Aug 18, 2008
  15. Jul 24, 2008
  16. Jul 07, 2008
  17. Jun 29, 2008
  18. Jun 24, 2008
  19. Jun 09, 2008
  20. May 28, 2008
  21. May 26, 2008
  22. Apr 23, 2008
  23. 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
  24. 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
  25. Feb 17, 2008
  26. Jul 02, 2007
  27. Mar 05, 2007
  28. Mar 01, 2007
  29. Feb 15, 2007
  30. Oct 14, 2006
  31. Aug 22, 2006
  32. Aug 14, 2006
  33. Apr 13, 2006
  34. Mar 27, 2006
  35. Feb 21, 2006
  36. Dec 28, 2005
    • Dries Buytaert's avatar
      · 18a53747
      Dries Buytaert authored
      - Patch #167 (!) by killes: made the code style script work with ++ and -- operators.
        (The oldest issue of the year award goes to killes.)
      18a53747