drupal/modules
Dries Buytaert 597194fa58 - Patch #223175 by cwgordon07: administers should be able to send as many contacts as they want. 2008-03-25 14:07:34 +00:00
..
aggregator - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
block - Patch #232037 by pwolanin and flobruit: block_list() renders all blocks even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement. 2008-03-21 08:41:25 +00:00
blog - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
blogapi - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
book - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. 2008-03-14 08:51:37 +00:00
color - Patch #237191 by birdmanx35, keith.smith et al: improve description of color module. 2008-03-23 14:49:29 +00:00
comment - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
contact - Patch #223175 by cwgordon07: administers should be able to send as many contacts as they want. 2008-03-25 14:07:34 +00:00
dblog - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
filter - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
forum - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
help - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
locale - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
menu - Patch #234065 by David_Rothstein: added missing period. 2008-03-14 08:54:31 +00:00
node - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
openid - Patch #181578 by Moshe: removed distributed authentication code from user_save(). Factored the relevant code out to a separate function. 2008-02-18 19:34:08 +00:00
path - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. 2008-03-13 21:26:09 +00:00
php - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
poll - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
profile - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
search - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
statistics - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
syslog - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
system - Patch #237717 by hass: missing t() function. 2008-03-23 14:46:49 +00:00
taxonomy - Patch #226878 by boydjd: fixed coding standards. 2008-03-02 05:58:40 +00:00
throttle - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
tracker - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
translation - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
trigger - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
update - Patch #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
upload - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
user - Patch #226501 by webchick: permission descriptions were used incorrectly at admin/user/user. 2008-03-19 07:35:15 +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