drupal/modules
Angie Byron 20ffb94644 #605892 by ksenzee and justinrandell: Convert theme logo upload to filestream wrappers (with tests so we don't break it again). 2009-12-24 16:54:56 +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 - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2. 2009-12-22 20:38:23 +00:00
book - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
color - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
comment - Patch #664012 by sun: fixed comment settings. 2009-12-24 14:00:03 +00:00
contact - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
contextual - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +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 #601548 follow-up by chx, Arancaytar, and justinrandell: Fix failures in DBLog tests. 2009-12-23 23:07:16 +00:00
field - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
field_ui #664380 by Bojhan: Remove unnecessary descriptions form Field UI. 2009-12-23 16:49:00 +00:00
file - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
filter - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
forum - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2. 2009-12-22 20:38:23 +00:00
help
image - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
locale - Patch #664012 by Arancaytar: fixed the translation tests. 2009-12-23 13:28:45 +00:00
menu - Patch #635094 by plach: switching from zxx to und as it is semantically more correct. 2009-12-22 14:19:25 +00:00
node - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2. 2009-12-22 20:38:23 +00:00
openid
overlay - Patch #667004 by ksenzee, David_Rothstein: fixed minor code comment cleanups in overlay-parent.js. 2009-12-24 13:32:46 +00:00
path - Patch #190867 by chx: fixed access to creating path aliases. 2009-12-17 13:10:19 +00:00
php - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
poll - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
profile - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
rdf - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
search - Patch #664130 by gpk: removed redundant comment. 2009-12-22 15:09:37 +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 #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had an invalid getInfo() definition. 2009-12-24 08:03:53 +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
system #605892 by ksenzee and justinrandell: Convert theme logo upload to filestream wrappers (with tests so we don't break it again). 2009-12-24 16:54:56 +00:00
taxonomy - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
toolbar - Patch #658726 by yoroy: more home link tweaks. 2009-12-22 14:05:09 +00:00
tracker
translation
trigger
update - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
user - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
README.txt

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