drupal/modules
webchick ee8670c295 Issue #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates. 2011-07-20 01:02:18 -07:00
..
aggregator - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item(). 2011-04-12 20:42:11 +02:00
block Issue #1103590 by dcrocks: Fixed blocks being added to 'hidden' region when theme first enabled. 2011-07-03 10:57:13 -07:00
blog Issue #276174 follow-up by Gábor Hojtsy, TR: Fixed Document check_plain() use in blog.module. 2011-06-01 15:06:35 -07:00
book Issue #360377 by deviantintegral, janusman: Fixed book_get_books() cache becomes stale when batch-inserting book pages. 2011-07-04 10:16:28 -07:00
color Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library hook_requirements() desaturation and rotate errors into warnings.. 2011-06-22 17:53:54 -07:00
comment Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does not work. 2011-07-04 21:54:53 -07:00
contact Stripping CVS keywords 2011-02-25 02:06:03 +00:00
contextual Stripping CVS keywords 2011-02-25 02:06:03 +00:00
dashboard Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core. 2011-05-28 11:56:17 -07:00
dblog Issue #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants are necessary. 2011-07-04 21:51:51 -07:00
field Issue #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates. 2011-07-20 01:02:18 -07:00
field_ui Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors. 2011-07-13 21:49:41 -04:00
file Issue #1179426 by chx, xjm: Added tests for SA-CORE-2011-001. 2011-07-18 00:59:37 -07:00
filter Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests. 2011-07-18 00:56:06 -07:00
forum Issue #1003308 by andypost: further forum module fix. 2011-05-08 20:48:56 -07:00
help Stripping CVS keywords 2011-02-25 02:06:03 +00:00
image Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library hook_requirements() desaturation and rotate errors into warnings.. 2011-06-22 17:53:54 -07:00
locale Issue #1040262 by tsi: Fixed locale-rtl.css. 2011-07-07 17:13:44 -07:00
menu Issue #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert 'primary-links' menu to 'main-menu'. 2011-07-04 22:01:00 -07:00
node Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests. 2011-07-18 00:56:06 -07:00
openid Rollback of #1076366. This is not quite ready to go yet, because it depends on another issue (#1120290). 2011-05-18 00:31:07 -05:00
overlay Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark. 2011-06-21 23:29:08 -07:00
path - Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config. 2011-04-12 21:27:07 +02:00
php Stripping CVS keywords 2011-02-25 02:06:03 +00:00
poll Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests. 2011-07-18 00:56:06 -07:00
profile Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests. 2011-07-18 00:56:06 -07:00
rdf Stripping CVS keywords 2011-02-25 02:06:03 +00:00
search Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors. 2011-07-13 21:49:41 -04:00
shortcut Issue #1187906 by David_Rothstein, tstoeckler: Fixed Shortcut module cannot be installed via an install profile if the menu module wasn't installed first. 2011-07-11 23:37:21 -04:00
simpletest Issue #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates. 2011-07-20 01:02:18 -07:00
statistics - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
syslog Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system Issue #822054 by agentrickard: Remove site_mission() cruft in system.test. 2011-07-18 22:58:15 -07:00
taxonomy Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in field_default_form(). 2011-07-17 23:57:28 -07:00
toolbar - Patch #1095498 by ohnobinki: toolbar toggle link rendered without escaping ampersand as an html entity. 2011-04-12 22:30:42 +02:00
tracker Stripping CVS keywords 2011-02-25 02:06:03 +00:00
translation Issue #1137074 by plach, Jose Reyero: notices and wrong links on translation tab for unpublished nodes. 2011-05-24 15:50:37 -07:00
trigger Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update Issue #647964 by jergason, bfroehle, Damien Tournoud, corbacho, Pancho: Fixed Running cron does not check for available updates. 2011-05-28 11:17:20 -07:00
user Issue #1204844 by good_man: Fixed User module lacks a little RTL. 2011-07-03 10:49:24 -07:00
README.txt Stripping CVS keywords 2011-02-25 02:06:03 +00:00

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