drupal/modules
Angie Byron 17c6ce8078 #898360 by sun: Add caching for node types. 2010-11-23 06:03:38 +00:00
..
aggregator
block #126070 by RobRoy, JohnAlbin, manarth, et al: Fixed module_invoke('block', 'view', ...) doesn't return subject 2010-11-22 08:11:49 +00:00
blog
book
color
comment #867956 follow-up by sun: Clean-ups to previous patch 2010-11-23 06:02:06 +00:00
contact
contextual
dashboard
dblog
field
field_ui
file #939962 by rwohleb, chx, quicksketch: Fixed File field allowed extensions JS broken in Chrome on OS X 2010-11-23 05:51:16 +00:00
filter
forum #405238 by brianV: Fixed Duplicate ID 'new' in forums breaks XHTML validation 2010-11-22 08:07:57 +00:00
help
image
locale
menu
node #898360 by sun: Add caching for node types. 2010-11-23 06:03:38 +00:00
openid
overlay
path
php
poll
profile
rdf
search #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in search 2010-11-23 06:00:27 +00:00
shortcut
simpletest - Patch #557298 by Arancaytar, David_Rothstein: drupal_override_server_variables() does not properly override SCRIPT_NAME. 2010-11-23 03:08:34 +00:00
statistics
syslog
system - Patch #922788 by sun: update.php does not invoke hook_requirements()('update') in all modules. 2010-11-23 03:20:17 +00:00
taxonomy - Patch #978326 by marcingy: taxonomy_term_page() uses pre-render-array theming. 2010-11-23 02:56:10 +00:00
toolbar
tracker
translation #778528 by plach: Fix tests for Define the language switcher's correct behavior 2010-11-23 05:53:49 +00:00
trigger
update
user
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