drupal/modules
Dries Buytaert c863246b51 - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and improve the SimpleTest documentation. 2008-04-23 17:49:50 +00:00
..
aggregator - Patch #226869 by hswong3i: code style clean-up. 2008-04-23 17:35:07 +00:00
block - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
blog - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
blogapi - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
book - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
color - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
comment - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
contact - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
dblog - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
filter - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
forum - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
help - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
locale - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
menu - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
node - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
openid - Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an undefined variable. 2008-04-14 20:23:27 +00:00
path - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
php - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
poll - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
profile - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
search - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
simpletest - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and improve the SimpleTest documentation. 2008-04-23 17:49:50 +00:00
statistics - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core. 2008-04-16 11:35:52 +00:00
syslog - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
system - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
taxonomy - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
tracker - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
translation - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
trigger - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
update - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
upload - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00
user - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +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