drupal/modules
Dries Buytaert 148569d986 - Patch #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme. 2011-05-13 15:32:45 -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 #1055234 by jhodgdon, linclark: field_bundle_settings() doc example is wrong. 2011-05-08 16:18:03 -04:00
field_ui Issue #1111288 by yched: Fix file permissions on field_ui tests. 2011-04-24 00:52:52 -07:00
file - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
filter - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
forum Issue #1003308 by andypost: further forum module fix. 2011-05-08 20:48:56 -07: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 #1099396 by Désiré, droplet, plach: language_count() is never decremented when removing a language. 2011-05-01 06:31:39 -04:00
menu - Patch #761648 by lyricnz, andypost, ksenzee, Jody Lynn, Gábor Hojtsy, Damien Tournoud, Shawn DeArmond, David_Rothstein: menu items disappear after upgrade or manual menu entry. 2011-05-13 11:57:47 -04:00
node Hm. Rollback of previous patch. I think I just broke testbot. NOOB. 2011-05-13 11:30:57 -04:00
openid - Patch #1076366 by wojtha: OpenID discovery spec violation - fragments are removed from claimed id . 2011-05-11 21:34:06 -04: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 Hm. Rollback of previous patch. I think I just broke testbot. NOOB. 2011-05-13 11:30:57 -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 #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme. 2011-05-13 15:32:45 -04:00
taxonomy - Patch #796692 by dman, cross, andypost, aaronbauman, yched, BarisW: only show the term heading if the term has a description. 2011-05-08 15:37:39 -04: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 - Patch #1060304 by plach: misleading help text for the translation support settings. 2011-05-04 21:03:59 -07:00
trigger Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
user - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -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