drupal/modules
Dries Buytaert 1067fbaa30 - Patch #394582 by Damien Tournoud: convert tracker module to new DB abstraction layer. 2009-04-05 12:26:12 +00:00
..
aggregator - Patch #417560 by JamesAn: moving the test files to a test directory. 2009-04-02 20:50:37 +00:00
block #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
blog - Patch #290887 by Dave Reid, Jody Lynn: checked permission using the wrong permission name. 2009-04-03 20:24:57 +00:00
blogapi - Patch #233425 by catch, Jody Lynn, lilou: remove dependency on blog module. 2009-04-01 01:28:24 +00:00
book #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
color #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
comment - Patch #372414 by Todd Nienkerk, JohnAlbin: don't output empty comments. 2009-04-04 12:35:16 +00:00
contact - Patch #413852 by Berdir: correctly validate emails on PHP 5.3. 2009-04-05 12:10:56 +00:00
dblog #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
field #369964 follow-up by yched: Remove deprecated function call. 2009-03-31 01:59:34 +00:00
filter #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
forum - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
help #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
locale - Patch #333054 by c960657: page cache should be case sensitive. 2009-04-01 20:00:47 +00:00
menu - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} table causes MySQL error/slow rebuilds and slows menu_link_save. 2009-04-02 03:40:05 +00:00
node - Patch #418760 by JamesAn: moving the test files to the test directory. 2009-04-02 20:47:54 +00:00
openid - Patch #316515 by jmburnz, momendo: fixed position of OpenID logo. 2009-03-31 10:48:06 +00:00
path #368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items. 2009-03-31 02:02:23 +00:00
php #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
poll #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
profile #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
search #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
simpletest - Patch #424094 by chx: fixed taxonomy tests. 2009-04-05 12:21:12 +00:00
statistics - Patch #333054 by c960657: page cache should be case sensitive. 2009-04-01 20:00:47 +00:00
syslog #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
system - Patch #392362 by Xano, Dave Reid: remove clean URL option from the installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled. 2009-04-04 00:35:46 +00:00
taxonomy - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
tracker - Patch #394582 by Damien Tournoud: convert tracker module to new DB abstraction layer. 2009-04-05 12:26:12 +00:00
translation - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
trigger #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
update #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
upload #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
user - Patch #333054 by c960657: page cache should be case sensitive. 2009-04-01 20:00:47 +00:00
README.txt #209663 minor follow up by keith.smith: improve wording of module and theme readmes 2008-01-25 19:47:58 +00:00

README.txt

This directory is reserved for core module files. Custom or contributed
modules should be placed in their own subdirectory of the sites/all/modules
directory. For multisite installations, they can also be placed in a subdirectory
under /sites/{sitename}/modules/, where {sitename} is the name of your site
(e.g., www.example.com). This will allow you to more easily update Drupal core files.

For more details, see: http://drupal.org/node/176043