drupal/modules
Dries Buytaert 96ababd133 - Patch #611752 by catch: taxonomy_field_validate() calls taxonomy_allowed_values(). 2010-01-15 10:49:46 +00:00
..
aggregator - Patch #682530 by TUc: removed redundant variable_get() call. 2010-01-13 14:35:41 +00:00
block #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance. 2010-01-13 05:40:03 +00:00
blog
book
color
comment #538164 follow-up by sun: Make comment body a required field. 2010-01-14 02:00:08 +00:00
contact #599124 by jhodgdon and Bojhan: Cleanup contact_help(). 2010-01-14 05:51:59 +00:00
contextual
dashboard #677534 by jhodgdon, andrewmacpherson, Bojhan, yoroy, et al: Fixed Customize still being used in place of Edit. 2010-01-14 04:04:30 +00:00
dblog
field - Patch #683736 by c960657: use db_like() where appropriate. 2010-01-13 23:19:54 +00:00
field_ui #654934 by plach: Remove Translatable option on field creation. This functionality has been moved to Entity Translation in contrib. 2010-01-13 05:43:01 +00:00
file #675414 by quicksketch: Use #limit_validation_errors() on File upload and removal. 2010-01-11 16:26:40 +00:00
filter #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'. 2010-01-10 22:56:51 +00:00
forum #652048 by chx: Factor out the caching pattern from forum. 2010-01-14 06:20:15 +00:00
help #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. 2010-01-12 23:04:48 +00:00
image #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'. 2010-01-13 06:26:49 +00:00
locale #678546 by rfay and jhodgdon: Improve wording of help text in admin/config/regional/language/configure. 2010-01-14 06:43:24 +00:00
menu - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: router loaders causing a lot of database hits for access checks. 2010-01-14 13:45:33 +00:00
node - Patch #683630 by Dave Reid: remove hard-coded 'administer nodes' checking in node_validate() and node_submit(). 2010-01-14 19:06:17 +00:00
openid #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
overlay #651810 follow-up by ksenzee: Improve documentation. 2010-01-14 04:06:54 +00:00
path
php #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'. 2010-01-10 22:56:51 +00:00
poll #678714 follow-up: Renaming poll template file renames. Ah, poll module... your role as our one true regression test continues to be realized... 2010-01-13 06:07:27 +00:00
profile - Patch #683736 by c960657: use db_like() where appropriate. 2010-01-13 23:19:54 +00:00
rdf #642122 by scor and Stefan Freudenberg: Allow for RDFa datatype attribute without callback function. 2010-01-14 06:31:45 +00:00
search - Patch #683736 by c960657: use db_like() where appropriate. 2010-01-13 23:19:54 +00:00
shortcut #674394 by David_Rothstein: Move add/remove shortcut buttons to a theme setting, so that it does not appear on themes where it makes no sense. 2010-01-14 06:47:54 +00:00
simpletest - Patch #683814 by yched: remove unneeded call to batch_process(). 2010-01-15 04:16:57 +00:00
statistics
syslog
system #605272 by dww: Fixed Use a better directory when installing code via the update manager. 2010-01-14 06:39:37 +00:00
taxonomy - Patch #611752 by catch: taxonomy_field_validate() calls taxonomy_allowed_values(). 2010-01-15 10:49:46 +00:00
toolbar #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. 2010-01-12 23:04:48 +00:00
tracker #614508 by linclark and scor: Annotate tracker page with RDFa. 2010-01-14 06:23:40 +00:00
translation #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'. 2010-01-10 22:56:51 +00:00
trigger #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'. 2010-01-10 22:56:51 +00:00
update - Patch #684828 by dww: function update_requirements() doesn't return anything during install and stops the install process. 2010-01-15 10:12:36 +00:00
user - Patch #46149 by Senpai, sun, alexanderpas, hunmonk, ChrisKennedy, tstoeckler, cwgordon7: prevent account cancellation for uid 1. 2010-01-14 19:21:55 +00:00
README.txt

README.txt

// $Id$

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