drupal/modules
Dries Buytaert 3ea6bed4cf - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments. 2009-08-26 10:21:50 +00:00
..
aggregator #535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' category and move Aggregator under there. 2009-08-24 17:11:42 +00:00
block - Patch #503782 by sign, skilip: not able to select region at block creation. 2009-08-26 10:10:01 +00:00
blog
book
color #505084 by Rob Loach: Added an #attached_library() FAPI property for drupal_add_library(), for consistency with #attached_css and #attached_js. 2009-08-25 21:16:31 +00:00
comment - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
contact
dblog - Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages. 2009-08-25 10:27:15 +00:00
field #559486 by yched: Split up field attach tests so that testing bot doesn't choke on them. 2009-08-26 02:59:22 +00:00
field_ui #557932 by plach and bangpound: Fixed taxonomy term field autocomplete widgets validation, which broke after translatable fields. 2009-08-24 21:00:23 +00:00
filter - Patch #546336 by sun, dropcube: code clean-up and documentation improvements for the filter hooks. 2009-08-26 10:17:54 +00:00
forum - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
help
image #553952 by c960657: Apply locking framework to image generation. 2009-08-26 03:20:39 +00:00
locale
menu
node - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
openid
path
php - Patch #546336 by sun, dropcube: code clean-up and documentation improvements for the filter hooks. 2009-08-26 10:17:54 +00:00
poll
profile
search - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered. 2009-08-25 10:35:33 +00:00
simpletest - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
statistics - Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages. 2009-08-25 10:27:15 +00:00
syslog
system - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments. 2009-08-26 10:21:50 +00:00
taxonomy - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
toolbar #559210 by Davy Van Den Bremt: Compressed version of toolbar.png to save ~50K. 2009-08-25 21:20:11 +00:00
tracker
translation
trigger
update
upload #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
user - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
README.txt

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