drupal/modules
Dries Buytaert 76957a25e6 - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
..
aggregator - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
block - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
blog - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
blogapi - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
book #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files. 2009-05-13 19:42:18 +00:00
color - Patch #463450 by wulff: fixed documentation glitch. 2009-05-16 16:08:57 +00:00
comment - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
contact - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
dblog - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
field - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
filter - Patch #133188 by John Morahan, frega: make sure that long string are line-break-ed correctly. 2009-05-24 19:12:12 +00:00
forum - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
help #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
locale - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
menu - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
node - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
openid - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +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 - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
poll - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
profile - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
search - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
simpletest - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible. 2009-05-25 05:20:16 +00:00
statistics - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
syslog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
system - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
taxonomy - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +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 - Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'. 2009-05-18 09:45:01 +00:00
trigger - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
update - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
upload - Patch #440778 by brianV: coding style fixes and documentation improvements. 2009-05-21 12:00:06 +00:00
user - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
README.txt #209663 minor follow up by keith.smith: improve wording of module and theme readmes 2008-01-25 19:47:58 +00:00

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