drupal/modules
Dries Buytaert dba2ebb118 - Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page. 2009-09-26 00:13:19 +00:00
..
aggregator - Patch #588218 by Dave Reid: use PHP5 date constants. 2009-09-25 23:53:26 +00:00
block
blog
book - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus. 2009-09-22 15:26:46 +00:00
color
comment
contact - Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page. 2009-09-26 00:13:19 +00:00
dblog
field
field_ui
file
filter - Patch #560738 by sun, noahb, David_Rothstein | dropcube: trying to delete a text format gives 'page not found'. 2009-09-25 14:06:09 +00:00
forum
help - Patch #529316 by jhodgdon: fixed and improved hook_help() documentation. 2009-09-11 07:08:23 +00:00
image #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes 2009-09-18 00:12:48 +00:00
locale
menu
node - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created after drupalCreateContentType(). 2009-09-25 15:12:56 +00:00
openid
overlay
path
php
poll
profile
search Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
simpletest - Patch #582956 by dww | Damien Tournoud: fixed FormsTestCase::testRequiredFields(). 2009-09-25 17:18:41 +00:00
statistics
syslog
system - Patch #578676 by sun: clean ups for cron queue. 2009-09-25 23:48:24 +00:00
taxonomy - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions. 2009-09-25 14:24:34 +00:00
toolbar
tracker #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
translation
trigger
update
upload - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions. 2009-09-25 14:24:34 +00:00
user - Patch #118345 by sun: code clean-up and removed extra condition that slipped in. 2009-09-25 15:14:18 +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