drupal/modules
Angie Byron 917a37fb7e #356136 by nedjo, catch, and stella: Prevent duplicate translations (with tests). 2009-03-17 04:22:50 +00:00
..
aggregator #402396 by alex_b: Small aggregator clean-up. 2009-03-15 18:59:05 +00:00
block #401214 by Xano: Make custom block body required so it's not possible to create blocks that don't show up. 2009-03-17 03:42:30 +00:00
blog #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
blogapi #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +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 #404222 by cwgordon7: Fix comment above comment_link(). 2009-03-17 02:49:56 +00:00
contact #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module. 2009-03-08 05:08:22 +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 #338429 by scor: xhtml 1.1 compatibility fix. 2009-03-08 20:58:19 +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 #403526 by pwolanin: Fix PDO exception when enabling a menu link. 2009-03-16 20:31:11 +00:00
node #394508 by cwgordon7 and karschsp: Small text change to make empty content administration screen consistent with other screens. 2009-03-17 03:34:32 +00:00
openid #404244 by cwgordon7: Fix indentation in OpenID module. 2009-03-17 02:26:07 +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 #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +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 #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
taxonomy - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +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 #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +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 #347250 follow-up by c960657: Fix OpenID failure introduced by user_load_multiple(). 2009-03-17 02:07:42 +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