drupal/modules
Angie Byron 468d7beea7 #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to checkboxes. 2009-04-27 18:58:41 +00:00
..
aggregator #423886 by Berdir: Fix fatal error when submitting aggregator block. 2009-04-26 19:59:31 +00:00
block #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
blog - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
blogapi - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
book - Patch #361529 by j.somers: illogical syntax for book_toc(). 2009-04-27 07:08:00 +00:00
color #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
comment - Patch #353328 by brianV, catch: fixed glitch in comment paging. 2009-04-27 07:09:58 +00:00
contact #229660 by Dave Reid: Use theme_username() in personal contact form. 2009-04-26 20:09:12 +00:00
dblog - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
field - Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon. 2009-04-26 09:18:20 +00:00
filter - Patch #267484 by deviantintegral: corrected the filter api documentation. 2009-04-26 09:40:25 +00:00
forum - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
help #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
locale - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
menu - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements. 2009-04-27 16:35:05 +00:00
node - Patch #445600 by Rob Loach: allow 1 minimum number of words in content types. 2009-04-26 20:57:01 +00:00
openid #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
path - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
php - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). 2009-04-22 09:57:10 +00:00
poll - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
profile - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
search - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
simpletest - Patch #368067 by catch: move testing to a 'Development' menu. 2009-04-27 07:44:09 +00:00
statistics #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to checkboxes. 2009-04-27 18:58:41 +00:00
syslog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
system - Patch #445966 by Damien Tournoud: allow theme engine and theme settings form. 2009-04-27 16:33:05 +00:00
taxonomy - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
tracker - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
translation - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
trigger - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
update #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
upload - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
user - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +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