drupal/modules
Angie Byron 11b932e19d #950028 by amateescu: Put context around the string 'Strong' for translators. 2010-11-21 09:16:54 +00:00
..
aggregator #445736 by sun: Fixed Poll does not respect weight in Preview or More button. 2010-10-25 15:51:21 +00:00
block #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard to limit available blocks. 2010-11-06 23:24:33 +00:00
blog #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
book #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
color - Patch #917000 by corbacho, tstoeckler: follow convention for CVS // $. 2010-11-19 20:37:17 +00:00
comment #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
contact - Patch #973488 by amateescu, Volx: wrong default value in user admin settings form. 2010-11-17 03:58:30 +00:00
contextual #875132 follow-up by seutje, sun, Jacine: Better method of preventing contextual links from cutting off in footer. 2010-11-20 10:02:55 +00:00
dashboard #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard to limit available blocks. 2010-11-06 23:24:33 +00:00
dblog - Patch #973242 by pp: inconsistent type name. 2010-11-16 18:50:12 +00:00
field #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached more than once 2010-11-20 19:57:01 +00:00
field_ui #971440 by Azol: Small coding standards fixes for field_ui.js 2010-11-21 08:50:49 +00:00
file #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached more than once 2010-11-20 19:57:01 +00:00
filter #950028 by amateescu: Put context around the string 'Strong' for translators. 2010-11-21 09:16:54 +00:00
forum #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard to limit available blocks. 2010-11-06 23:24:33 +00:00
help
image #942060 by Sweetchack: Add draggability to the new image effect row in image style table. 2010-11-21 07:24:53 +00:00
locale #926212 by plach, bforchhammer: Fixed URLs rewritten with disabled languages 2010-11-21 09:01:30 +00:00
menu - Patch #955610 by casey: impossible to have multiple node forms on one page due to fixed IDs. 2010-11-05 19:47:20 +00:00
node #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
openid - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
overlay #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function 2010-11-20 04:03:51 +00:00
path - Patch #955610 by casey: impossible to have multiple node forms on one page due to fixed IDs. 2010-11-05 19:47:20 +00:00
php
poll #904308 by drunken monkey: Fixed 'Most recent poll' block doesn't show links 2010-11-20 09:25:30 +00:00
profile - Patch #171117 by earnie, sun, JirkaRybka, catch, beginner: regression: users without administer users permission can not access user profiles of users that never logged in . 2010-11-12 02:57:15 +00:00
rdf #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
search - Patch #974606 by Crell: misnamed function in hook documentation. 2010-11-18 05:38:39 +00:00
shortcut
simpletest #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are not inherited 2010-11-21 08:53:18 +00:00
statistics #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
syslog
system #975806 by amateescu, modesia: Fix incorrect page structure in hook_page_alter() docs. 2010-11-20 08:39:40 +00:00
taxonomy #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
toolbar
tracker
translation #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
trigger #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects. 2010-10-20 16:19:24 +00:00
update #964072 by BarisW: Fixed TItle attribute on 'Update notes' link should not include HTML tags 2010-11-20 09:40:34 +00:00
user #955414 by bfroehle: Fixedd user_get_authmaps: respect proper key-value ordering as in description 2010-11-21 08:02:30 +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