drupal/modules
Dries Buytaert c639b5135f - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-) 2008-08-16 07:31:01 +00:00
..
aggregator - Patch #293532 by mustafau: when a redirected feed is not parseable Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database. 2008-08-12 10:42:41 +00:00
block - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. 2008-07-17 21:10:39 +00:00
blog - Patch #237189 by catch, sepeck, birdmanx35: improved blog module description. 2008-07-22 20:00:55 +00:00
blogapi - Patch #285467 by mustafau: fixed typo a MT blog API function. 2008-07-23 07:42:08 +00:00
book - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
color - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
comment - Patch #66264 by boombatower: fixed typo in title. 2008-08-14 19:42:26 +00:00
contact - Patch #276581 by andreiashu and cwgordon7: added tests for contact form categories. 2008-08-02 05:16:47 +00:00
dblog - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
filter - Patch #260484 by catch, boombatower et al: rollback of valid tests, letting ourselves believe that there are no bugs in core. ;) 2008-08-15 07:49:42 +00:00
forum - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module uses hook_link_alter instead of taxonomy_term_path hook. 2008-08-11 21:57:40 +00:00
help - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
locale - Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests. 2008-08-05 18:11:44 +00:00
menu - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
node - Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page. 2008-08-14 13:47:35 +00:00
openid - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
path - Patch #190867 by Damien Tournoud: remove access check when creating aliases. 2008-08-03 05:21:20 +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 #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll module tests. 2008-08-05 18:07:14 +00:00
profile - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
search - Patch #257912 by douggreen, Damien Tournoud: improve performance by flipping two queries during indexing. 2008-08-14 20:13:55 +00:00
simpletest - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-) 2008-08-16 07:31:01 +00:00
statistics - Patch #268621 by smk-ka: removed unused variable. 2008-06-12 18:46:51 +00:00
syslog - Patch #287695 by cwgordon7: made syslog tests work on Windows. 2008-08-02 05:07:58 +00:00
system - Patch #221230 by Heine: convert requirement error on update to requirement warning. 2008-08-14 12:59:05 +00:00
taxonomy - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
tracker - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
translation - Patch #226880 by hswong3i: made SQL ANSI compliant. 2008-07-22 20:06:02 +00:00
trigger - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
update - Patch #290918 by pwolanin: don't unset project info during processing. 2008-08-11 07:07:11 +00:00
upload - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
user - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to . 2008-08-14 19:37:22 +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