drupal/modules
Dries Buytaert 1415340ce3 - Patch #191499 by catch: remove display order settings and cleaned up some white space. 2008-07-03 17:57:03 +00:00
..
aggregator - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
block - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on block administration. 2008-06-25 09:52:41 +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 #276860 by pwolanin: removed dead code from book module. Does not affect the book module tests. 2008-07-01 20:59:38 +00:00
color - Patch #258064 by Senpai: code cleanup. 2008-05-19 19:36:41 +00:00
comment - Patch #191499 by catch: remove display order settings and cleaned up some white space. 2008-07-03 17:57:03 +00:00
contact - Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace. 2008-07-02 20:05:11 +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 #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database. 2008-06-25 07:47:20 +00:00
help - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
locale - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
menu - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
node - Patch #260497 by boombatower: rewrote the node revisioning tests to be more extensive and to fix some exceptions in the tests. 2008-06-26 11:40:07 +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 #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace. 2008-07-02 20:05:11 +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 #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
taxonomy - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-06-28 19:51:02 +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 #266488 by Damien Tournoud: cleanup for user_validate_name(). 2008-06-27 07:25:11 +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