Skip to content
  1. Jan 21, 2009
  2. Jan 16, 2009
  3. Jan 08, 2009
  4. Dec 22, 2008
  5. Dec 05, 2008
  6. Nov 25, 2008
  7. Nov 23, 2008
  8. Nov 20, 2008
  9. Nov 11, 2008
  10. Nov 02, 2008
  11. Oct 19, 2008
  12. Oct 12, 2008
  13. Oct 09, 2008
  14. Oct 01, 2008
  15. Sep 27, 2008
  16. Sep 19, 2008
  17. Aug 25, 2008
  18. Aug 21, 2008
  19. Aug 16, 2008
  20. Aug 03, 2008
  21. Jul 17, 2008
  22. Jul 16, 2008
  23. Jul 05, 2008
  24. Jul 03, 2008
  25. May 20, 2008
  26. May 15, 2008
  27. May 07, 2008
  28. May 06, 2008
  29. Apr 22, 2008
  30. 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
    • Dries Buytaert's avatar
  31. Apr 16, 2008
  32. Apr 08, 2008
    • Dries Buytaert's avatar
      - Patch #228594 by catch et al: removed access rule functionality from core. · 08aa2322
      Dries Buytaert authored
        The access rules capability of user module has been stripped down to a
        simple method for blocking IP addresses. E-mail and username restrictions
        are now available in a contributed module. IP address range blocking is
        no longer supported and should be done at the server level.
      
        This patch is partly motiviated by the fact that at the usability testing,
        it frequently came up that users went to "access rules" when trying to
        configure their site settings.
      08aa2322
  33. 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
  34. Mar 17, 2008
  35. Mar 11, 2008
  36. Feb 20, 2008