drupal/modules
Dries Buytaert 3647670d40 - Patch #870594 by marcingy, moshe weitzman, Josh Waihi: user_update_7004 fail during upgrade from Drupal 6 to 7. 2010-08-11 01:49:41 +00:00
..
aggregator Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
block - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now. 2010-08-08 19:35:49 +00:00
blog Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
book Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
color - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now. 2010-08-08 19:35:49 +00:00
comment - Patch #857296 by yched: comment fields not displaying in proper order. 2010-08-10 00:55:38 +00:00
contact Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
contextual - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
dashboard Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
dblog Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
field - Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content' 2010-08-08 13:02:37 +00:00
field_ui #878294 by yched: Fixed Field UI reorder on 'Manage fields' affects ordering on 'Manage display'. 2010-08-10 17:05:18 +00:00
file Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
filter Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
forum #877020 follow-up by andypost: Updated hotfix for _forum_topics_unread() tests to fix testbot. 2010-08-09 01:18:46 +00:00
help - Patch #865072 by bleen18, jhodgdon: Bartik is default theme now ... documentation & tests need to be changed. 2010-08-11 01:06:44 +00:00
image - Patch #812688 by andypost, Damien Tournoud: organize image formatters around settings. 2010-08-09 19:55:57 +00:00
locale Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
menu Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
node - Patch #877986 by tim.plunkett: RSS link in Syndicate block has path of //rss.xml. 2010-08-09 19:57:24 +00:00
openid Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
overlay - Patch #843272 by David_Rothstein: overlay does a bunch of unnecessary form redirect handling in JavaScript. 2010-08-08 03:05:26 +00:00
path Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
php Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
poll Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
profile Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
rdf Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
search - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result trimming should not fall inside HTML entities/tags. 2010-08-10 01:11:36 +00:00
shortcut Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
simpletest - Patch #865072 by bleen18, jhodgdon: Bartik is default theme now ... documentation & tests need to be changed. 2010-08-11 01:06:44 +00:00
statistics Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
syslog Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
system #876966 by dmitrig01: Fixed Warning message sits hard on top of tables. 2010-08-09 16:58:15 +00:00
taxonomy - Patch #870528 by Dave Reid: taxonomy fixes. 2010-08-08 02:06:56 +00:00
toolbar - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. 2010-07-21 00:26:21 +00:00
tracker Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
translation Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
trigger Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
update Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
user - Patch #870594 by marcingy, moshe weitzman, Josh Waihi: user_update_7004 fail during upgrade from Drupal 6 to 7. 2010-08-11 01:49:41 +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