drupal/modules
Dries Buytaert a44f72acf0 - Patch #617424 by matt2000, jhodgdon: documentation for hook_menu(). 2009-12-04 16:27:44 +00:00
..
aggregator - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
block
blog - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. 2009-12-03 20:21:50 +00:00
book
color
comment
contact
dashboard
dblog
field - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix. 2009-12-03 02:30:18 +00:00
field_ui - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
file
filter - Patch #626024 by sun, catch: fixed filter_list_format() hits database too often / filter_format_save() doesn't save all filters. 2009-12-03 15:33:42 +00:00
forum - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. 2009-12-03 20:21:50 +00:00
help
image
locale - Patch #626024 by sun, catch: fixed filter_list_format() hits database too often / filter_format_save() doesn't save all filters. 2009-12-03 15:33:42 +00:00
menu - Patch #617424 by matt2000, jhodgdon: documentation for hook_menu(). 2009-12-04 16:27:44 +00:00
node - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. 2009-12-03 20:21:50 +00:00
openid
overlay
path
php - Patch #626024 by sun, catch: fixed filter_list_format() hits database too often / filter_format_save() doesn't save all filters. 2009-12-03 15:33:42 +00:00
poll
profile
rdf
search - Patch #394182 by jhodgdon: documentation improvement 2009-12-04 15:58:57 +00:00
shortcut - Patch #636822 by jhodgdon, arianek, David_Rothstein, JuliaKM: help improvements for shortcut and toolbar. 2009-12-04 16:02:42 +00:00
simpletest - Patch #471744 by jhodgdon: remove stray references from hook_taxonomy_term_load() parameters. 2009-12-04 15:54:37 +00:00
statistics
syslog
system - Patch #627048 by Bojhan, yoroy: added user interface category. 2009-12-04 16:00:44 +00:00
taxonomy - Patch #471744 by jhodgdon: remove stray references from hook_taxonomy_term_load() parameters. 2009-12-04 15:54:37 +00:00
toolbar - Patch #636822 by jhodgdon, arianek, David_Rothstein, JuliaKM: help improvements for shortcut and toolbar. 2009-12-04 16:02:42 +00:00
tracker
translation
trigger
update
upload
user
README.txt

README.txt

// $Id$

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