drupal/modules
Dries Buytaert 82b51dff1d - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
..
aggregator - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. 2009-08-29 05:46:04 +00:00
block - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
blog - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. 2009-08-29 05:46:04 +00:00
book - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
color - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
comment - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
contact - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
dblog #560484 by Davy Van Den Bremt: Allow database logs to never be discarded. 2009-08-29 03:36:27 +00:00
field - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
field_ui - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache. 2009-09-07 15:49:01 +00:00
file - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
filter #568224 by Josh Waihi and chx: Fixed missing constant in filter value. (all pgsql tests pass now. woohoo! :D) 2009-09-05 13:22:13 +00:00
forum - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
help - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
image - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
locale - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
menu - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
node - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
openid - Patch #504630 by Dave Van Den Bremt: aded requirements check. 2009-08-29 21:07:43 +00:00
path - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
php - Patch #560502 by Gabor Hojtsy: created 'content authoring' category. 2009-08-28 16:23:05 +00:00
poll - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. 2009-08-29 05:46:04 +00:00
profile - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
search - Patch #569084 by douggreen: fixed resetting the search index. 2009-09-05 10:53:09 +00:00
simpletest - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
statistics #564562 follow-up by joshmiller: Move Statistics to System category. 2009-09-05 13:49:28 +00:00
syslog - Patch #395378 by Xano: syslog module clean-up and bugfix. 2009-08-27 07:18:06 +00:00
system - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
taxonomy - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
toolbar - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
tracker - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
translation - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
trigger #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section. 2009-09-01 16:50:12 +00:00
update - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
upload - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
user - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +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