drupal/modules
Dries Buytaert 26cdaf72f2 - Patch #506482 by spuky, catch: remove some pointless /admin descriptions. 2009-08-16 11:31:27 +00:00
..
aggregator #412410 by c960657: Make schema descriptions plain text. 2009-08-02 08:16:16 +00:00
block #545580 by moshe weitzman: Simplify block render structure. 2009-08-15 06:50:29 +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 #549182 by catch: Move logging and errors to admin/config/development. 2009-08-14 14:00:14 +00:00
field #548630 by bjaspan: Document hook_field_is_empty(). 2009-08-14 05:16:26 +00:00
filter #545580 by moshe weitzman: Simplify block render structure. 2009-08-15 06:50:29 +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 #295982 by kscheirer, jhedstrom, Senpai, et al: Added tests for the main help page. 2009-08-15 20:07:24 +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 #549230 by sun: Changed Use drupal_static() in _node_revision_access(). 2009-08-14 13:53:01 +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 #476290 by tylor, evlis2, bohjan, Psicomante et al: add path alias to taxonomy term edit page. Yay. 2009-08-15 15:45:07 +00:00
php - Patch #548308 by dropcube: remove hook_filter_tips() as part of the hook_filter() refactoring. 2009-08-14 08:06:23 +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 #296324 by R.Muilwijk, kscheirer, and pamelad: Fixed TestingParty08: url() for internal urls need a thorough test. 2009-08-16 03:16:19 +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 #549182 by catch: Move logging and errors to admin/config/development. 2009-08-14 14:00:14 +00:00
system - Patch #506482 by spuky, catch: remove some pointless /admin descriptions. 2009-08-16 11:31:27 +00:00
taxonomy #545306 by alexanderpas: De-op hook_node_type(). 2009-08-11 15:50:56 +00:00
toolbar #519046 by catch, pwolanin: Fix how toolbar_get_menu_tree() determines menu to remove unneeded calls to _menu_check_access(). 2009-08-14 15:30:59 +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