drupal/modules
Dries Buytaert 7a6f73f49d - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
..
aggregator - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +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 #444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests). 2009-04-25 23:01:43 +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 #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
contact - Patch #282858 by Dave Reid, Ian Ward: nicer message for the contact form when it has not yet been configured. 2009-04-21 09:27:52 +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 #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). 2009-04-22 09:57:10 +00:00
node - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +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 #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
statistics - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
syslog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
system - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +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