drupal/modules
Dries Buytaert e174039d6f - Patch #669062 by Damien Tournoud and security team: fixed SA-CORE-2009-009: menu description XSS. 2009-12-28 20:51:18 +00:00
..
aggregator - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
block - Patch #655408 by roborn: fixed block drag-and-drop. One critical bug less. 2009-12-21 08:14:12 +00:00
blog - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
book - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
color - Patch #658140 by jhodgdon: various small help text fixes. 2009-12-14 20:38:15 +00:00
comment Roll-back of #654854: this causes tests to fail. 2009-12-27 03:43:45 +00:00
contact - Patch #669060 by Damien Tournoud: fixed SA-CORE-2009-009: contact category name XSS. 2009-12-28 11:53:49 +00:00
contextual - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
dashboard - Patch #658034 by seutje: core should not use CSS classnames that contain an underscore. 2009-12-14 22:31:17 +00:00
dblog #601548 follow-up by chx, Arancaytar, and justinrandell: Fix failures in DBLog tests. 2009-12-23 23:07:16 +00:00
field - Patch #658302 by yched: repurpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-28 20:24:08 +00:00
field_ui - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
file - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
filter - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
forum - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
help - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
image - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
locale - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
menu - Patch #635094 by plach: switching from zxx to und as it is semantically more correct. 2009-12-22 14:19:25 +00:00
node - Patch #668806 by Dave Reid: brought permission handling for node revisions up to standards. 2009-12-28 11:12:55 +00:00
openid - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
overlay #667074 by Kiphaas7: Fixed Very slow / delayed fade in with overlay on Firefox. 2009-12-25 10:15:23 +00:00
path - Patch #190867 by chx: fixed access to creating path aliases. 2009-12-17 13:10:19 +00:00
php - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
poll - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
profile - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
rdf - Patch #667040 by effulgentsia: optimize template_preprocess_field(). 2009-12-26 12:48:14 +00:00
search - Patch #664130 by gpk: removed redundant comment. 2009-12-22 15:09:37 +00:00
shortcut - Patch #663900 by Bojhan: removed dashboard link from shortcut bar because there is already a link in the header bar. 2009-12-20 20:17:11 +00:00
simpletest - Patch #667264 by Damien Tournoud: fixed some broken tests. 2009-12-28 14:00:01 +00:00
statistics - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
syslog - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
system - Patch #669062 by Damien Tournoud and security team: fixed SA-CORE-2009-009: menu description XSS. 2009-12-28 20:51:18 +00:00
taxonomy - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
toolbar - Patch #667918 by Damien Tournoud, jbrown: fixed sprite height being too short causing active state graphical bug in toolbar. 2009-12-28 20:42:40 +00:00
tracker - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
translation - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
trigger - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
update - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
user - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +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