drupal/modules
Angie Byron 6afc39c2e4 #135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests). 2009-02-11 05:33:18 +00:00
..
aggregator - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
block #135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests). 2009-02-11 05:33:18 +00:00
blog - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave. 2009-01-27 00:22:27 +00:00
blogapi - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
book #369460 by rszrama: Add 'No books' message to Book module when no books exist. 2009-02-05 19:29:31 +00:00
color - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
comment #349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests). 2009-02-07 20:10:40 +00:00
contact #369653 by rszrama: Add 'No categories' message to Contact module when no categories exist. 2009-02-05 19:26:21 +00:00
dblog #363687 by chx: Simplify DBTNG codeflow. 2009-01-25 12:19:32 +00:00
field #372376 by yched: Remove uninstall/disable hooks from required field.module. 2009-02-11 04:45:57 +00:00
filter #366253 by ff1: Fix typo in filter admin form. 2009-02-05 19:52:02 +00:00
forum #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests). 2009-01-28 01:09:58 +00:00
help - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
locale #52990 by Roger López: Vastly improve translation string search and editing interface. 2009-02-05 00:32:47 +00:00
menu #357429 by fusedpro: Update the documentation of hook_menu_alter() to use 'items' rather than 'callbacks' to match hook_menu(). 2009-02-07 04:46:46 +00:00
node #333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description. 2009-02-06 16:25:09 +00:00
openid - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx). 2009-02-01 16:45:53 +00:00
path - Rollback of #190867. 2009-01-13 19:27:21 +00:00
php - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
poll - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
profile - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
search #308277 by robertDouglass: Tests for multiple search engine types. 2009-01-22 04:49:58 +00:00
simpletest #370846 by catch: Further improve performance of drupal_render() sorting (with tests). 2009-02-09 03:29:54 +00:00
statistics - Removing whitespace. 2009-01-26 14:08:44 +00:00
syslog - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling. 2009-01-21 14:22:33 +00:00
system #135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests). 2009-02-11 05:33:18 +00:00
taxonomy #62926 by karschsp: Increase maximum length of free tagging field. 2009-02-11 03:53:36 +00:00
tracker - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker. 2009-02-09 16:27:35 +00:00
translation #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
trigger - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
update #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
upload - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
user #371327 by quicksketch: Fix user picture rendering (with fixed tests). 2009-02-09 07:36:15 +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