drupal/modules
Angie Byron 3ede619955 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +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 #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 - Patch #652588 by scor: updated RDF mapping definition in the core modules. 2010-01-05 18:56: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 #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. 2010-01-04 21:31:52 +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 - Patch #675014 by jhodgdon: documentation header for forum_taxonomy_term_delete() is wrong. 2010-01-06 15:19:24 +00:00
help #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. 2010-01-04 21:31:52 +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 - Patch #646874 by sun, David_Rothstein: more improvements. 2010-01-06 14:32:54 +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 #651722 by casey and ksenzee: Fixed / in URL fragments gets converted to %2F. 2010-01-07 04:47:38 +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 #652588 by scor: updated RDF mapping definition in the core modules. 2010-01-05 18:56: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 #664920 by catch and chx: Change 'taxonomy_term()' field to 'taxonomy_term_reference()'. 2010-01-04 18:03:12 +00:00
search - Patch #171317 by jhodgdon, fgm, CitizenKane: hook_search_page() not appearing on api.drupal.org. 2010-01-06 14:07:50 +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 #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming. 2010-01-05 18:00:14 +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 #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming. 2010-01-05 18:00:14 +00:00
taxonomy - Patch #676046 by chx: fixed oopsie in taxonomy index. 2010-01-06 16:40:08 +00:00
toolbar #668104 by casey and David_Rothstein: Make overlay respect other click handlers. 2010-01-06 04:03:39 +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 #675144 by jhodgdon: Typo: translation_language_switch_links_alter() should be linkS alter(). 2010-01-06 03:53:40 +00:00
trigger - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +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 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +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