drupal/modules
webchick 41efebcf07 Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function lacks documentation of parameters. 2011-06-29 23:56:09 -07:00
..
aggregator - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item(). 2011-04-12 20:42:11 +02:00
block Issue #1175614 by barbi, oriol_e9g, joachim: Remove HTML tags in the documentation for block_list() 2011-06-21 23:46:55 -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 #1019374 by Jody Lynn: Delete book variables on hook_uninstall(). 2011-05-30 20:46:08 -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 #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: format in comment_preview() line 2065 and line 2183. 2011-06-29 23:51:36 -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 #1145700 by jbrown, greggles: Improve sanitization of watchdog link/operations item. 2011-06-21 09:24:01 -07:00
field Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -07:00
field_ui Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -07:00
file Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -07:00
filter - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02: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 #885616 by mgifford, Everett Zufelt: Fixed Labels missing from a number of locale admin forms. 2011-06-26 22:51:07 -07:00
menu Issue #993134 by lyricnz, adam.hammouda: Fixed menu_save() needs to document the form of the menu name. 2011-06-21 23:39:52 -07:00
node Issue #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke testbot. 2011-06-29 18:58:02 -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 #1154812 by lyricnz, Starminder: Fixed Poll Schema mismatch after upgrade D6 to D7. 2011-05-23 16:45:57 -07:00
profile Stripping CVS keywords 2011-02-25 02:06:03 +00:00
rdf Stripping CVS keywords 2011-02-25 02:06:03 +00:00
search Issue #1101678 by cwells73, jhodgdon: Fixed documentation for hook_search_status() 2011-06-29 23:21:54 -07:00
shortcut Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). 2011-06-15 02:28:22 -04:00
simpletest Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: line-breaks are mangled by drupal_html_to_text(). 2011-06-29 22:51:13 -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 #1083982 by Damien Tournoud: Fixed support for remote streamwrappers. 2011-06-29 22:29:34 -07:00
taxonomy Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -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 #1192178 by pillarsdotnet: Changed The user_module_invoke() function lacks documentation of parameters. 2011-06-29 23:56:09 -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