drupal/modules
Angie Byron 07ef159518 #773824 by scor: Fixed taxonomy_update_7002() fails when more than one vocabulary to upgrade. 2010-04-20 07:47:55 +00:00
..
aggregator - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
block - Patch #91663 by sun, Berdir, swentel, blackdog, chx: permission of text format is not checked when editing an entity and instead reset to something a user can use. 2010-04-10 11:11:46 +00:00
blog - Patch #773522 by BarisW: blog links appear on all content types. 2010-04-17 12:46:32 +00:00
book - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace the Drupal jQuery functions. 2010-04-16 13:55:06 +00:00
color - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
comment - Patch #682552 by mradcliffe, jhodgdon: fixed notices. 2010-04-17 12:54:02 +00:00
contact #773792 by scor: Fixed contact_update_7002() depends on user_update_7006(). 2010-04-20 07:46:33 +00:00
contextual - Patch #601150 by bganicky: improved contextual links Javascript. 2010-03-26 18:59:54 +00:00
dashboard - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
dblog - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
field - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
field_ui - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
file - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
filter - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace the Drupal jQuery functions. 2010-04-16 13:55:06 +00:00
forum - Patch #771278 by jpmckinney: clean-up forum.test. 2010-04-15 11:58:07 +00:00
help - Patch #742114 by fgm: test methods should be protected, not private. 2010-04-01 14:52:21 +00:00
image - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
locale - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
menu - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
node #609118 folllow-up by plach: Fixed node.tokens.inc: node body issues. 2010-04-15 02:42:08 +00:00
openid - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
overlay - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript issues in the overlay module. 2010-04-16 13:39:42 +00:00
path - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery functions. 2010-04-09 12:24:53 +00:00
php - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning about dangerous permissions. 2010-03-21 21:20:43 +00:00
poll - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
profile - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
rdf - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
search - Patch #771596 by jhodgdon: turning on multiple search weights causes PDO exception during search. 2010-04-16 13:53:43 +00:00
shortcut - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
simpletest #742972 by klausi, Berdir: Clear entity info cache during module enable. (tests) 2010-04-18 15:01:56 +00:00
statistics #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly. 2010-03-30 07:17:19 +00:00
syslog - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
system - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript issues in the overlay module. 2010-04-16 13:39:42 +00:00
taxonomy #773824 by scor: Fixed taxonomy_update_7002() fails when more than one vocabulary to upgrade. 2010-04-20 07:47:55 +00:00
toolbar - Patch #745664 by james.elliott: toolbar doesn't properly add / remove the toolbar-drawer class when collapsing and expanding the drawer. 2010-04-04 20:27:08 +00:00
tracker - Patch #582948 by David_Rothstein: improve safety of schema manipulation. 2010-03-20 15:06:51 +00:00
translation - Patch #771082 by plach: enable the admin theme for the translation overview page. 2010-04-16 13:52:23 +00:00
trigger - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
update - Patch #761208 by aspilicious: bad reference to jquery ui 1.8 in core. 2010-04-15 12:28:13 +00:00
user #752508 by TR: Fixed admin/people/permissions displays disabled checkboxes wrong. 2010-04-19 21:17:16 +00:00
README.txt - Patch #596962 by dww | Dave Reid: fix formatting on /(modules|themes)/README.txt. 2009-10-08 01:44:22 +00:00

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