drupal/modules
Dries Buytaert 120063909a - Patch #714350 by marcvangend, yrocq: fixed undefined index: display_field() in file_field_widget_form() in file.field.inc. 2010-02-23 09:52:56 +00:00
..
aggregator -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories on Configuration. 2010-02-13 21:41:58 +00:00
block - Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself as the default local task on /admin. 2010-02-17 08:56:48 +00:00
blog - Patch #691456 by Boobaa: removed extra apostrophe in blog.module. 2010-01-22 22:54:04 +00:00
book - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
color
comment - Patch #517850 by JohnAlbin: polish default comment-wrapper.tpl.php and associated CSS. 2010-02-23 09:51:21 +00:00
contact - Patch #716558 by Dave Reid: use ['actions'] in contact forms. 2010-02-17 08:48:18 +00:00
contextual
dashboard - Patch #720506 by Jacine: fixed invalid markup. 2010-02-21 10:47:25 +00:00
dblog #705310 follow-up by Berdir: Remove tests for no longer existing code. 2010-02-08 23:31:45 +00:00
field - Patch #332725 by andypost, Damien Tournoud, lilou, Gábor Hojtsy: locale_inc_callback() is a thing of the past. 2010-02-22 20:53:13 +00:00
field_ui #553304 by chellman and jhodgdon: Update Field UI help text to reflect recent changes in Drupal 7. 2010-02-22 16:29:34 +00:00
file #618654 by Steven Merrill, justinrandell, jim0203, quicksketch, and David_Rothstein: Fixed File and image fields are treated as temporary files and automatically deleted after six hours. 2010-02-17 05:39:51 +00:00
filter #563106 follow-up by adrian: More upgrade path fixes. 2010-02-18 04:36:38 +00:00
forum #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
help
image - Patch #714350 by marcvangend, yrocq: fixed undefined index: display_field() in file_field_widget_form() in file.field.inc. 2010-02-23 09:52:56 +00:00
locale - Patch #332725 by andypost, Damien Tournoud, lilou, Gábor Hojtsy: locale_inc_callback() is a thing of the past. 2010-02-22 20:53:13 +00:00
menu #605926 by jim0203, sun, jhodgdon, dman, eileenmcnaughton, Gábor Hojtsy: Fixed Menu link weight changes when editing a node. (with tests) 2010-02-17 05:46:16 +00:00
node #722688 by moshe weitzman: Allow programmatic setting of node->changed. 2010-02-23 05:03:38 +00:00
openid #711180 by jerdiggity: Fixed Typo in openid requirements BC Math lib. 2010-02-11 15:48:38 +00:00
overlay - Patch #674852 by casey: keep tabs when navigating in the overlay. 2010-02-20 14:48:38 +00:00
path -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories on Configuration. 2010-02-13 21:41:58 +00:00
php
poll
profile
rdf - Patch #685034 by linclark: improved tracker RDF test. 2010-02-15 18:40:43 +00:00
search #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors. 2010-02-17 22:44:52 +00:00
shortcut - Patch #717596 by alpritt: shortcut admin pages should be in the 'User interface' section, not the 'System' section. 2010-02-19 10:36:12 +00:00
simpletest #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix tablename. 2010-02-23 05:07:18 +00:00
statistics
syslog
system #237274 by alexanderpas: Fixed hook_update_N: Documented summary is not one line. 2010-02-23 05:04:50 +00:00
taxonomy #563106 follow-up by adrian: More upgrade path fixes. 2010-02-18 04:36:38 +00:00
toolbar - Patch #707070 by seutje: fixed top level IA items not keeping their active styling. 2010-02-11 08:57:30 +00:00
tracker #614508 by linclark and scor: Annotate tracker page with RDFa. 2010-01-14 06:23:40 +00:00
translation
trigger - Patch #708144 by lilou: remove double semicolons at end of line. 2010-02-09 12:29:39 +00:00
update - Patch #706648 by orangecoat-ciallella: correcting tab weights, part 1. 2010-02-17 09:08:59 +00:00
user - Patch #721436 by chx, moshe weitzman: improved performance of user_save() by removing and reworking some code. 2010-02-22 19:51:15 +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