drupal/modules
Dries Buytaert 6fc4eb9f94 - Patch #343788 by catch: taxonomy module doesn't use its own APIs. 2009-06-03 19:34:53 +00:00
..
aggregator
block
blog
blogapi
book
color
comment - Patch #468630 by Berdir: fixed error with publishing comments. 2009-06-03 06:52:29 +00:00
contact
dblog
field
filter
forum
help
locale
menu
node - Patch #226479 by brianV: 'clean-up' rebuild permission checks. 2009-06-03 19:22:18 +00:00
openid - Patch #480428 by JamesAn: static caching API. 2009-06-03 19:27:21 +00:00
path
php
poll
profile - Patch #479966 by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
search - Patch #468630 by Berdir: fixed error with publishing comments. 2009-06-03 06:52:29 +00:00
simpletest
statistics
syslog
system - Patch #480082 by pp: document all variables. 2009-06-03 07:01:10 +00:00
taxonomy - Patch #343788 by catch: taxonomy module doesn't use its own APIs. 2009-06-03 19:34:53 +00:00
tracker
translation
trigger
update
upload
user - Patch #479966 by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
README.txt

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