drupal/modules
Angie Byron 100ec14f14 #604304 by JeremyFrench: Fixed bad query and broken paging on admin/people. 2010-01-12 06:18:58 +00:00
..
aggregator
block
blog #571654 follow-up by chx, peximo, plach, sun, et al: 2010-01-09 21:54:01 +00:00
book
color
comment #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
contact
contextual
dashboard
dblog
field #680454 by Amitaibu: Initalize variable in _options_properties(). 2010-01-10 16:50:36 +00:00
field_ui #679374 by casey: Fixed The 'Manage fields' dropdown box not updated instantly in webkit. 2010-01-09 23:23:43 +00:00
file #675414 by quicksketch: Use #limit_validation_errors() on File upload and removal. 2010-01-11 16:26:40 +00:00
filter
forum #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
help #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' functionality from Help module. 2010-01-12 06:09:04 +00:00
image
locale #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
menu
node #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' functionality from Help module. 2010-01-12 06:09:04 +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 #679830 by casey and Kiphaas7: Fixed Regression: Jumping page heights in Overlay. 2010-01-11 16:49:47 +00:00
path
php
poll
profile
rdf
search
shortcut
simpletest #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
statistics
syslog #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
system #653620 follow-up by eMPee584, sun, yoroy, et al: Make progressbar slightly visible at 0%. 2010-01-11 16:47:54 +00:00
taxonomy #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
toolbar #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually themable. 2010-01-08 07:36:53 +00:00
tracker #571654 follow-up by chx, peximo, plach, sun, et al: 2010-01-09 21:54:01 +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
update #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
user #604304 by JeremyFrench: Fixed bad query and broken paging on admin/people. 2010-01-12 06:18:58 +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