drupal/modules
..
aggregator
block
blog
blogapi
book
color
comment
contact
dblog
filter - Patch #324313 by catch et al: load multiple nodes and terms at once. 2008-12-05 22:18:46 +00:00
forum
help
locale
menu
node - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
openid
path
php - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
poll
profile
search
simpletest
statistics
syslog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
system
taxonomy
tracker
translation
trigger - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
update #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
upload
user
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