drupal/modules
Dries Buytaert 5f08579bfe - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun. 2009-04-30 21:44:20 +00:00
..
aggregator - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
block #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
blog - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
blogapi - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
book #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
color #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
comment - Patch #446742 by sun, dmitrig01: fixed various bugs. 2009-04-29 17:48:11 +00:00
contact - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun. 2009-04-30 21:44:20 +00:00
dblog - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
field - Patch #392706 by yched: clean of field tests: 2009-04-30 15:17:13 +00:00
filter - Patch #267484 by deviantintegral: corrected the filter api documentation. 2009-04-26 09:40:25 +00:00
forum - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
help #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
locale - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
menu #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
node - Patch #446742 by sun, dmitrig01: fixed various bugs. 2009-04-29 17:48:11 +00:00
openid - Patch #251245 by c960657: added tests for the OpenID module. The test module implements a dummy OpenID provider/server. Most impressive patch of the month. 2009-04-29 07:29:59 +00:00
path #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
php - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). 2009-04-22 09:57:10 +00:00
poll - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
profile - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
search - Patch #446742 by sun, dmitrig01: fixed various bugs. 2009-04-29 17:48:11 +00:00
simpletest - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice catches, sun\! 2009-04-29 21:35:38 +00:00
statistics #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to checkboxes. 2009-04-27 18:58:41 +00:00
syslog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
system - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun. 2009-04-30 21:44:20 +00:00
taxonomy #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
tracker - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
translation - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
trigger - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
update #220592 by dww and pwolanin: Update module now always uses the database for caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled. 2009-04-29 18:39:50 +00:00
upload - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
user - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun. 2009-04-30 21:44:20 +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