drupal/modules
Dries Buytaert 534287b1bc - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
..
aggregator - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
block - Patch #355661 by Jody Lynn: fixed spelling error in test function name. 2009-01-07 21:41:13 +00:00
blog - Patch #350984 by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +00:00
blogapi - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
book - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
color - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
comment #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D 2009-01-08 08:42:13 +00:00
contact - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
dblog - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
filter - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
forum - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
help - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
locale - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
menu - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
node - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
openid - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
path - Rollback of #190867. 2009-01-13 19:27:21 +00:00
php - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
poll #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D 2009-01-08 08:42:13 +00:00
profile - Patch #323386 by mariuss, Dries: select options includes comments -- inconsistent with documentation 2009-01-11 10:49:21 +00:00
search - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
simpletest - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\! 2009-01-14 12:18:37 +00:00
statistics - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
syslog - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
system - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
taxonomy - Rollback of #225562 -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
tracker - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
translation - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
trigger #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D 2009-01-08 08:42:13 +00:00
update - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
upload - Patch #347485 by cdale: don't add upload node submit handler unless necessary. 2009-01-12 08:29:09 +00:00
user #358021 by drewish: Remove unnecessary indirection of hook_user_X code. 2009-01-13 06:27: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