drupal/modules
Dries Buytaert 13dba19e6a - Patch #652420 by sun: fixed some problems in the tests. 2009-12-09 15:30:48 +00:00
..
aggregator - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
block #654014 by moshe weitzman: Fix broken update functions. 2009-12-08 06:52:38 +00:00
blog - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
book - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
color #497948 follow-up by roychri, webernet, and matt2000: Fixed broken logo when using different colour scheme. 2009-12-06 17:48:36 +00:00
comment #654014 by moshe weitzman: Fix broken update functions. 2009-12-08 06:52:38 +00:00
contact #652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs. 2009-12-07 06:07:19 +00:00
contextual - Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a module. 2009-12-06 01:00:27 +00:00
dashboard - Patch #633086 by yoroy, drifter, s.toonen: some visual/UX improvements to the dashboard. 2009-12-07 12:06:52 +00:00
dblog #635282 by jhodgdon and arianek: Update RDF, DBlog, and PHP module to new help standard. 2009-12-06 18:11:41 +00:00
field - Patch #584296 by jhodgdon: improved field API documentation. 2009-12-04 22:46:28 +00:00
field_ui #645778 by arianek, tobiasb, and lisarex: Update Field UI to new help standard. 2009-12-06 18:51:43 +00:00
file - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
filter #645784 follow-up by jhodgdon and David_Rothstein: Put back accidentally rolled-back help text. 2009-12-08 06:58:41 +00:00
forum #632996 follow-up by marvil07, jhodgdon, and heather: Add example about containers vs. forums to Forum help text. 2009-12-06 17:36:51 +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 - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
locale #652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs. 2009-12-07 06:07:19 +00:00
menu - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
node #652864 by yched: Remove stray whitespace. 2009-12-07 03:42:27 +00:00
openid - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
overlay #615130 by xmacinfo: Kill performance-sucking throbber gif reference. 2009-12-05 16:37:35 +00:00
path #652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs. 2009-12-07 06:07:19 +00:00
php #635282 by jhodgdon and arianek: Update RDF, DBlog, and PHP module to new help standard. 2009-12-06 18:11:41 +00:00
poll - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
profile #635056 by arianek, tobiasb, batigolix, and jhodgdon: Update Profile Module to new help standard. 2009-12-06 18:24:29 +00:00
rdf #493030 follow-up by scor and effulgentsia: Add rdf-meta class to empty spans to help identify their purpose. 2009-12-06 18:35:14 +00:00
search #652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs. 2009-12-07 06:07:19 +00:00
shortcut - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
simpletest - Patch #652420 by sun: fixed some problems in the tests. 2009-12-09 15:30:48 +00:00
statistics - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
syslog - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
system #375352 by Damien Tournoud, sun, and chx: Fixed errors caused by adding dependency to non-existing module (with tests). 2009-12-08 06:39:34 +00:00
taxonomy - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
toolbar - Patch #607682 by seutje: clean up the mess that is toolbar.css. 2009-12-05 20:41:41 +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 #645790 by arianek, jhodgdon, and lisarex: Update Content Translation module to new help standard. 2009-12-06 17:56:05 +00:00
trigger #645796 by arianek and lisarex: Update Trigger module to new help standard. 2009-12-06 18:46:13 +00:00
update - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
user #654014 by moshe weitzman: Fix broken update functions. 2009-12-08 06:52:38 +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