drupal/modules
Angie Byron 4bfda4db83 #410638 by foxtrotcharlie: Prevent 'Powered by Drupal' settings showing up on all system blocks. 2009-03-25 13:48:42 +00:00
..
aggregator #402396 by alex_b: Small aggregator clean-up. 2009-03-15 18:59:05 +00:00
block - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
blog - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
blogapi - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore. 2009-03-17 12:41:54 +00:00
book - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
color #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
comment - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore. 2009-03-17 12:41:54 +00:00
contact #413060 by pp: Fix typo preventing contact categories from appearing in table. 2009-03-25 13:45:00 +00:00
dblog #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
field #369562 follow-up by jeffschuler: More trivial field API clean-up. 2009-03-17 03:46:51 +00:00
filter #401956 by chx and Damien Tournoud: Add an optional filter to turn [internal:node/123] into a link to an internal Drupal page. 2009-03-15 01:53:16 +00:00
forum - Patch #408564 by brianV: make table columns align with table header. 2009-03-20 20:53:38 +00:00
help #394460 by Crell: DBTNGify Help module. 2009-03-08 03:39:57 +00:00
locale #369229 follow-up by stella and nedjo: Fix locale tests. 2009-02-24 16:46:52 +00:00
menu - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
node - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
openid - Patch #394488 by Dave Reid: corrected some database conversions. 2009-03-18 09:49:31 +00:00
path #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
php - Patch #394512 by csevb10: converted to the new database abstraction layer. 2009-03-13 21:35:02 +00:00
poll - Patch #226876 by csevb10, dave reid, et al: converted more queries to the new database abstraction layer. 2009-03-09 20:36:58 +00:00
profile #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
search #356359 by mgifford and nfreear: Resolve accessibility failures in search form. 2009-03-15 18:51:28 +00:00
simpletest - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
statistics #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
syslog - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling. 2009-01-21 14:22:33 +00:00
system #410638 by foxtrotcharlie: Prevent 'Powered by Drupal' settings showing up on all system blocks. 2009-03-25 13:48:42 +00:00
taxonomy #141965 by jeffschuler: Remove newline so hook_term_path() docs show up. 2009-03-21 00:59:02 +00:00
tracker Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
translation #356136 by nedjo, catch, and stella: Prevent duplicate translations (with tests). 2009-03-17 04:22:50 +00:00
trigger - Patch #357031 by aaronbauman, hinfox, dereine: passing the wrong parameter. 2009-03-20 19:14:51 +00:00
update #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
upload - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
user - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +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