drupal/modules
Dries Buytaert 0b06c68b98 - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
..
aggregator - Patch #342493 by mayor: make aggregator.test work on PostgreSQL. 2008-12-04 11:11:59 +00:00
block - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
blog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
blogapi - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
book - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
color #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
comment - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
contact - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
dblog - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields from VARCHAR to TEXT to avoid errors. 2008-12-03 19:22:09 +00:00
filter - Patch #341885 by sun: remove absolute argument in theme_filter_tips(). 2008-12-03 19:43:21 +00:00
forum - Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer. 2008-12-03 14:38:59 +00:00
help - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
locale - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now. 2008-11-29 09:33:51 +00:00
menu - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now. 2008-11-29 09:33:51 +00:00
node - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
openid - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form. 2008-11-22 10:32:42 +00:00
path - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
php - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
poll - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
profile - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
search - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
simpletest - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
statistics - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields from VARCHAR to TEXT to avoid errors. 2008-12-03 19:22:09 +00:00
syslog - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
system - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
taxonomy - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
tracker - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
translation - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
trigger - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
update #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
upload - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
user - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now. 2008-11-29 09:33:51 +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