drupal/modules
Dries Buytaert dc1af5e290 - Patch #321161 by Damien Tournoud: properly flush cache between tests. 2008-11-05 15:54:56 +00:00
..
aggregator - Patch #312316 by Aron Novak: extend aggregator module tests. 2008-11-02 11:17:56 +00:00
block - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
blog - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded references to blog module. 2008-11-01 18:23:12 +00:00
blogapi - Patch #296442 by Damien Tournoud: made upload and blog API tests pass without clean URLs enabled. 2008-10-13 12:43:30 +00:00
book - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
color - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. 2008-10-29 10:01:28 +00:00
comment - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
contact Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
dblog - Patch #319401 b Crell, hswong3i: converted one query to the new database abstraction layer. 2008-10-30 09:16:01 +00:00
filter - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
forum - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
help - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
locale - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js. 2008-10-22 19:39:36 +00:00
menu #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
node #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button. 2008-11-03 22:43:56 +00:00
openid - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
path - Patch #204106 by catch, Damien Tournoud: added test for translation of path aliases. 2008-10-13 20:57:19 +00:00
php - Patch #323458 by Jody Lynn: fixed typo in class name. 2008-10-20 13:04:27 +00:00
poll - Patch #320000 by lilou: unify doxygen @file documentation in tpl. 2008-10-13 12:31:43 +00:00
profile - Patch #326607 by Ozeuss: fixed undefined property. 2008-11-02 16:11:31 +00:00
search #257910 follow-up by Damien Tournoud: Fix location of search.install update code and remove redundant index. 2008-11-03 06:33:21 +00:00
simpletest - Patch #321161 by Damien Tournoud: properly flush cache between tests. 2008-11-05 15:54:56 +00:00
statistics Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
syslog #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
system - Patch #93509 by catch: automatically run cron after installation, improve the cron notifications. 2008-11-05 14:28:04 +00:00
taxonomy - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
tracker - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
translation Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
trigger #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
update - Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser. 2008-10-24 19:23:59 +00:00
upload - Patch #321166 by gpk, drewish, Damien Tournoud: removed redundant function upload_menu_alter(). 2008-11-02 20:24:46 +00:00
user - Patch #329646 by Damien Tournoud: properly reset user_access(). 2008-11-05 14:12:34 +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