drupal/modules
Angie Byron 276997a183 #236657 by swentel: Fix order of arguments in system_clear_cache_submit(). 2009-06-08 04:48:43 +00:00
..
aggregator - Patch #480102 by JamesAn: converted to drupal_static(). 2009-06-07 02:27:26 +00:00
block - Patch #480112 by JamesAn: converted to drupal_static(). 2009-06-07 02:29:07 +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 - Patch #480412 by JamesAn: converted to drupal_static(). 2009-06-07 02:32:57 +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 follow-up by yched: Clean-ups to Field API scalar search patch. 2009-06-07 00:00:57 +00:00
filter - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
forum - Patch #480418 by JamesAn: introduces drupal_static(). 2009-06-07 02:26:05 +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 #480426 by JamesAn: converted to drupal_static(). 2009-06-07 02:30:13 +00:00
node - Patch #482920 by Razorraser: made getInfo() static functions. 2009-06-06 10:35:14 +00:00
openid #339466 follow-up by c960657: Remove url() around OpenID help links. 2009-06-07 03:27:55 +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 #483468 by Josh Waihi and Berdir: Fix SimpleTest re-run tests button for PostgreSQL. 2009-06-08 04:45:32 +00:00
statistics - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
syslog - Patch #481500 by JamesAn: converted to drupal_static(). 2009-06-07 02:44:11 +00:00
system #236657 by swentel: Fix order of arguments in system_clear_cache_submit(). 2009-06-08 04:48:43 +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 #481504 by JamesAn: converted to drupal_static(). 2009-06-07 02:45:11 +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