drupal/modules
Dries Buytaert dec310d6f1 - Patch #501384 by jhodgdon: fixed typos. 2009-06-27 09:52:24 +00:00
..
aggregator - Patch #491666 by chx: the cruft police stop by. 2009-06-15 09:49:58 +00:00
block - Patch #478744 by moshe weitzman, Frando: simplify block rendering. 2009-06-12 09:02:55 +00:00
blog - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
blogapi - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
book - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
color - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment #335034 by hunmonk: Refactor comment validate/save logic to more closely mirror the node system. 2009-06-22 15:35:54 +00:00
contact - Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration. 2009-06-13 20:40:09 +00:00
dblog - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
field #503600 by yched: Fix typo in hook name in field.api.php. 2009-06-27 02:11:34 +00:00
filter - Patch #480152 by jhodgdon: updated filter API documentation. 2009-06-13 19:37:27 +00:00
forum - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
help - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
locale - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
menu - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
node - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment! 2009-06-24 18:16:38 +00:00
openid - Patch #222044 by c960657: better support for different OpenID versions. 2009-06-10 20:13:20 +00:00
path - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
php #490636 by yched and andypost: Update PHP test for body as field, solving fatal error. 2009-06-27 02:05:55 +00:00
poll - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
profile - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
search - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
simpletest - Patch #369314 by Berdir: make sub-selects work. 2009-06-27 09:41:56 +00:00
statistics - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
syslog - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
system - Patch #501384 by jhodgdon: fixed typos. 2009-06-27 09:52:24 +00:00
taxonomy - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
tracker - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
translation - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
trigger - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
update - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
upload - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
user - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment! 2009-06-24 18:16:38 +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