drupal/modules
Dries Buytaert d7e2be1520 - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different file transport mechanisms to core in preparation of a plugin manager. 2009-06-23 12:11:19 +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 - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +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 #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +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 - 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
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 #496950 by oestrich: Alphabetize the list of tests. 2009-06-20 06:09: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 #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different file transport mechanisms to core in preparation of a plugin manager. 2009-06-23 12:11:19 +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 #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +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