drupal/modules
Angie Byron 7442dc060f #392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends. 2009-06-06 16:17:30 +00:00
..
aggregator - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options. 2009-06-05 05:28:28 +00:00
block #473080 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 #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
blogapi #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
book #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
color - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
contact - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
dblog - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
field #392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends. 2009-06-06 16:17:30 +00:00
filter - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
forum #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
help - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
locale #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
menu - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
node - Patch #482920 by Razorraser: made getInfo() static functions. 2009-06-06 10:35:14 +00:00
openid - Patch #480428 by JamesAn: static caching API. 2009-06-03 19:27:21 +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 - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
profile - Patch #479966 by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
search #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
simpletest - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
statistics - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
syslog - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
system - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
taxonomy - Patch #225864 by pwolanin: prevent PHP errors from cron.php. 2009-06-05 05:23:58 +00:00
tracker #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00
translation - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
trigger - Patch #476972 by andypost: optimizations for action_info array. 2009-06-05 15:41:05 +00:00
update - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
upload - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
user #480660 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 #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