drupal/modules
Dries Buytaert 9fe9144ae7 - Patch #169937 by Heine, drumm: user_save should not regenerate the session even when the current user is not the edited user. 2008-12-16 21:09:55 +00:00
..
aggregator - Patch #342493 by mayor: make aggregator.test work on PostgreSQL. 2008-12-04 11:11:59 +00:00
block
blog
blogapi
book
color
comment - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
contact - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
dblog - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) 2008-12-11 20:35:37 +00:00
filter
forum - Patch #218730 by swentel: removed unused function from forum.module. 2008-12-13 14:05:11 +00:00
help - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) 2008-12-11 20:35:37 +00:00
locale - Patch #276111 by pwolanin, Gabor et al: validate translation strings on import. 2008-12-09 19:53:36 +00:00
menu
node - Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the test bots. 2008-12-12 16:18:31 +00:00
openid
path
php
poll - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
profile
search - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
simpletest - Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath. 2008-12-13 14:03:21 +00:00
statistics - Patch #229051 by Josh Waihi: made top visitor page work on PostgreSQL. 2008-12-13 13:52:40 +00:00
syslog
system
taxonomy
tracker
translation
trigger
update #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
upload
user - Patch #169937 by Heine, drumm: user_save should not regenerate the session even when the current user is not the edited user. 2008-12-16 21:09:55 +00:00
README.txt

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