drupal/modules
Dries Buytaert a8bb546ece - Patch #620446 by sun: removed a whitespace. 2009-12-02 00:14:26 +00:00
..
aggregator - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
block - Patch #446666 by cweagans: split 'administer site configuration' into more granular permissions. 2009-12-01 22:30:31 +00:00
blog #633064 by arianek and jhodgdon: Updated Blog Module to new documentation standard. 2009-11-26 06:49:28 +00:00
book - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
color - Patch #446666 by cweagans: split 'administer site configuration' into more granular permissions. 2009-12-01 22:30:31 +00:00
comment - Patch #645374 by sun: make object IDs available to form submit handlers. This should be a best practice, IMO. 2009-12-01 16:03:35 +00:00
contact - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
dashboard - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
dblog #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
field - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests. 2009-12-01 03:07:34 +00:00
field_ui - Patch #619230 by matt2000, yched: update 'default field value' UI code for D7 Field API. 2009-11-24 21:38:33 +00:00
file - Patch #613754 by yched, detour, matt2000: fixed field_info_fields(). 2009-11-29 06:35:47 +00:00
filter - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
forum - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
help #633836 by batigolix and arianek: Convert Help module's help to new standard. 2009-11-29 19:37:02 +00:00
image #633808 by batigolix, arianek, and jhodgdon: Update Image module to new help standard. 2009-11-26 06:19:12 +00:00
locale - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
menu - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
node - Patch #629518 by jhodgdon: better documentation. 2009-12-01 19:00:18 +00:00
openid #640198 by batigolix and arianek: Update OpenID module to conform to new help standard. 2009-11-26 04:49:52 +00:00
overlay #517688: Just a commit of a modules/overlay directory to make patch rolling easier. 2009-09-16 23:55:40 +00:00
path - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
php - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
poll - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
profile #493520 by mfb and oneoftwo: Fixed Profile fields cannot be updated (with tests). 2009-11-20 04:15:15 +00:00
rdf #642612 by yched: Add clean way to reset entity_info() cache. 2009-11-26 05:54:48 +00:00
search - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
shortcut - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
simpletest #632030 by JohnAlbin: Merge Garland and Minnelli into one theme. 2009-12-01 15:57:40 +00:00
statistics - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
syslog - Patch #634234 by jhodgdon, arianek: more help improvements. 2009-12-01 23:48:48 +00:00
system - Patch #620446 by sun: removed a whitespace. 2009-12-02 00:14:26 +00:00
taxonomy - Patch #645374 by sun: make object IDs available to form submit handlers. This should be a best practice, IMO. 2009-12-01 16:03:35 +00:00
toolbar - Patch #637702 by jhodgdon, David_Rothstein: get rid of Administration Shortcuts menu. Left-over code. 2009-12-01 13:41:55 +00:00
tracker - Patch #642178 by mfb: fixed two comment updates bug. 2009-11-29 10:33:16 +00:00
translation - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
trigger - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work! 2009-11-17 21:24:19 +00:00
update - Patch #446666 by cweagans: split 'administer site configuration' into more granular permissions. 2009-12-01 22:30:31 +00:00
upload - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
user - Patch #446666 by cweagans: split 'administer site configuration' into more granular permissions. 2009-12-01 22:30:31 +00:00
README.txt - Patch #596962 by dww | Dave Reid: fix formatting on /(modules|themes)/README.txt. 2009-10-08 01:44:22 +00:00

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