drupal/modules
Angie Byron 4bfbde89e7 #396388 by andypost: Fix syntax of comment order query for pgsql. 2009-08-04 06:53:48 +00:00
..
aggregator #412410 by c960657: Make schema descriptions plain text. 2009-08-02 08:16:16 +00:00
block #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +00:00
blog #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04:34 +00:00
blogapi #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
book - 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
color - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA. 2009-07-31 11:20:43 +00:00
comment #396388 by andypost: Fix syntax of comment order query for pgsql. 2009-08-04 06:53:48 +00:00
contact - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
dblog - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
field #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +00:00
filter - Patch #537678 by Bojhan: remove drag-and-drop help text. 2009-08-02 15:44:08 +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 - Patch #536784 by deekayen: fixed spelling of the word 'permission'. 2009-07-31 19:59:20 +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 #339406 by dropcube and boombatower: Add an assertion to check if a checkbox is checked. 2009-08-03 22:18:59 +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 #76422 by coreyp_1: Greet admin users with a prompt to create content types rather than an access denied page when no content types exist on node/add. 2009-08-04 06:44:48 +00:00
openid - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization. 2009-07-29 06:39:35 +00:00
path - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization. 2009-07-29 06:39:35 +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 #537678 by Bojhan: remove drag-and-drop help text. 2009-08-02 15:44:08 +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 #500334 by boombatower: Add neutral styling for debug assertions. 2009-08-04 06:47:00 +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 #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +00:00
taxonomy #526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API. 2009-08-04 06:50:07 +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 #536570 by Gábor Hojtsy: implemented new IA for top-level users. 2009-07-31 19:01:03 +00:00
trigger - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort. 2009-07-28 19:18:08 +00:00
update - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA. 2009-07-31 11:20:43 +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 #433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects. 2009-08-04 06:38:57 +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