drupal/modules
Dries Buytaert 62f978fcb1 - Patch #1120928 by catch: {history} table is owned by system module. 2011-04-12 21:16:58 +02:00
..
aggregator - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item(). 2011-04-12 20:42:11 +02:00
block - Patch #722920 by andypost: slightly optimize the block upgrade path. 2011-04-10 18:17:17 +02:00
blog Stripping CVS keywords 2011-02-25 02:06:03 +00:00
book Stripping CVS keywords 2011-02-25 02:06:03 +00:00
color Stripping CVS keywords 2011-02-25 02:06:03 +00:00
comment - Patch #1032024 by grendzy: comment_form_submit() overwrites author/visitor cookie when moderating/administering comments. 2011-04-10 22:42:32 +02:00
contact Stripping CVS keywords 2011-02-25 02:06:03 +00:00
contextual Stripping CVS keywords 2011-02-25 02:06:03 +00:00
dashboard Stripping CVS keywords 2011-02-25 02:06:03 +00:00
dblog - Patch #598586 by grendzy, deekayen: watchdog() assumes is defined. 2011-04-10 18:59:06 +02:00
field Issue #1106528 by joachim: field_attach_form_validate() documentation indentation is incorrect. 2011-03-28 08:49:12 -07:00
field_ui - Patch #1075886 by franz: typo on help text. 2011-04-10 19:15:23 +02:00
file - Patch #1065020 by Berdir: fixed E_STRICT warning when downloading/viewing a file or image. 2011-04-10 21:42:20 +02:00
filter Stripping CVS keywords 2011-02-25 02:06:03 +00:00
forum Stripping CVS keywords 2011-02-25 02:06:03 +00:00
help Stripping CVS keywords 2011-02-25 02:06:03 +00:00
image Stripping CVS keywords 2011-02-25 02:06:03 +00:00
locale - Patch #1037358 by sanduhrs, Azol: locale.datepicker.js minor fixes (js consistency). 2011-04-10 22:28:10 +02:00
menu Issue #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal. 2011-03-28 08:52:43 -07:00
node - Patch #1120928 by catch: {history} table is owned by system module. 2011-04-12 21:16:58 +02:00
openid Stripping CVS keywords 2011-02-25 02:06:03 +00:00
overlay - Patch #985982 by iLLin: overlay resizes toolbar after closing. 2011-04-10 23:49:40 +02:00
path Stripping CVS keywords 2011-02-25 02:06:03 +00:00
php Stripping CVS keywords 2011-02-25 02:06:03 +00:00
poll - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
profile Stripping CVS keywords 2011-02-25 02:06:03 +00:00
rdf Stripping CVS keywords 2011-02-25 02:06:03 +00:00
search Issue #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in search.module. 2011-04-05 23:19:22 -07:00
shortcut Stripping CVS keywords 2011-02-25 02:06:03 +00:00
simpletest Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 16:26:08 -07:00
statistics - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
syslog Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system - Patch #1120928 by catch: {history} table is owned by system module. 2011-04-12 21:16:58 +02:00
taxonomy - Patch #1062370 by mikeryan: vocabulary machine_name() length limited to 21, in UI only. 2011-04-10 22:46:08 +02:00
toolbar Stripping CVS keywords 2011-02-25 02:06:03 +00:00
tracker Stripping CVS keywords 2011-02-25 02:06:03 +00:00
translation Issue #988318 by jhodgdon: translation_form_node_form_alter() doc says it implements the wrong hook. 2011-03-28 08:51:42 -07:00
trigger Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update Stripping CVS keywords 2011-02-25 02:06:03 +00:00
user - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
README.txt Stripping CVS keywords 2011-02-25 02:06:03 +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