drupal/modules
Dries Buytaert 9b82787b22 - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
..
aggregator - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
block - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
blog - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
blogapi - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
book - Patch #251239 by pwolanin: revert. 2008-06-16 23:18:12 +00:00
color - Patch #258064 by Senpai: code cleanup. 2008-05-19 19:36:41 +00:00
comment - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00
contact - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
dblog - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
filter - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. 2008-06-06 10:36:45 +00:00
forum - Patch #260050 by Gurpartap Singh: move forum administration to site building. 2008-05-30 18:17:35 +00:00
help - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
locale - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
menu - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
node - Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages. 2008-06-12 19:07:36 +00:00
openid - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
path - Patch #254553 by aclight: fixed E_NOTICE. 2008-06-21 18:22:38 +00:00
php - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
poll - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
profile - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
search - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
simpletest - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
statistics - Patch #268621 by smk-ka: removed unused variable. 2008-06-12 18:46:51 +00:00
syslog - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
system - Patch #268449 by catch: fixed some tests that failed due to invalid permissions. 2008-06-09 16:33:20 +00:00
taxonomy - Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages. 2008-06-12 19:07:36 +00:00
tracker - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
translation - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
trigger - Patch #260501 by cwgordon7: made the trigger module tests pass. 2008-06-02 17:39:12 +00:00
update - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 2008-05-06 12:18:54 +00:00
upload - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. 2008-06-06 10:36:45 +00:00
user - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +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