drupal/modules
Angie Byron 8aa44b55a2 #797668 by marcingy, StuartJNCC: Update fails on node_update_7006. 2010-05-14 04:37:53 +00:00
..
aggregator - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
block - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can easily clobber a text format. 2010-05-13 07:53:02 +00:00
blog #553306 by catch, bec, yched, zzolo, mradcliffe, webchick, plach: The rest of remove redundant body and title node attributes & UI. The rest was accidentally committed in http://drupal.org/cvs?commit=363156. Sorry. :( 2010-05-05 15:11:51 +00:00
book #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
color - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
comment #565642 by David_Rothstein: Fixed 'Recent comments' block is completely hidden when no comments are available. 2010-05-10 20:12:21 +00:00
contact
contextual #737710 by moonray: Fixed Cog is center aligned if element it's in is center aligned. 2010-05-05 06:38:57 +00:00
dashboard
dblog
field - Patch #795198 by heyrocker: numeric List fields should not be unsigned. 2010-05-12 08:55:47 +00:00
field_ui - Patch #675116 by jhodgdon: documentation improvements. 2010-05-04 16:11:08 +00:00
file - Patch #794030 by c960657: Fixed File description is check_plain()'ed twice. 2010-05-09 19:34:26 +00:00
filter - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can easily clobber a text format. 2010-05-13 07:53:02 +00:00
forum #771922 by andypost: Remove t() from schema description of picture field. 2010-05-05 06:55:25 +00:00
help
image #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
locale - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
menu #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
node #797668 by marcingy, StuartJNCC: Update fails on node_update_7006. 2010-05-14 04:37:53 +00:00
openid - Patch #727650 by Damien Tournoud, c960657: rolled back support for Google-specific OpenID discovery protocol. 2010-05-13 17:37:24 +00:00
overlay
path
php
poll - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
profile
rdf - Patch #775220 by aspilicious, droplet: no underscore in CSS class name. 2010-05-05 15:49:04 +00:00
search - Patch #791270 by duellj, lotyrin, Berdir: SearchQuery exact search conditions not added to CountQuery. 2010-05-12 15:53:43 +00:00
shortcut
simpletest - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
statistics - Patch #782240 by Pasqualle: invalid argument supplied for foreach() in _block_rehash(). 2010-05-13 08:22:31 +00:00
syslog
system - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
taxonomy - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can easily clobber a text format. 2010-05-13 07:53:02 +00:00
toolbar
tracker
translation
trigger - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
update - Patch #787944 by yoroy: weight items on the Reports overview page. 2010-05-06 15:21:25 +00:00
user - Patch #764428 by aaronmontana: user_validate_picture() is undocumented; user_account_form() validation functions missing @see links. 2010-05-12 08:35:39 +00:00
README.txt

README.txt

// $Id$

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