drupal/modules
Dries Buytaert f5d4287cd5 - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
..
aggregator - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
block - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +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 #221384 by webernet: update core compatibility to Drupal 7. 2008-02-18 19:19:49 +00:00
comment - Patch #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +00:00
contact - 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
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 #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +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 #214271 by recidive: improved schema identation. 2008-03-15 12:31:29 +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