drupal/modules
Angie Byron 6da33f2055 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +00:00
..
aggregator #329998 by pwolanin: Remove unescaped <> chars from t() strings. 2008-11-08 23:03:39 +00:00
block #329998 by pwolanin: Remove unescaped <> chars from t() strings. 2008-11-08 23:03:39 +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 #324880: SA-2008-067 (#324824): Fix XSS vulberability in book administration page. 2008-11-08 19:33:53 +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 #319788 by stella, nedjo et al: pass language code to filters when available. 2008-11-08 20:43:54 +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 #319788 by stella, nedjo et al: pass language code to filters when available. 2008-11-08 20:43:54 +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 - Patch #319788 by stella, nedjo et al: pass language code to filters when available. 2008-11-08 20:43:54 +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 #331719 by chx: Fix search query that had a field aliased to one of its column names, causing problems in certain databases. 2008-11-08 04:55:13 +00:00
simpletest - Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are not per-instance. 2008-11-08 22:52:24 +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 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +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 - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop. 2008-11-05 17:06:18 +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 #331013 by drewish: remove file_set_status in favor of file_save(). 2008-11-08 21:35:10 +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