drupal/modules
Dries Buytaert 4a96b2c52b - Patch #220893 by AjK: fixed some watchdog calls. 2008-02-18 17:48:05 +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 #157652 by beginner, Steven Merrill and killes: block_user() had a global user object and a user parameter colliding 2008-02-03 19:12:57 +00:00
blog - Patch #139290 by Arancaytar, Rob Loach, GreenLED, matt et al: when a user has no blog posts, show a status message. 2008-02-10 18:58:28 +00:00
blogapi - Patch #214209 by Arancaytar, pwolanin, gabor, etc: blogapi doesn't confirm node type exist. 2008-02-12 13:54:43 +00:00
book - Patch #221057 by pwolanin: book module may overwrite another node's link. 2008-02-14 18:32:14 +00:00
color #213172 by skiquel: let color module run properly without a base image 2008-01-23 09:43:25 +00:00
comment - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
contact - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone(). 2008-02-17 19:29:07 +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 - Patch #220522 by meba: missing t() function. 2008-02-14 18:39:18 +00:00
forum - Patch #221192 by damz: wrong new comment link in forum listings. 2008-02-18 17:45:32 +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 - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
menu - Patch #220004 by webernet et al: menu items reorder after edit one of menu item. 2008-02-12 13:43:21 +00:00
node - Patch #220893 by AjK: fixed some watchdog calls. 2008-02-18 17:48:05 +00:00
openid - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
path #216404 by Rob Loach: path_nodeapi() only worked for users with permissions, although node loading requires the path to be loaded 2008-02-03 19:20:35 +00:00
php - Patch #215958 by pwolanin: fixed broken link in documentation. 2008-02-10 19:57:20 +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 - Patch #181411 by Moshe: use schema API for saving and updating user records. 2008-02-18 16:53:37 +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 - Patch #221072 by Pancho: fixed access control check on the theme configuration page. 2008-02-14 18:34:21 +00:00
taxonomy - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone(). 2008-02-17 19:29:07 +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 - Patch #203846 by pwolanin: remove PHP4 compatibility code. 2008-02-17 22:15:04 +00:00
update - Patch #217771 by dww: prevent wrapping of dates. 2008-02-06 20:01:41 +00:00
upload - Patch #219883 by gdevlugt and webernet: files attached to newly created nodes are listed despite unchecking list option. 2008-02-12 13:49:01 +00:00
user - Patch #181411 by Moshe: use schema API for saving and updating user records. 2008-02-18 16:53:37 +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