drupal/modules
Dries Buytaert a5f42fd007 - Patch #470632 by sun: move filter_xss*() into common.inc. 2009-05-24 07:17:14 +00:00
..
aggregator Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00
block - Patch #470210 by Johan Morahan: nice clean-up of block configuration that fixes input format issue. 2009-05-24 07:13:12 +00:00
blog - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. 2009-05-21 21:12:25 +00:00
blogapi
book
color
comment - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
contact
dblog - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
field - Patch #415044 by bjaspan, yched: indexes for field storage. 2009-05-20 09:48:47 +00:00
filter - Patch #470632 by sun: move filter_xss*() into common.inc. 2009-05-24 07:17:14 +00:00
forum - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
help
locale
menu Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00
node - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
openid - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
path - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
php
poll - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
profile Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00
search - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
simpletest - Patch #470992 by chx: disable locale module while running tests. 2009-05-24 07:04:33 +00:00
statistics - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
syslog
system #212233 follow-up by catch: Remove some left-over code after removing SQL status report. 2009-05-22 15:48:54 +00:00
taxonomy - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. 2009-05-21 21:12:25 +00:00
tracker - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
translation
trigger Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00
update
upload - Patch #440778 by brianV: coding style fixes and documentation improvements. 2009-05-21 12:00:06 +00:00
user - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +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