drupal/modules
..
aggregator
block
blog
book - Patch #825330 by rfay, katbailey: make book module use standard D7 AJAX forms techniques. 2010-07-07 01:07:33 +00:00
color
comment
contact
contextual
dashboard
dblog
field
field_ui
file
filter
forum - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
help
image
locale
menu
node
openid
overlay
path
php
poll
profile
rdf
search
shortcut
simpletest
statistics
syslog
system
taxonomy
toolbar
tracker
translation
trigger - Patch #844892 by andypost: minor code style fixes. 2010-07-10 01:44:28 +00:00
update
user
README.txt

README.txt

// $Id$

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