drupal/modules
Dries Buytaert 1bbafcc967 - Patch #339960 by Damien Tournoud: updated test explanation. 2008-11-28 09:34:42 +00:00
..
aggregator - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
block - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
blog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
blogapi - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
book - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
color #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
comment - Patch #339960 by Damien Tournoud: updated test explanation. 2008-11-28 09:34:42 +00:00
contact - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
dblog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
filter - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
forum - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
help - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
locale Reverting #337820 once more, as it causes mysterious test failures. 2008-11-27 07:07:01 +00:00
menu - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
node - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
openid - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form. 2008-11-22 10:32:42 +00:00
path - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database. 2008-11-22 10:49:01 +00:00
php - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
poll Reverting #337820 once more, as it causes mysterious test failures. 2008-11-27 07:07:01 +00:00
profile - Patch #263445 by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json(). 2008-11-26 13:52:13 +00:00
search - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
simpletest #338239 follow-up by c960657: Fix file test failure. 2008-11-27 08:41:45 +00:00
statistics - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
syslog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
system - Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to PostgreSQL 8.3. 2008-11-28 09:25:59 +00:00
taxonomy #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
tracker - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
translation - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
trigger - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +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 - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
user Reverting #337820 once more, as it causes mysterious test failures. 2008-11-27 07:07:01 +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