drupal/modules
Dries Buytaert 2a8fc4edb0 - Patch #672068 by jhodgdon: hook_node_grants() example used wrong variable. 2010-01-04 20:34:28 +00:00
..
aggregator #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
block #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
blog - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
book #655508 by David_Rothstein and Dave Reid: Define more node-related pages to hook_admin_paths(). 2009-12-29 04:23:53 +00:00
color - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
comment #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
contact #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
contextual #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
dashboard - Patch #658034 by seutje: core should not use CSS classnames that contain an underscore. 2009-12-14 22:31:17 +00:00
dblog #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
field #671928 by asimmonds: Fixed typo in doxygen. 2010-01-04 15:56:28 +00:00
field_ui #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
file #673310 by casey: Fix missing rename of drupal_json() to drupal_json_output(). 2010-01-03 22:01:46 +00:00
filter #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
forum #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
help - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
image #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
locale #338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to rebuild lost Javascript translation files. 2010-01-04 04:53:33 +00:00
menu #673306 by casey: Remove stray debugging code from menu module. 2010-01-03 21:39:32 +00:00
node - Patch #672068 by jhodgdon: hook_node_grants() example used wrong variable. 2010-01-04 20:34:28 +00:00
openid #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
overlay - Patch #670538 by Jacine: don't declare font-family in overlay CSS. 2009-12-30 14:02:37 +00:00
path #648410 follow-up by Dave Reid: Add link to create new from all empty table texts. 2010-01-03 00:44:53 +00:00
php #673252 by Jody Lynn: Fix vague test in PHP module. 2010-01-03 20:16:59 +00:00
poll #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests) 2010-01-02 23:30:53 +00:00
profile #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
rdf #664920 by catch and chx: Change 'taxonomy_term()' field to 'taxonomy_term_reference()'. 2010-01-04 18:03:12 +00:00
search #664036 by casey and Bojhan: Add fieldset to Active search modules. 2010-01-03 00:40:05 +00:00
shortcut #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
simpletest #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests) 2010-01-02 23:30:53 +00:00
statistics - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
syslog #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
system #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax. 2010-01-04 16:08:52 +00:00
taxonomy #664920 by catch and chx: Change 'taxonomy_term()' field to 'taxonomy_term_reference()'. 2010-01-04 18:03:12 +00:00
toolbar #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax. 2010-01-04 16:08:52 +00:00
tracker - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
translation #361648 by brianV, grndlvl, dmitrig01, and pwolanin: SA-CORE-2009-001: Access bypass in translation.module. 2010-01-03 23:39:03 +00:00
trigger - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
update #669556 by Dave Reid: Move update_requirements() to update.install. 2009-12-29 07:21:34 +00:00
user #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +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