drupal/modules
Dries Buytaert 094a6b4f85 - Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in addition to SREF) so that we can extend our OpenID implementation in contrib. 2010-03-02 08:55:42 +00:00
..
aggregator - Patch 727548 by andypost: fixed aggregator module administration screen under PostgreSQL. 2010-02-27 15:05:19 +00:00
block - Patch #691938 by carlos8f, mr.baileys: block tests 2010-02-28 17:28:38 +00:00
blog
book
color
comment - Patch #721374 by jhodgdon: 'Add new comment' is put into the search index along with each node. 2010-03-01 11:18:31 +00:00
contact
contextual
dashboard - Patch #609128 by vordude: dashboard should provide feedback when clicking 'Done'. 2010-03-01 13:12:45 +00:00
dblog
field #727868 by yched: Remove stale TODO from field api. 2010-02-27 22:11:11 +00:00
field_ui
file
filter
forum #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
help
image
locale
menu
node - Patch #728820 by David_Rothstein: clean up installation of required modules. 2010-03-01 07:39:12 +00:00
openid - Patch #634562 by vgarvardt, Damien Tournoud: added OpenID AX support (in addition to SREF) so that we can extend our OpenID implementation in contrib. 2010-03-02 08:55:42 +00:00
overlay - Patch #615226 by casey: updating links. 2010-02-27 07:45:22 +00:00
path
php
poll
profile
rdf
search
shortcut
simpletest - Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a query string cannot be loaded. 2010-03-02 08:47:41 +00:00
statistics - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible. 2010-02-28 20:10:34 +00:00
syslog
system - Patch #728820 by David_Rothstein: clean up installation of required modules. 2010-03-01 07:39:12 +00:00
taxonomy
toolbar
tracker
translation
trigger
update
user - Patch #704158 by marvil07, mikeytown2, Gábor Hojtsy: fixed warning. 2010-03-01 11:33:55 +00:00
README.txt

README.txt

// $Id$

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