drupal/modules
webchick cf7684b611 Reverting #1266348. We can't change APIs in a stable release. 2011-09-24 06:06:35 -04:00
..
aggregator Reverting #1266348. We can't change APIs in a stable release. 2011-09-24 06:06:35 -04:00
block - Patch #1275214 by CashWilliams: block_load() should not refer to . 2011-09-14 22:11:30 -04:00
blog Issue #276174 follow-up by Gábor Hojtsy, TR: Fixed Document check_plain() use in blog.module. 2011-06-01 15:06:35 -07:00
book - Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates. 2011-09-11 20:28:49 -04:00
color - Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment. 2011-08-01 21:04:28 -04:00
comment - Patch #1281436 by dixon_: double spaces in comment.module. 2011-09-16 14:58:36 -04:00
contact Issue #939562 by Stevel, bfroehle: Fixed Update fails on contact #7002. 2011-08-16 01:49:53 -05:00
contextual Stripping CVS keywords 2011-02-25 02:06:03 +00:00
dashboard Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core. 2011-05-28 11:56:17 -07:00
dblog - Patch #1024328 by pillarsdotnet, droplet: re-use message-16-error.png icon for dblog severity levels higher than LOG_ERR. 2011-09-11 17:47:55 -04:00
field - Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates. 2011-09-11 20:28:49 -04:00
field_ui Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed field_delete_field() and others fail for inactive fields. 2011-08-29 23:12:18 -07:00
file Issue #1059268 by Berdir: Fixed Files are lost when adding multiple files to multiple file fields at the same time. 2011-09-20 15:22:39 -04:00
filter - Patch #198855 by dereine, ainigma32, sun: check_markup() hardcodes cache expiration. 2011-08-12 09:36:26 -04:00
forum - Patch #1078646 by Nneka, droplet, Vincent Giersch, larowlan: incorrect link to the author's profile in topic column if topic has replies. 2011-09-17 07:23:27 -04:00
help Stripping CVS keywords 2011-02-25 02:06:03 +00:00
image - Patch #1124786 by zambrey: fixed notice 2011-08-27 04:21:04 -04:00
locale Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
menu - Patch #1237290 by e-anima, dereine, xjm: menu path length fix. 2011-09-11 16:58:50 -04:00
node - Patch #1279888 by 10oclock: missing table prefix on query in node_feed(). 2011-09-16 11:52:09 -04:00
openid - Patch #160163 by c960657, Pancho, danillonunes: login with OpenID link has mis-encoding of #. 2011-09-11 15:40:24 -04:00
overlay - Patch #1153122 by Mac_Weber, tim.plunkett: Fixed padding to make Save button in admin page more visible. 2011-09-17 20:03:13 -04:00
path Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
php Stripping CVS keywords 2011-02-25 02:06:03 +00:00
poll Issue #1214876 by brianV, Shyamala: Fixed Removing a poll choice doesn't actually work. 2011-08-30 00:25:56 -07:00
profile - Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates. 2011-09-11 20:28:49 -04:00
rdf Stripping CVS keywords 2011-02-25 02:06:03 +00:00
search - Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates. 2011-09-11 20:28:49 -04:00
shortcut Issue #937380 by David_Rothstein, swentel: Fixed errors when submitting the shortcut set configuration page after deleting all shortcuts. 2011-09-05 11:43:45 -07:00
simpletest - Patch #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() optional value not really optional. 2011-09-17 14:10:53 -04:00
statistics - Patch #1253298 by bfroehle: PHP Notice with statistics_exit(). 2011-08-26 10:25:42 +01:00
syslog Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system - Patch #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() doc. 2011-09-21 06:03:26 -04:00
taxonomy Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed field_delete_field() and others fail for inactive fields. 2011-08-29 23:12:18 -07: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 #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
trigger Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update - Patch #565288 by bfroehle, anarcat, p.brouwers, aspilicious: cannot install Drupal when Drupal.org is 503 (at Drupalcon!). 2011-09-10 10:18:56 -04:00
user - Patch #1278182 by CashWilliams: user-profile.tpl.php should use not in example. 2011-09-14 22:02:57 -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