drupal/modules
Angie Byron 2ca013b11d #355787 by mikey_p: Fix notice at content administration page caused by typo. 2009-01-08 01:16:57 +00:00
..
aggregator - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters. 2008-12-26 21:01:57 +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 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
book - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
color - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
comment - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'. 2009-01-04 16:19:39 +00:00
contact - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
dblog - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. 2008-12-28 20:41:19 +00:00
filter - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
forum - Patch #350984 by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +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 #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
node #355787 by mikey_p: Fix notice at content administration page caused by typo. 2009-01-08 01:16:57 +00:00
openid - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
path - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +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 - Patch #350984 by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +00:00
profile - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
search - Patch #353480 by dereine, justinrandell: remove from hook_comment(). 2009-01-04 16:10:48 +00:00
simpletest - Patch #351805 by chx: worked around endless loops in tests. 2009-01-06 12:44:20 +00:00
statistics - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
syslog - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. 2008-12-28 20:41:19 +00:00
system - Rollback of #325908. 2009-01-06 13:33:06 +00:00
taxonomy - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +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 #353480 follow-up by dereine and sun: Fix typo. 2009-01-07 03:52:32 +00:00
update - Patch #352728 by j.somers: fixed broken link. 2009-01-01 21:59:05 +00:00
upload - Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field. 2009-01-02 21:45:11 +00:00
user - Patch #353480 by dereine, justinrandell: remove from hook_comment(). 2009-01-04 16:10:48 +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