drupal/modules
Dries Buytaert f6a4263476 - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +00:00
..
aggregator - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +00:00
block - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
blog - Patch #237189 by catch, sepeck, birdmanx35: improved blog module description. 2008-07-22 20:00:55 +00:00
blogapi - Patch #302163 by recidive, Crell: convert blog API to DB TNG 2008-08-31 14:27: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 #209160 by Lilou, Takafumi: localized URL for php.net/manual links. 2008-08-31 09:15:13 +00:00
comment - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +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 #228576 by sun: too ambiguous stylesheet in dblog.css when form_altering the watchdog table. 2008-09-02 16:56:33 +00:00
filter #197425 by lilou, Nick Lewis, mooffie, and friends: Add <blockquote> to list of default allowed HTML tags. 2008-08-31 17:19:06 +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 #243063 by GoofyX: fixed typo in context-sensitve help. 2008-08-25 07:54:36 +00:00
menu - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
node - Patch #235175 by dmitrig01: name of content type is incorrectly capitalized. 2008-08-31 15:50:35 +00:00
openid - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
path - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +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 #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
search - Patch #278759 by douggreen, fletchgqc: improved code comment. 2008-08-28 08:21:27 +00:00
simpletest #285309 by pwolanin: menu_name in hook_menu is ignored on updates 2008-09-02 19:23:02 +00:00
statistics - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
syslog - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links. 2008-08-31 09:15:13 +00:00
system #272883 by hctom and lilou: Fix wrong usage of watchdog severity. 2008-09-02 01:08:01 +00:00
taxonomy - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
tracker - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
translation - Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent order across nodes. 2008-08-16 21:36:57 +00:00
trigger - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
update - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison. 2008-08-28 08:12:29 +00:00
upload - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
user - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +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