drupal/modules
Gábor Hojtsy 7747e1e8e0 #215335 by jvandyk: fix user_login_submit() phpdoc 2008-01-29 18:56:56 +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 #214058 by catch, Arancaytar: forum form alter was mistakenly dropping the parent field in all taxonomy forms 2008-01-25 21:39:26 +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 Translating menu items and taxonomies is not a core feature, so do not mislead users. Noticed while translating to Hungarian. 2008-01-28 17:16:34 +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 #202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module 2008-01-29 11:08:17 +00:00
openid #208556 by Pancho: fix broken display of OpenID links 2008-01-29 18:41:40 +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 #215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS 2008-01-29 10:56:13 +00:00
taxonomy #214579 by keith.smith: vocabulary drag and drop was not properly documented (string change) 2008-01-27 17:55:15 +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 #206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly 2008-01-28 11:38:58 +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 #200028 by agentrickard, dww: cache more project module data, so there is less burden on Drupal when generating admin pages (performance) 2008-01-27 17:50:10 +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 #215335 by jvandyk: fix user_login_submit() phpdoc 2008-01-29 18:56:56 +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