drupal/modules
Dries Buytaert f24e031aca - Patch #484862 by andypost: whitespace issues. 2009-06-08 21:00:56 +00:00
..
aggregator - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
block - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
blog - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
blogapi - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
book - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
color - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
contact - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
dblog - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
field - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
filter - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
forum - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
help - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
locale - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
menu - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
node - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
openid - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
path - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
php - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
poll - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
profile - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
search #446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter. 2009-06-08 04:51:46 +00:00
simpletest - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +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 #484862 by andypost: whitespace issues. 2009-06-08 21:00:56 +00:00
taxonomy - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
tracker - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
translation - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
trigger - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
update - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages. 2009-06-08 05:00:12 +00:00
upload - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
user - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +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