drupal/modules
Angie Byron 62b05eb6a3 #361683 follow-up by bjaspan: Fix column type on etid to fix broken installation on non-MySQL dbs. 2009-02-04 20:27:58 +00:00
..
aggregator - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
block - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
blog - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave. 2009-01-27 00:22:27 +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 - Removing whitespace. 2009-01-26 14:08:44 +00:00
color - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
comment #361130 by Dave Reid: Clean up comment variables on uninstall. 2009-01-31 16:31:59 +00:00
contact - Patch #266246 by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
dblog #363687 by chx: Simplify DBTNG codeflow. 2009-01-25 12:19:32 +00:00
field #361683 follow-up by bjaspan: Fix column type on etid to fix broken installation on non-MySQL dbs. 2009-02-04 20:27:58 +00:00
filter - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
forum #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests). 2009-01-28 01:09:58 +00:00
help - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
locale #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified. 2009-01-31 16:50:57 +00:00
menu - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
node - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
openid - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx). 2009-02-01 16:45:53 +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 #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
profile - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
search #308277 by robertDouglass: Tests for multiple search engine types. 2009-01-22 04:49:58 +00:00
simpletest - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my! 2009-02-03 17:30:13 +00:00
statistics - Removing whitespace. 2009-01-26 14:08:44 +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 - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
taxonomy - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +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 - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +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 #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
user - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55: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