drupal/modules
Dries Buytaert 6e947c65a9 - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
..
aggregator - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled. 2009-05-30 11:12:12 +00:00
block - Patch #337212 by Berdir: clean-up. 2009-05-29 21:28:58 +00:00
blog - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
blogapi - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
book - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
color - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
comment #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
contact - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
dblog - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
field - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
filter - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
forum #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested. 2009-05-27 23:16:41 +00:00
help - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
locale - Patch #221020 by andypost: increase length of field. 2009-05-27 19:54:21 +00:00
menu - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
node - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
openid - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
path - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
php - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
poll #372650 by stella and alienbrain: Fixes to poll block. 2009-05-30 04:49:10 +00:00
profile - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
search - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
simpletest - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer. 2009-05-30 11:17:32 +00:00
statistics - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
syslog - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
system - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page. 2009-05-29 19:51:43 +00:00
taxonomy - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
tracker - Patch #394582 by Berdir: converted to new database abstraction layer. 2009-05-29 18:51:46 +00:00
translation - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
trigger - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer. 2009-05-29 19:15:08 +00:00
update - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
upload - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
user - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
README.txt #209663 minor follow up by keith.smith: improve wording of module and theme readmes 2008-01-25 19:47:58 +00:00

README.txt

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