drupal/modules
Angie Byron fdd39823ba #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node(). 2010-01-08 07:05:52 +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 #674406 by David_Rothstein: Don't add empty theme regions to the array. 2010-01-06 04:26:42 +00:00
blog - Patch #652588 by scor: updated RDF mapping definition in the core modules. 2010-01-05 18:56:49 +00:00
book - Patch #677526 by jhodgdon: help text fixes. 2010-01-07 20:02:08 +00:00
color - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
comment - Patch #677662 by heyrocker: fixed in several hook_token() implementations so that language options get set properly. 2010-01-07 20:55:49 +00:00
contact #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. 2010-01-04 21:31:52 +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 #672594 by casey: webkit based browsers display customize dashboard screen wrong + done button isn't working on them. 2010-01-06 15:01:57 +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 #671632 by yched: Fixed Number formatters capitalization. 2010-01-07 19:57:49 +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 #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. 2010-01-07 05:23:52 +00:00
help #678628 by bdragon and matt2000: Fixed 'More help' links missing from interface. 2010-01-08 05:14:03 +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 #675144 by jhodgdon: Typo: translation_language_switch_links_alter() should be linkS alter(). 2010-01-06 03:53:40 +00:00
menu #673306 by casey: Remove stray debugging code from menu module. 2010-01-03 21:39:32 +00:00
node #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node(). 2010-01-08 07:05:52 +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 #668104 follow-up by casey: Make overlay respect other click handlers, fixes for Webkit. 2010-01-07 19:59:56 +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 - Patch #677662 by heyrocker: fixed in several hook_token() implementations so that language options get set properly. 2010-01-07 20:55:49 +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 #608036 follow-up by scor: Add attributes variable for profile.tpl.php. (with tests) 2010-01-08 07:04:09 +00:00
search #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node(). 2010-01-08 07:05:52 +00:00
shortcut - Patch #663906 by casey, Bojhan: visual tweaks to the 'edit shortcuts' link. 2010-01-07 11:03:18 +00:00
simpletest #629794 by yched: Fix Scaling issues with batch API. (with tests) 2010-01-08 06:36:34 +00:00
statistics #441002 by naxoc: Tests for Statistics module. 2010-01-07 08:04:12 +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 #629794 by yched: Fix Scaling issues with batch API. (with tests) 2010-01-08 06:36:34 +00:00
taxonomy #609140 by mcarbone: Rewrite outdated references to taxonomy_term_node(). 2010-01-08 07:05:52 +00:00
toolbar - Patch #668080 by casey: fixed IE6 issue. 2010-01-07 20:29:33 +00:00
tracker #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. 2010-01-07 05:23:52 +00:00
translation #675144 by jhodgdon: Typo: translation_language_switch_links_alter() should be linkS alter(). 2010-01-06 03:53:40 +00:00
trigger #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. 2010-01-07 05:23:52 +00:00
update #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. 2010-01-04 21:31:52 +00:00
user #608036 follow-up by scor: Add attributes variable for profile.tpl.php. (with tests) 2010-01-08 07:04:09 +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