drupal/modules
Dries af8bd61872 - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents. 2012-01-23 09:01:44 -05:00
..
aggregator
block Revert "Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom." 2011-12-28 20:38:27 -08:00
blog
book
color Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
comment Issue #1181750 by Everett Zufelt, sun: Fixed Removal of 'Hidden' option in comment settings form may break programmatic form submissions. 2012-01-21 09:19:11 -08:00
contact Issue #1332636 by sven.lauer, xjm: Clean up API docs for contact module. 2011-12-24 17:52:05 -08:00
contextual
dashboard
dblog
field Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase. 2012-01-21 09:54:59 -08:00
field_ui Issue #1273104 by TwoD, Rob Loach, nburles, nod_: Remove eval() from field_ui().js. 2011-12-31 16:12:19 -08:00
file Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
filter
forum
help
image Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
locale Issue #1387766 by dereine: Added Use fast drupal static pattern for locale. 2012-01-11 23:21:05 -05:00
menu Issue #955848 by anrikun, Kars-T, catch, chx, casey, sun: Fixed When editing an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting. 2012-01-21 10:09:06 -08:00
node Issue #1227396 by chris.leversuch, jhodgdon: Document that hook_node_access() is not called on node listings. 2012-01-11 23:17:15 -05:00
openid
overlay - Patch #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.js when minified. 2011-12-30 20:44:32 +01:00
path
php Revert "Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module." 2012-01-21 10:25:51 -08:00
poll Issue #1274212 by amateescu, c31ck: Fixed Incorrect order of choices in Poll module. 2012-01-11 23:27:05 -05:00
profile
rdf
search Issue #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice. 2012-01-13 23:53:34 -05:00
shortcut Issue #1344752 by pflame, aspilicious, JacobSingh: Fixed Drag and Drop of shortcuts between Enable and Disable Does not respect the Shortcuts Limit. 2012-01-11 23:19:09 -05:00
simpletest Issue #1160928 follow-up by sun: Commit missing file. Oops. 2012-01-21 14:00:27 -08:00
statistics
syslog Issue #1368872 by agentrickard, oriol_e9g: Clean up API docs for syslog. 2011-12-31 16:14:43 -08:00
system Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete 'site_offline_message' variable is not always deleted during the D6->D7 upgrade. 2012-01-21 12:47:45 -08:00
taxonomy - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents. 2012-01-23 09:01:44 -05:00
toolbar Issue #1367014 by chris.leversuch: Clean up API docs for toolbar module. 2012-01-11 23:18:00 -05:00
tracker Issue #1338110 by aaron.r.carlton, oriol_e9g: Fixed remove the protected variable () if it's not used in tracker.test. 2012-01-14 02:04:59 -05:00
translation
trigger
update Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
user Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
README.txt

README.txt

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