drupal/modules
Angie Byron 2f95710445 #564606 by mathiaz.sk: Fixed notice in field UI. 2009-09-05 12:34:00 +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 #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +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 #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
color #497948: Oops. Adding the color.test file. 2009-09-01 20:40:40 +00:00
comment - Patch #412030 by stBorchert: fixed placement of descriptions on radios. 2009-09-05 06:07:58 +00:00
contact #564576 by Gábor Hojtsy: Moved contact module settings back to tab. 2009-08-31 18:40:00 +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 #568396 by bjaspan: fixed typo. 2009-09-05 09:57:21 +00:00
field_ui #564606 by mathiaz.sk: Fixed notice in field UI. 2009-09-05 12:34:00 +00:00
file - Patch #391330 by quicksketch: added missing icons for file field module. 2009-09-05 05:59:32 +00:00
filter - Patch #563272 by David_Rothstein: renamed parameter for readability. 2009-08-30 06:04:09 +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 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
image #553952 by c960657: Apply locking framework to image generation. 2009-08-26 03:20:39 +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 #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
node - Patch #200572 by theborg, lilou, robertgarrigos: add constants to magic numbers. 2009-09-05 06:53:01 +00:00
openid - Patch #504630 by Dave Van Den Bremt: aded requirements check. 2009-08-29 21:07:43 +00:00
path #506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata. 2009-08-28 14:40:12 +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 #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.). 2009-09-01 17:49:11 +00:00
statistics - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. 2009-08-31 17:06:10 +00:00
syslog - Patch #395378 by Xano: syslog module clean-up and bugfix. 2009-08-27 07:18:06 +00:00
system - Patch #412030 by stBorchert: fixed placement of descriptions on radios. 2009-09-05 06:07:58 +00:00
taxonomy #471018 follow-up by sun: Apply generic pattern/js for hiding machine readable names to taxonomy vocabularies. 2009-08-31 20:44:22 +00:00
toolbar Rolled back #510094. Needs more thought. 2009-08-31 20:23:36 +00:00
tracker - Forgot tracker.install. 2009-08-31 08:55:12 +00:00
translation #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +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 #297207 by Gábor Hojtsy: move the update settings. 2009-08-29 14:08:36 +00:00
upload - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable. 2009-08-31 05:47:34 +00:00
user - Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing validation for hook_user(). 2009-09-05 05:45:45 +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