drupal/modules
webchick 3eb1c0f675 Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?. 2011-09-27 11:59:41 -07:00
..
aggregator Reverting #1266348. We can't change APIs in a stable release. 2011-09-24 06:06:35 -04:00
block
blog
book
color
comment - Patch #1281436 by dixon_: double spaces in comment.module. 2011-09-16 14:58:36 -04:00
contact
contextual
dashboard
dblog
field
field_ui
file Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?. 2011-09-27 11:59:41 -07:00
filter
forum
help
image
locale
menu - Patch #955848 by anrikun, Kars-T, catch, chx: when editing an existing node with a link, the link itself is listed in 'Parent item' 2011-09-25 11:38:51 +02:00
node
openid
overlay - Patch #1153122 by Mac_Weber, tim.plunkett: Fixed padding to make Save button in admin page more visible. 2011-09-17 20:03:13 -04:00
path
php
poll - Patch #706894 by amateescu, sun: poll form uses #description for a button. 2011-09-24 20:56:18 +02:00
profile
rdf
search
shortcut - Patch #1271026 by swentel: name of shortcut should be required. 2011-09-24 21:58:17 +02:00
simpletest Issue #1242460 by Chi: Code style fix for database_test().test. 2011-09-27 11:31:11 -07:00
statistics
syslog
system - Patch #1286650 by megensel: incorrect API usage in system.admin.inc. 2011-09-24 22:33:48 +02:00
taxonomy
toolbar
tracker
translation Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
trigger
update
user - Patch #1253204 by fietserwin: user_field_extra_fields() does not translate labels. 2011-09-24 22:01:35 +02: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