drupal/modules
Dries Buytaert 1f9077ee92 - Patch by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
..
aggregator - Patch by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options. 2009-06-05 05:28:28 +00:00
block by chx: Fix bug where switching themes would result in zero blocks (including content area). with tests. 2009-05-31 07:46:54 +00:00
blog by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
blogapi by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
book by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
color - Patch by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment - Patch by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
contact - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
dblog - Patch by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
field follow-up by yched: Remove field.autoload.inc file. 2009-06-05 18:58:15 +00:00
filter - Patch by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
forum by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
help - Patch by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
locale by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
menu - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
node - Patch by Razorraser: made getInfo() static functions. 2009-06-06 10:35:14 +00:00
openid - Patch by JamesAn: static caching API. 2009-06-03 19:27:21 +00:00
path - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
php - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
poll - Patch by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
profile - Patch by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
search by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
simpletest - Patch by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
statistics - Patch by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
syslog - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
system - Patch by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
taxonomy - Patch by pwolanin: prevent PHP errors from cron.php. 2009-06-05 05:23:58 +00:00
tracker by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
translation - Patch by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
trigger - Patch by andypost: optimizations for action_info array. 2009-06-05 15:41:05 +00:00
update - Patch by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
upload - Patch by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
user follow-up by c960657: unset variables, since array_slice() can cause issues on some versions of PHP. 2009-06-06 14:51:56 +00:00
README.txt 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