- 22 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 05 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833
-
- 12 Aug, 2007 1 commit
-
- 23 Jul, 2007 1 commit
-
-
Dries authored
-
- 25 May, 2007 1 commit
-
-
Dries authored
-
- 27 Apr, 2007 1 commit
-
-
Dries authored
-
- 27 Mar, 2007 1 commit
-
-
Steven Wittens authored
-
- 04 Dec, 2006 1 commit
-
-
Dries authored
-
- 11 Nov, 2006 1 commit
-
-
drumm authored
-
- 07 Nov, 2006 1 commit
-
-
drumm authored
-
- 25 Oct, 2006 1 commit
-
-
Kjartan authored
-
- 24 Oct, 2006 1 commit
-
-
Dries authored
-
- 31 Aug, 2006 1 commit
-
-
Dries authored
-
- 21 Aug, 2006 1 commit
-
-
drumm authored
-
- 18 Aug, 2006 1 commit
-
-
Dries authored
-
- 16 Aug, 2006 1 commit
-
-
Dries authored
-
- 07 May, 2006 1 commit
-
-
drumm authored
-
- 11 Apr, 2006 1 commit
-
-
Gerhard Killesreiter authored
-
- 20 Feb, 2006 1 commit
-
-
Dries authored
-
- 17 Feb, 2006 1 commit
-
-
Dries authored
-
- 10 Feb, 2006 1 commit
-
- 21 Jan, 2006 1 commit
-
- 31 Dec, 2005 1 commit
-
-
Dries authored
-
- 28 Oct, 2005 1 commit
-
-
Dries authored
-
- 25 Aug, 2005 1 commit
-
-
Dries authored
-
- 10 Aug, 2005 1 commit
-
-
Dries authored
-
- 22 Jun, 2005 1 commit
-
-
Dries authored
up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
-
- 07 May, 2005 1 commit
-
-
Dries 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'.
-
- 11 Apr, 2005 1 commit
-
-
Dries 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.)
-
- 01 Mar, 2005 2 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 28 Feb, 2005 1 commit
-
-
Steven Wittens authored
-
- 10 Jan, 2005 2 commits
-
- 07 Nov, 2004 1 commit
-
-
Dries 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.
-
- 21 Aug, 2004 1 commit
-
-
Dries 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.
-
- 10 May, 2004 1 commit
-
-
Dries authored
- Added support for multiple user roles. Patch by Jim Hriggs.
-
- 17 Jan, 2004 1 commit
-
-
Dries authored
- Fixed bug in session query that prevented sessions to work on PostgreSQL. Patch by Adrian.
-
- 13 Jan, 2004 1 commit
-
-
Dries 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?
-
- 11 Jan, 2004 1 commit
-
-
Dries authored
- Fixed bug 4745: undefined warning in sess_read().
-