Skip to content
  1. Dec 05, 2007
  2. Aug 12, 2007
  3. Jul 23, 2007
  4. May 25, 2007
  5. Apr 27, 2007
  6. Mar 27, 2007
  7. Dec 04, 2006
  8. Nov 11, 2006
  9. Nov 07, 2006
  10. Oct 25, 2006
  11. Oct 24, 2006
  12. Aug 31, 2006
  13. Aug 21, 2006
  14. Aug 18, 2006
  15. Aug 16, 2006
  16. May 07, 2006
  17. Apr 11, 2006
  18. Feb 20, 2006
  19. Feb 17, 2006
  20. Feb 10, 2006
  21. Jan 21, 2006
  22. Dec 31, 2005
  23. Oct 28, 2005
  24. Aug 25, 2005
  25. Aug 10, 2005
  26. Jun 22, 2005
  27. May 07, 2005
    • Dries Buytaert's avatar
      - User module improvements: added an 'access' column to the users-table to · 39d0fe9a
      Dries Buytaert authored
        keep track of the user's last access. In turn, this allowed me to:
      
        1. Optimize the "Who's online" block.  On drupal.org, the "Who's online"
           block requires 32 SQL queries.  With this patch, only 2 queries are
           left (eliminated 30 SQL queries), and one of the two remaining queries
           became appr. 20 times faster.
      
        2. Correct the "Last access" column in the user administration overview
           table.  The presented data was not accurate, which led to the column
           being removed.  You can now sort users by 'last access'.
      39d0fe9a
  28. Apr 11, 2005
    • Dries Buytaert's avatar
      - Patch #19298 by Jeremy: loose caching! · e3d62d90
      Dries Buytaert authored
      Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds.  Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes.
      
      (I rewrote the help text a bit and made minor changes to the code comments.)
      e3d62d90
  29. Mar 01, 2005
  30. Feb 28, 2005
  31. Jan 10, 2005
    • Dries Buytaert's avatar
      · f4132656
      Dries Buytaert authored
      - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table. (Better fix.)
      f4132656
    • Dries Buytaert's avatar
      · 2e5f82c1
      Dries Buytaert authored
      - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table.
      2e5f82c1
  32. Nov 07, 2004
    • Dries Buytaert's avatar
      · f01bd675
      Dries Buytaert authored
      - Performance improvement: made 'sid' the primary key of the sessions table.
        That should improve performance of session handling as well improve
        performance of the "Who's online"-block.  Drupal.org's sessions table
        contains appr. 40.000 sessions on a slow day and rendering the "Who's
        online"-block became a performance bottleneck.
      
        This change has yet to be tested on a busy site so things might go wrong.
      f01bd675
  33. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  34. May 10, 2004
    • Dries Buytaert's avatar
      · 1ad9afb8
      Dries Buytaert authored
      - Added support for multiple user roles.  Patch by Jim Hriggs.
      1ad9afb8
  35. Jan 17, 2004
    • Dries Buytaert's avatar
      · 51f4693c
      Dries Buytaert authored
      - Fixed bug in session query that prevented sessions to work on PostgreSQL.
        Patch by Adrian.
      51f4693c
  36. Jan 13, 2004
    • Dries Buytaert's avatar
      · eee72bfa
      Dries Buytaert authored
      - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it
        easy to show avatars next to nodes and comments.  Patch by Moshe.  As a
        showcase, maybe Xtemplate should have an option to enable/disable avatars?
      eee72bfa
  37. Jan 11, 2004
    • Dries Buytaert's avatar
      · 6f80df77
      Dries Buytaert authored
      - Fixed bug 4745: undefined warning in sess_read().
      6f80df77
  38. Dec 13, 2003
    • Dries Buytaert's avatar
      · 1c0155bc
      Dries Buytaert authored
      - Fixed race condition in session handler.  Patch by Kjartan.
      1c0155bc