drupal/modules
Dries Buytaert a7325fae5a - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place. 2009-01-22 12:01:24 +00:00
..
aggregator - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
block - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
blog - Patch #350984 by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +00:00
blogapi - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
book #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code. 2009-01-20 03:18:41 +00:00
color #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
comment #276554 by stella and John Morahan: Tests for comments as part of an RSS feed. 2009-01-22 04:53:00 +00:00
contact - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
dblog - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling. 2009-01-21 14:22:33 +00:00
filter - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
forum - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00
help - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
locale #352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups. 2009-01-22 03:29:01 +00:00
menu - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
node #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation. 2009-01-22 05:01:39 +00:00
openid #339466 by patryk: Replace the OpenID link in user help with official link. 2009-01-22 04:40:30 +00:00
path - Rollback of #190867. 2009-01-13 19:27:21 +00:00
php - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
poll - Patch #360785 by Dave Reid: add timestamp to {poll_votes}. 2009-01-21 14:42:16 +00:00
profile - Patch #323386 by mariuss, Dries: select options includes comments -- inconsistent with documentation 2009-01-11 10:49:21 +00:00
search #308277 by robertDouglass: Tests for multiple search engine types. 2009-01-22 04:49:58 +00:00
simpletest #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code. 2009-01-22 03:56:12 +00:00
statistics - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place. 2009-01-22 12:01:24 +00:00
syslog - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling. 2009-01-21 14:22:33 +00:00
system #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation. 2009-01-22 05:01:39 +00:00
taxonomy #360104 by drewish: Allow taxomomy module to be uninstalled. 2009-01-19 01:53:26 +00:00
tracker - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
translation #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
trigger #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D 2009-01-08 08:42:13 +00:00
update #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
upload - Patch #347485 by cdale: don't add upload node submit handler unless necessary. 2009-01-12 08:29:09 +00:00
user #357591 by sun: Add watchdog calls for user cancel operations. 2009-01-22 04:43:32 +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