drupal/modules
Dries Buytaert dca92900fb - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
..
aggregator
block
blog - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
book
color - Patch #684982 by plach: audit of global language variable use. 2010-07-16 02:37:06 +00:00
comment - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
contact
contextual - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
dashboard #716302 follow-up by David_Rothstein: Tests for Dashboard module. 2010-07-02 15:24:31 +00:00
dblog - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search dependent on dblog module. 2010-06-29 00:39:16 +00:00
field
field_ui - Patch #796658 by yched, andypost: UI for field formatter settings. 2010-07-17 19:19:39 +00:00
file #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state. 2010-07-10 00:03:37 +00:00
filter - Patch #859016 by bleen18: filter's RTL styling is off in IE7. 2010-07-20 10:11:54 +00:00
forum - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
help - Patch #742114 by fgm: test methods should be protected, not private. 2010-04-01 14:52:21 +00:00
image - Patch #818686 by CrookedNumber: hyphens in style names cause paths that point to non-existent derivative images. 2010-07-10 01:43:06 +00:00
locale - Patch #684982 by plach: audit of global language variable use. 2010-07-16 02:37:06 +00:00
menu
node - Patch #684982 by plach: audit of global language variable use. 2010-07-16 02:37:06 +00:00
openid
overlay - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
path #728566 by Dave Reid: Fixed Incorrect colspan for content row when there are no aliases. 2010-05-14 04:57:59 +00:00
php
poll - Patch #738990 by glipay: poll.module using administer nodes permission incorrectly. 2010-07-19 22:03:48 +00:00
profile - Patch #844892 by andypost: minor code style fixes. 2010-07-10 01:44:28 +00:00
rdf - Patch #632484 by aspilicious, scor, linclark: update the default profile with the proper RDF mapping. 2010-07-23 04:39:32 +00:00
search - Patch #124980 by jhodgdon: Indexer is removing ... and -- instead of replacing with a space. 2010-07-22 16:16:42 +00:00
shortcut
simpletest - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
statistics - Patch #844892 by andypost: minor code style fixes. 2010-07-10 01:44:28 +00:00
syslog
system - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
taxonomy - Patch #826028 by bjaspan: taxonomy form validation creates new terms. 2010-07-14 20:26:52 +00:00
toolbar - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. 2010-07-21 00:26:21 +00:00
tracker - Patch #582948 by David_Rothstein: improve safety of schema manipulation. 2010-03-20 15:06:51 +00:00
translation - Patch #784832 by plach: fixed conflict with the session language provider while creating a translation. 2010-07-17 11:31:36 +00:00
trigger - Patch #844892 by andypost: minor code style fixes. 2010-07-10 01:44:28 +00:00
update - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). 2010-06-26 21:32:20 +00:00
user - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +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