drupal/modules
Dries Buytaert 94d0be55b4 - Patch #744972 by marcvangend: critical bug: unindexed query to taxonomy_index() table during hook_node_delete(). 2010-03-26 16:53:33 +00:00
..
aggregator
block
blog
book
color
comment
contact
contextual
dashboard
dblog
field
field_ui - Patch #744258 by sun: admin/structure/taxonomy paths have to use machine_name(), not vid. 2010-03-25 11:53:25 +00:00
file
filter
forum - Patch #744258 by sun: admin/structure/taxonomy paths have to use machine_name(), not vid. 2010-03-25 11:53:25 +00:00
help
image - Patch #735000 by sun, Berdir: installing image.module on a upgrades site does not install schema because of module name overlap. 2010-03-26 12:28:06 +00:00
locale - Patch #722354 by jhodgdon, catch: critical bug: fixed URL aliases marked 'all languages' from UI do not work. Added tests. 2010-03-26 12:37:30 +00:00
menu
node
openid - Patch #395340 by c960657: critical bug: enforce e-mail verification with OpenID auto-registration. 2010-03-26 12:12:41 +00:00
overlay
path - Patch #722354 by jhodgdon, catch: critical bug: fixed URL aliases marked 'all languages' from UI do not work. Added tests. 2010-03-26 12:37:30 +00:00
php
poll - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a 'standard' user_delete_multiple() API. 2010-03-12 15:56:30 +00:00
profile
rdf
search
shortcut
simpletest - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results in settings being returned for elements that aren't re-rendered as part of the AJAX request. 2010-03-26 10:52:38 +00:00
statistics
syslog
system - Patch #629902 by andypost, JohnAlbin, David_Rothstein: critical bug: theme_get_setting() should return NULL for features that are disabled in a theme. 2010-03-26 12:45:20 +00:00
taxonomy - Patch #744972 by marcvangend: critical bug: unindexed query to taxonomy_index() table during hook_node_delete(). 2010-03-26 16:53:33 +00:00
toolbar
tracker
translation
trigger
update
user - Patch #747464 by andypost: fixed wrong usage of hook_file_references(). 2010-03-25 12:19:34 +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