drupal/modules
Angie Byron 7cd59c6bc4 #548630 by bjaspan: Document hook_field_is_empty(). 2009-08-14 05:16:26 +00:00
..
aggregator #412410 by c960657: Make schema descriptions plain text. 2009-08-02 08:16:16 +00:00
block - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
blog - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
blogapi #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
book #545306 by alexanderpas: De-op hook_node_type(). 2009-08-11 15:50:56 +00:00
color #292253 by Damien Tournoud: Remove per-user themes selection from core. 2009-08-05 19:40:55 +00:00
comment #545306 by alexanderpas: De-op hook_node_type(). 2009-08-11 15:50:56 +00:00
contact - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
dblog - Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else. 2009-08-11 11:47:58 +00:00
field #548630 by bjaspan: Document hook_field_is_empty(). 2009-08-14 05:16:26 +00:00
filter - Patch #546336 by dropcube: transform hook_filter from having a paramater to hook_filter_(). 2009-08-13 19:53:20 +00:00
forum - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, and properly delete an unused variable upon uninstallation. 2009-08-13 11:43:34 +00:00
help #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
image #540798 by kjy07 and Jody Lynn: Require image style names. 2009-08-13 02:03:29 +00:00
locale - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
menu #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04:34 +00:00
node #336627 by Tresler and jhodgdon: Fix incorrect documentation in node_type_form_validate(). 2009-08-14 00:12:57 +00:00
openid - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
path - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ... 2009-08-11 11:52:46 +00:00
php - Patch #546336 by dropcube: transform hook_filter from having a paramater to hook_filter_(). 2009-08-13 19:53:20 +00:00
poll #395132 by jhodgdon: Fix inaccurate documentation for poll_node_form_submit(). 2009-08-03 17:30:33 +00:00
profile - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
search - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
simpletest - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. 2009-08-13 11:31:26 +00:00
statistics - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
syslog #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
system - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. 2009-08-13 11:31:26 +00:00
taxonomy #545306 by alexanderpas: De-op hook_node_type(). 2009-08-11 15:50:56 +00:00
toolbar - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. 2009-07-30 19:24:21 +00:00
tracker #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
translation - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ... 2009-08-11 11:52:46 +00:00
trigger - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs. 2009-08-12 12:36:05 +00:00
update #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
upload - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
user #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
README.txt #209663 minor follow up by keith.smith: improve wording of module and theme readmes 2008-01-25 19:47:58 +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