drupal/modules
Angie Byron 00ad7e8e03 #529756 by yched: Allow fields to be weighted per context. 2009-08-13 01:50:00 +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 #529756 by yched: Allow fields to be weighted per context. 2009-08-13 01:50:00 +00:00
filter - Patch #542742 by tic2000: create wrapper functions to load/serialize a DOM. 2009-08-11 12:00:19 +00:00
forum #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04: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 #371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all. 2009-07-21 07:09:47 +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 - Patch #510782 by David_Rothstein, Jody Lynn: fixed broken links. 2009-08-12 12:39:18 +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 #531444 by sivaji: fixed broken link. 2009-07-30 21:46:47 +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 #539724 by Gábor Hojtsy, Bohjan: make Seven legends look like on the mocks. 2009-08-12 11:32:07 +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 #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +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