drupal/modules
Gábor Hojtsy 211b987877 #209663 by Matt V., ScoutBaker, Arancaytar: document that the modules and themes folders are only for core modules and themes 2008-01-25 19:31:35 +00:00
..
aggregator - Patch #208926 by keith.smith: fixed broken link. The external link to the RSS specification changed. 2008-01-15 08:06:32 +00:00
block #211742 by theborg, chx: detect and solve the problem when blocks are assigned to invalid regions (happens in theme development) 2008-01-25 10:56:59 +00:00
blog #210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved 2008-01-21 12:05:36 +00:00
blogapi #211067 by webchick: blogapi_mt_get_post_categories() not using taxonomy_node_get_terms() properly 2008-01-18 19:03:15 +00:00
book #208492 report and testing by KarenS, patch by myself: book upgrade should not use the book API 2008-01-10 18:13:42 +00:00
color #213172 by skiquel: let color module run properly without a base image 2008-01-23 09:43:25 +00:00
comment #204411 by chx, slightly modified: heal a possible MySQL import error when the anonymous user becomes broken 2008-01-25 16:19:13 +00:00
contact #210260 by dropcube: kill notice when anonymous users uses site-wide contact form 2008-01-16 22:56:21 +00:00
dblog #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
filter #212285 by wrwrwr: hr should be treated as a block level tag 2008-01-21 15:08:24 +00:00
forum - Patch #209034 by theborg: fixed small code style error that generates warnings. 2008-01-15 08:16:45 +00:00
help #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
locale #206021 follow up by keith.smith, dropcube: better code comments in locale update 2008-01-10 14:35:24 +00:00
menu #208498 by pwolanin: remove pager from menu admin page (for big menus, you will need to use a contrib module) 2008-01-21 12:12:44 +00:00
node #201667 follow up by gpk: minor code comment and whitespace cleanup 2008-01-10 15:57:10 +00:00
openid #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption 2008-01-10 15:03:53 +00:00
path #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
php - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). 2007-12-18 10:31:42 +00:00
ping #197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt 2007-12-19 17:45:43 +00:00
poll #211053 by momendo: poll submission and editing field columns fixed 2008-01-22 07:47:57 +00:00
profile #211876 by hass: typo in profile module docs 2008-01-21 15:20:43 +00:00
search #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
statistics #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
syslog #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
system #204411 by chx, slightly modified: heal a possible MySQL import error when the anonymous user becomes broken 2008-01-25 16:19:13 +00:00
taxonomy #210936 by Pancho: some padding around taxonomy descriptions on taxonomy pages, so that they get more breathing space 2008-01-18 16:23:57 +00:00
throttle #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
tracker #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
translation #206021 by dropcube and myself: language content type settings were not properly namespaced 2008-01-09 11:51:54 +00:00
trigger #210335 by keith.smith: highly confusing example in trigger module help, use a better one instead 2008-01-21 20:08:15 +00:00
update #212921 by fgm: remove unused reference on update_process_info_list() parameter list, which causes strict warnings in PHP 5 2008-01-25 12:34:48 +00:00
upload #18954 by kkaefer, Pancho: built-in role names were not translated and some user_roles() call cleanups 2008-01-10 20:22:57 +00:00
user #119038 by ximo, Pancho: user role editing usability: include disabled checkbox for authenticated role 2008-01-22 07:51:56 +00:00
README.txt #209663 by Matt V., ScoutBaker, Arancaytar: document that the modules and themes folders are only for core modules and themes 2008-01-25 19:31:35 +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