drupal/modules
webchick 5b45a85ca7 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
..
aggregator Stripping CVS keywords 2011-02-25 02:06:03 +00:00
block Stripping CVS keywords 2011-02-25 02:06:03 +00: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 #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05: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 Stripping CVS keywords 2011-02-25 02:06:03 +00:00
field Issue #1106528 by joachim: field_attach_form_validate() documentation indentation is incorrect. 2011-03-28 08:49:12 -07:00
field_ui Stripping CVS keywords 2011-02-25 02:06:03 +00:00
file - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05: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 Stripping CVS keywords 2011-02-25 02:06:03 +00: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 Issue #1021406 by ygerasimov: fixed typo in documentation 2011-03-28 08:43:43 -07:00
openid Stripping CVS keywords 2011-02-25 02:06:03 +00:00
overlay Stripping CVS keywords 2011-02-25 02:06:03 +00: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 #1106636 by pwolanin: use system_get_info() API function instead of unserializing from DB to get module names. 2011-03-28 08:47:46 -07:00
shortcut Stripping CVS keywords 2011-02-25 02:06:03 +00:00
simpletest Stripping CVS keywords 2011-02-25 02:06:03 +00: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 Issue #1105384 by claar: system_admin_menu_block_page() description not one line. 2011-03-28 08:45:05 -07:00
taxonomy Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for deleted fields in installs upgraded from rc1. 2011-03-10 01:40:12 -06: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