drupal/modules
webchick c09a969d96 Issue #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are impossible to theme. 2011-05-24 14:00:57 -07:00
..
aggregator - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item(). 2011-04-12 20:42:11 +02:00
block Issue #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are impossible to theme. 2011-05-24 14:00:57 -07:00
blog - Patch #1019352 by Jody Lynn: delete blog module's variable on hook_uninstall(). 2011-05-23 21:15:01 -04:00
book - Patch #1013864 by agentrickard, JimmyAx: book navigation block fails with Node Access modules. 2011-05-21 20:10:40 -04:00
color Stripping CVS keywords 2011-02-25 02:06:03 +00:00
comment Issue #1154806 by lyricnz, marcingy, Starminder: Fixed Comment Schema mismatch after upgrade D6 to D7. 2011-05-23 16:42:32 -07: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 Issue #1089174 follow-up by plach: Fix notices and expand tests. 2011-05-23 16:11:56 -07:00
field_ui - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and inconsistently. 2011-05-15 17:38:57 -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 Issue #1096340 by plach, fietserwin, sun: Fixed Stale language types/negotation info after enabling/disabling modules. 2011-05-24 08:58:16 -07: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 Issue #1154808 by lyricnz, Starminder: Fixed Node Schema mismatch after upgrade D6 to D7. 2011-05-23 16:44:31 -07:00
openid Rollback of #1076366. This is not quite ready to go yet, because it depends on another issue (#1120290). 2011-05-18 00:31:07 -05:00
overlay - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, pillarsdotnet: overlay does not work with prefixed URL paths. 2011-05-14 08:33:39 -04: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 Issue #1154812 by lyricnz, Starminder: Fixed Poll Schema mismatch after upgrade D6 to D7. 2011-05-23 16:45:57 -07: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 #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when menu_name() contains a hyphen. 2011-05-18 00:04:43 -05: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 #1154820 by lyricnz, marcingy, Starminder: Fixed System Schema mismatch after upgrade D6 to D7. 2011-05-23 16:46:54 -07:00
taxonomy Issue #1089174 by plach: Fixed Prepare view hooks do not receive the language parameter. 2011-05-18 00:07:38 -05: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 #1078980 by plach: language neutral not available when there are disabled languages. 2011-05-22 09:08:04 -04:00
trigger Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update - Patch #843162 by pwolanin, Scott Falconer, Berdir, jhodgdon, a.mikheychik, mtift: creating vocabularies with machine-names 'List' or 'Add' breaks links in taxonomy overview admin area. 2011-05-13 22:06:30 -04:00
user Issue #1154822 by lyricnz, Starminder: Fixed User Schema mismatch after upgrade D6 to D7. 2011-05-23 16:48:00 -07: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