drupal/modules
Angie Byron d83a5ada3e #632896 by stBorchert: Rollback translation of module names; these are proper names that have only one canonical source, and should not change based on the installed language. 2009-11-15 21:21:01 +00:00
..
aggregator
block
blog
book
color
comment
contact
dashboard
dblog
field - Patch #632012 by plach: field_sql_storage_field_storage_write() performs a multiple-insert query for each field translation instead of making a global multiple-insert query handling all the available field translations. 2009-11-13 19:19:50 +00:00
field_ui
file
filter
forum - Patch #613278 by Dave Reid, mfb: fixed forum module and added tests. 2009-11-12 20:30:22 +00:00
help
image #602752 by jhedstrom: Added File module dependency to Image module. 2009-11-13 03:30:37 +00:00
locale #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :) 2009-11-10 17:27:54 +00:00
menu
node #629518 by jhodgdon: Improve documentation on hook_node_insert() and other node hooks. 2009-11-15 02:11:51 +00:00
openid
overlay
path
php
poll
profile
rdf
search
shortcut
simpletest - Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page. 2009-11-14 07:58:50 +00:00
statistics
syslog
system #632896 by stBorchert: Rollback translation of module names; these are proper names that have only one canonical source, and should not change based on the installed language. 2009-11-15 21:21:01 +00:00
taxonomy - Patch #631066 by yhed: taxonomy_autocomplete() doesn't need to access . 2009-11-13 09:24:06 +00:00
toolbar #540282 by TheRec, mgifford, and Everett Zufelt: Accessibility improvements for the toolbar. 2009-11-15 21:13:26 +00:00
tracker - Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page. 2009-11-14 07:58:50 +00:00
translation
trigger
update
upload
user - Patch #530652 by sun: _user_password_dynamic_validation() should be a #process of password_confirm(). 2009-11-13 10:21:50 +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