drupal/modules
Dries Buytaert c8c0e0b04b - Patch #1075886 by franz: typo on help text. 2011-04-10 19:15:23 +02:00
..
aggregator Stripping CVS keywords 2011-02-25 02:06:03 +00: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 #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 - 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 #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 #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 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 - Patch #608478 by David_Rothstein: remove leftover code and variables 2011-04-10 18:29:03 +02: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