drupal/modules
Dries Buytaert f45d9a2892 - Patch #917134 by hbergin: dblog_cron() deletes too many records when auto_increment() is larger than 1. 2010-10-03 02:14:23 +00:00
..
aggregator
block
blog
book
color
comment - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
contact
contextual
dashboard - Patch #896494 by Jeff Burnz: #dashboard doesn't wrap around .dashboard-region's. 2010-10-03 00:14:57 +00:00
dblog - Patch #917134 by hbergin: dblog_cron() deletes too many records when auto_increment() is larger than 1. 2010-10-03 02:14:23 +00:00
field - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
field_ui
file
filter
forum - Patch #821672 by dereine, mgifford, andypost, Damien Tournoud: forum icons not accessible to screen-reader users and forum icons not using sprites. 2010-10-03 00:41:14 +00:00
help
image
locale
menu
node - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
openid
overlay
path
php
poll
profile
rdf
search
shortcut
simpletest - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods. 2010-10-02 01:22:41 +00:00
statistics
syslog
system - Patch #894614 by boombatower: PHP incompatibility message is not complete. 2010-10-03 00:47:51 +00:00
taxonomy - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
toolbar
tracker
translation
trigger
update
user - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15: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