Go to file
Dries Buytaert 39d0fe9a38 - User module improvements: added an 'access' column to the users-table to
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'.
2005-05-07 11:39:54 +00:00
database - User module improvements: added an 'access' column to the users-table to 2005-05-07 11:39:54 +00:00
includes - User module improvements: added an 'access' column to the users-table to 2005-05-07 11:39:54 +00:00
misc - Patch #19697 by Morbus: FOLKSONOMY. 2005-04-08 14:59:14 +00:00
modules - User module improvements: added an 'access' column to the users-table to 2005-05-07 11:39:54 +00:00
scripts - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL. 2005-04-25 17:51:40 +00:00
sites/default - Patch #19800 by Daniel: make default $db_url informative and unique. 2005-04-14 18:34:31 +00:00
themes - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes. 2005-05-06 08:39:30 +00:00
.htaccess - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess. 2005-03-20 19:15:00 +00:00
CHANGELOG.txt - Patch #15595 by Stefan and Djun: improved status messages. 2005-05-05 22:22:46 +00:00
INSTALL.txt - #21021: wrong url in INSTALL.txt 2005-04-23 05:07:08 +00:00
LICENSE.txt - Patch #9224 by JonBob: updated to latest version with new address and such. 2004-09-15 20:48:18 +00:00
MAINTAINERS.txt Adding myself as maintainer for the filter system. 2004-09-15 20:53:27 +00:00
cron.php - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Patch 20910 by chx: centralize print theme page. 2005-04-24 16:34:36 +00:00
update.php - Modified patch #19941 by willmoy: improve upgrade instructions. 2005-04-06 19:04:02 +00:00
xmlrpc.php - 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. 2004-08-21 06:42:38 +00:00