drupal/modules
Angie Byron fbd6ffbf52 #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group by expression 2010-12-28 18:49:51 +00:00
..
aggregator
block
blog
book
color
comment #1005004 by markabur, bfroehle: Fixed critical Editing a comment destroys its creation date 2010-12-28 18:19:23 +00:00
contact
contextual
dashboard
dblog
field
field_ui
file #1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to file_directory_path 2010-12-24 15:25:28 +00:00
filter
forum
help
image
locale
menu
node
openid
overlay #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
path #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
php
poll
profile
rdf
search
shortcut #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
simpletest #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group by expression 2010-12-28 18:49:51 +00:00
statistics
syslog
system
taxonomy
toolbar
tracker #950680 by ericduran, Dave Reid: Fixed Multiple notices from tracker after deleting a node 2010-12-28 18:39:23 +00:00
translation
trigger
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