drupal/modules
Dries Buytaert ef10abde20 - Patch #655408 by roborn: fixed block drag-and-drop. One critical bug less. 2009-12-21 08:14:12 +00:00
..
aggregator - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
block - Patch #655408 by roborn: fixed block drag-and-drop. One critical bug less. 2009-12-21 08:14:12 +00:00
blog - Rollback of previous patch. Houston, it has a typo. 2009-12-17 19:22:25 +00:00
book - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
color - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
comment - Rollback of previous patch. Houston, it has a typo. 2009-12-17 19:22:25 +00:00
contact - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
contextual - Patch #601150 by seutje: fixed behavior with contextual link drop-down. 2009-12-14 10:38: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 #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 #612894 by David_Rothstein: fixed parse error. 2009-12-20 22:38:05 +00:00
field_ui #645802 by jhodgdon and arianek: Convert File module to new help standard. 2009-12-12 23:04:57 +00:00
file - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-13 12:42:28 +00:00
filter #653940 follow-up by Damien Tournoud: Clean-up of error handling from first stab at test reporting fixes. 2009-12-15 05:22:05 +00:00
forum - Rollback of previous patch. Houston, it has a typo. 2009-12-17 19:22:25 +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 #658302 by yched: re-purpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-13 12:42:28 +00:00
locale - Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code). 2009-12-11 16:49:40 +00:00
menu - Patch #190867 by chx: fixed access to creating path aliases. 2009-12-17 13:10:19 +00:00
node - Rollback of previous patch. Houston, it has a typo. 2009-12-17 19:22:25 +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 #659486 by Kiphaas7 and xmacinfo: Add back the 'loading' image to the Overlay in a way that does not kill performance. 2009-12-15 05:28:59 +00:00
path - Patch #190867 by chx: fixed access to creating path aliases. 2009-12-17 13:10: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 #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
profile - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
rdf - Patch #632092 by scor, linclark: number of replies of a node in RDFa. 2009-12-16 19:53:53 +00:00
search - Patch #664648 by Bojhan: added an ending dot to module description on /config. 2009-12-21 08:01:23 +00:00
shortcut - Patch #663900 by Bojhan: removed dashboard link from shortcut bar because there is already a link in the header bar. 2009-12-20 20:17:11 +00:00
simpletest - Patch #663828 by chx: allow core tests to be programmatically disabled. 2009-12-20 21:12:54 +00:00
statistics - Patch #659578 by mcarbone, jhodgdon: fixed statistics pages and added some extra tests. One critical bug less. 2009-12-20 19:41:57 +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 #190867 follow-up by scor: Fixed broken HEAD. Test bot, come back... 2009-12-18 23:54:16 +00:00
taxonomy - Patch #635378 by sun, sivaji, carlos8f: wrong local task titles for taxonomy term and user account pages. 2009-12-16 19:57:45 +00:00
toolbar - Patch #658726 by yoroy: sexier home icon. 2009-12-17 22:12:48 +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 - Patch #645796 by arianek, jhodgdon, lisarex: fixed help texts. 2009-12-12 21:05:20 +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 - Patch #502968 by Ryan Palmer: increase maximum allowable length of email addresses. 2009-12-20 20:07:59 +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