drupal/modules
Dries Buytaert c90e16721a - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities. 2009-07-03 18:26:35 +00:00
..
aggregator - Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs. 2009-07-03 05:12:25 +00:00
block - Patch #453254 by Pasqualle, Gábor Hojtsy: re-introduce per-content type visibility to block settings. 2009-07-01 08:04:19 +00:00
blog #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
blogapi - Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API. 2009-07-02 20:23:28 +00:00
book #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
color - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
comment - Patch #508786 by catch: removed pointless help text. 2009-07-03 04:35:30 +00:00
contact #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud. 2009-06-29 14:24:57 +00:00
dblog - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
field - Patch #509220 by tic2000: fixed text_field_sanitize() error. 2009-07-03 18:19:29 +00:00
filter - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities. 2009-07-03 18:26:35 +00:00
forum #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud. 2009-06-29 14:24:57 +00:00
help - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
locale #506124 by Bojhan: Move URL aliases path to site configuration. 2009-06-30 18:21:06 +00:00
menu #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud. 2009-06-29 14:24:57 +00:00
node - Patch #509122 by Berdir: rest in peace db_affected_rows(). 2009-07-03 10:57:46 +00:00
openid - Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you. 2009-06-30 11:32:08 +00:00
path #506124 by Bojhan: Move URL aliases path to site configuration. 2009-06-30 18:21:06 +00:00
php #490636 by yched and andypost: Update PHP test for body as field, solving fatal error. 2009-06-27 02:05:55 +00:00
poll - Patch #409750 by yched et al: overhaul and extend node build modes. 2009-06-22 09:10:07 +00:00
profile - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
search - Patch #504678 by catch: use objects instead of arrays. 2009-07-01 20:39:20 +00:00
simpletest - Patch #316189 by mfb, grndlvl: improved the format_date() test. 2009-07-03 05:15:41 +00:00
statistics #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
syslog - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
system - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager. Heroic effort. 2009-07-01 13:44:53 +00:00
taxonomy - Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API. 2009-07-02 20:23:28 +00:00
tracker #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
translation #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
trigger - Patch #504678 by catch: use objects instead of arrays. 2009-07-01 20:39:20 +00:00
update - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. 2009-06-22 13:21:38 +00:00
upload #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
user #504678 follow-up by catch: Fix notice in PHP 5.3. 2009-07-02 15:07:37 +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