drupal/modules
Dries Buytaert bb930bf6cc - Patch #147000 by Berdir, JohnAlbin: bugfix because of conflicting/merged patches. 2009-06-21 14:16:28 +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 #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
blogapi - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields). 2009-06-12 13:59:56 +00:00
book - 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
color - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment #480414 by JamesAn: Convert comment module to drupal_static caching. 2009-06-20 07:45:06 +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 #456488 by yched: better tests for field caching. 2009-06-16 08:40:18 +00:00
filter - Patch #480152 by jhodgdon: updated filter API documentation. 2009-06-13 19:37:27 +00:00
forum - Patch #394116 by Berdir, jcfiala: converted forum module to new database abstraction layer. 2009-06-19 06:28:45 +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 #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon after form titles. 2009-06-20 15:17:38 +00:00
menu - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
node #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more granular theming of drupal_render()ed elements. 2009-06-18 21:19:02 +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 #478598 by pp: remove colon. 2009-06-13 19:38:42 +00:00
profile - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
search - Patch #495876 by cwgordon7: we love the search tests. 2009-06-19 06:26:51 +00:00
simpletest #496950 by oestrich: Alphabetize the list of tests. 2009-06-20 06:09:56 +00:00
statistics - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
syslog - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
system - Patch #147000 by Berdir, JohnAlbin: bugfix because of conflicting/merged patches. 2009-06-21 14:16:28 +00:00
taxonomy - Patch #225864: rollback based on discussion. 2009-06-21 14:13:59 +00:00
tracker - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
translation - 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
trigger - 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
update - Patch #490562 by dww: updated list of core themes. 2009-06-13 11:27:35 +00:00
upload - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
user #455844 follow-up by yched: Fix typo in user template. 2009-06-19 00:33:27 +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