drupal/modules
Dries Buytaert c8dcd69311 - Patch #1026058 by plach, droplet add back Language switcher block help message. 2011-04-20 22:35:38 -04:00
..
aggregator - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item(). 2011-04-12 20:42:11 +02:00
block - Patch #1043566: fixed typo on BlockAdminThemeTestCase description. 2011-04-14 21:56:55 -04: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 - Patch #766624 by aspilicious: dashboard lacks rtl styling. 2011-04-12 22:04:24 +02:00
dblog - Patch #598586 by grendzy, deekayen: watchdog() assumes is defined. 2011-04-10 18:59:06 +02:00
field - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
field_ui - Patch #1075886 by franz: typo on help text. 2011-04-10 19:15:23 +02:00
file - Patch #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and its token replacement. 2011-04-16 08:48:26 -04:00
filter - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02: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 #1026058 by plach, droplet add back Language switcher block help message. 2011-04-20 22:35:38 -04: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 #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +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 - Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config. 2011-04-12 21:27:07 +02: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 - Patch #965272 by larowlan, bellHead, TR: items defined with type MENU_CALLBACK show 'Home' as a title. 2011-04-20 22:29:50 -04: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 #1132364 by CrookedNumber: hook_modules_enabled() could be less ambiguous. 2011-04-20 22:33:14 -04:00
taxonomy - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
toolbar - Patch #1095498 by ohnobinki: toolbar toggle link rendered without escaping ampersand as an html entity. 2011-04-12 22:30:42 +02: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 #1127312 by niklas: undefined variable items in theme_user_list() when displaying empty user/new block. 2011-04-14 22:02:48 -04: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