drupal/modules
Angie Byron 5cc1704a3f #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module. 2009-03-31 01:45:31 +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 #408562 by BruceBGordon: Code clean-up. 2009-03-30 05:40:44 +00:00
color #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
comment - Patch #296482 by mr.baileys: additional tests for the comments block. 2009-03-25 16:54:24 +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 #402044 by yched: Make Field CSS RTL compatible. 2009-03-30 05:28:41 +00:00
filter #304330 follow-up by sun: Clean-up of text format widget patch. 2009-03-30 03:15:41 +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 #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module. 2009-03-31 01:45:31 +00:00
node #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with tests). 2009-03-30 05:35:35 +00:00
openid - Patch #394488 by Dave Reid: corrected some database conversions. 2009-03-18 09:49:31 +00:00
path #367356 by ultimateboy: Add label above path form for consistency. 2009-03-30 05:30:39 +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 #376408 by pwolanin and ajevans85: Stop phantom () appearing in search results. 2009-03-27 00:16:16 +00:00
simpletest #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with tests). 2009-03-30 05:35:35 +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 #414218 by cha0s: Document hook_update_N()'s ability to use batch API. 2009-03-29 23:11:09 +00:00
taxonomy #351797 by catch: Allow loading multiple vocabularies at once (with tests). 2009-03-30 05:18:49 +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 #373177 by Moshe Weitzman: node upload table should use late rendering. 2009-03-25 16:43:02 +00:00
user #369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray. 2009-03-26 13:31:28 +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