drupal/modules
Dries Buytaert ff9b6c611e - Patch #427296 by taz88ny: move some code from system.module to bloc.module where it belongs. 2009-04-20 07:36:34 +00:00
..
aggregator - Patch #417560 by JamesAn: moving the test files to a test directory. 2009-04-02 20:50:37 +00:00
block - Patch #427296 by taz88ny: move some code from system.module to bloc.module where it belongs. 2009-04-20 07:36:34 +00:00
blog - Patch #302234 by Berdir: converted blog module to the new database abstraction layer. 2009-04-15 13:50:08 +00:00
blogapi - Patch #233425 by catch, Jody Lynn, lilou: remove dependency on blog module. 2009-04-01 01:28:24 +00:00
book #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. 2009-04-11 22:19:46 +00:00
color #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
comment - Patch #431560 by JeremyFrench, jredding: fixed typo in the documentation. 2009-04-15 13:25:39 +00:00
contact - Patch #413852 by Berdir: correctly validate emails on PHP 5.3. 2009-04-05 12:10:56 +00:00
dblog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
field #368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions. 2009-04-20 02:46:25 +00:00
filter - Patch #428242 by David_Rothstein: small code clean-up in check_markup(). 2009-04-13 12:07:00 +00:00
forum - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
help #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
locale Roll-back of #333054; needs more discussion. 2009-04-20 02:23:17 +00:00
menu - Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} table causes problems. 2009-04-12 19:52:38 +00:00
node - Patch #385602 by Damien Tournoud, desbeers, Gabor Hojtsy: log message sometimes lost on node preview. With a test\! 2009-04-15 13:28:08 +00:00
openid - Patch #316515 by jmburnz, momendo: fixed position of OpenID logo. 2009-03-31 10:48:06 +00:00
path #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. 2009-04-11 22:19:46 +00:00
php #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
poll #404116 by neclimdul: Provide default choices on poll translations. 2009-04-20 03:41:36 +00:00
profile #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
search #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
simpletest #368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions. 2009-04-20 02:46:25 +00:00
statistics - Patch #160226 by Berdir, Dave Reid, karschsp: fixed SQL query in statistics_node_tracker function. 2009-04-19 18:51:37 +00:00
syslog - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
system - Patch #427296 by taz88ny: move some code from system.module to bloc.module where it belongs. 2009-04-20 07:36:34 +00:00
taxonomy - Patch #437120 by mfb: prevent double escaping of taxonmy term names. 2009-04-18 06:32:24 +00:00
tracker - Patch #394582 by Damien Tournoud: convert tracker module to new DB abstraction layer. 2009-04-05 12:26:12 +00:00
translation - Patch #394584 by Berdir: converted translation module to the new database abstraction layer. 2009-04-17 06:55:07 +00:00
trigger #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +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 #431304 by pwolanin: Vertical Tabs typo fix. 2009-04-12 03:52:22 +00:00
user #368559 by moshe weitzman: Return renderable arrays from profile pages. 2009-04-20 04:41:35 +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