drupal/modules
Dries Buytaert 8a0d326a8e - Patch #400636 by mr.baileys: improve HTTP request assertion message. 2009-03-14 21:28:50 +00:00
..
aggregator #364467 by alex_b: Fix remove followed by update aggregator items. 2009-03-01 07:21:02 +00:00
block #315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :) 2009-03-14 16:41: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 - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
contact #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module. 2009-03-08 05:08:22 +00:00
dblog - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer. 2009-03-13 14:28:18 +00:00
field - Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage. 2009-03-13 21:25:40 +00:00
filter - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +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 - Patch #401916 by stompeers: change order of fields on menu creation form. 2009-03-14 21:16:42 +00:00
node - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
openid - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +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 #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
search #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests). 2009-03-08 05:16:20 +00:00
simpletest - Patch #400636 by mr.baileys: improve HTTP request assertion message. 2009-03-14 21:28:50 +00:00
statistics #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +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 #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +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 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
trigger #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
update - Patch #380064 by c960657: make file_scan_directory() use save property names as file_load(). 2009-02-22 17:55:30 +00:00
upload - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
user - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +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