drupal/modules
Dries Buytaert f8d3bf9798 - Patch #330674 by catch: we can eliminate one database query because we have the parent node cached anyway. 2008-11-22 13:11:05 +00:00
..
aggregator #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch. 2008-11-16 04:38:15 +00:00
block - Patch #335621 by Dave Reid: fixed warning. 2008-11-22 11:14:48 +00:00
blog - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded references to blog module. 2008-11-01 18:23:12 +00:00
blogapi - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
book - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +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 #334826 by maartenvg: editing of anonymous comments was broken. Bugfix with test\! 2008-11-21 14:48:59 +00:00
contact - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
dblog - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
filter - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
forum - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
help - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
locale - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
menu - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
node - Patch #330674 by catch: we can eliminate one database query because we have the parent node cached anyway. 2008-11-22 13:11:05 +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 #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database. 2008-11-22 10:49:01 +00:00
php - Patch #323458 by Jody Lynn: fixed typo in class name. 2008-10-20 13:04:27 +00:00
poll - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
profile - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
search - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
simpletest - Patch #310607 by mfb: added tests for db_column_exists() and db_table_exists(). Yay\! 2008-11-21 15:04:21 +00:00
statistics - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
syslog #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
system - Patch #337660 by dmitrig01: usability improvement - show a preview for the Powered By Drupal block. 2008-11-22 11:54:40 +00:00
taxonomy - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable. 2008-11-22 12:05:02 +00:00
tracker - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
translation - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
trigger - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
update - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
upload - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
user #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :) 2008-11-20 06:56:17 +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