drupal/modules
Dries Buytaert a60a608ed8 - Patch #655252 by quicksketch: custom e-mail action fails to accept token [node:author:mail] or [comment:author:mail]. 2010-05-11 11:03:12 +00:00
..
aggregator
block - Patch #791264 by JacobSingh: block configuration screens using tableDrag throws JS error in block.js (row undefined). 2010-05-09 13:57:59 +00:00
blog
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
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
dashboard
dblog
field - Patch #792716 by catch: more useful field exception message. 2010-05-09 13:40:48 +00:00
field_ui
file - Patch #794030 by c960657: Fixed File description is check_plain()'ed twice. 2010-05-09 19:34:26 +00:00
filter
forum
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 #740068 by sun, pwolanin, yoroy: SA-CORE-2010-01 locale module XSS vulnerabilities. 2010-05-11 10:49:37 +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 - Patch #775012 by Dave Reid: theme key watchdog errors on node pages. 2010-05-10 06:34:39 +00:00
openid - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) with SelectQuery. 2010-05-05 16:51:30 +00:00
overlay
path
php
poll - Patch #793220 by pwolanin: removed unused variable in _poll_choice_form(). 2010-05-09 13:37:32 +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 #326016 by jhodgdon: PREG_CLASS_CJK doesn't include all CJK characters. 2010-05-09 19:46:11 +00:00
shortcut
simpletest - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless. 2010-05-11 11:01:36 +00:00
statistics
syslog
system - Patch #655252 by quicksketch: custom e-mail action fails to accept token [node:author:mail] or [comment:author:mail]. 2010-05-11 11:03:12 +00:00
taxonomy #788370 by catch: Fixed taxonomy_update_7002() fails when taxonomy module is disabled. 2010-05-06 06:08:28 +00:00
toolbar
tracker
translation
trigger
update - Patch #787944 by yoroy: weight items on the Reports overview page. 2010-05-06 15:21:25 +00:00
user - Patch #547490 by ugerhard, Jody Lynn, Matt V.: entering only 'Confirm password' field passes validation and returns success message. 2010-05-07 14:48:10 +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