Модули
The Spam module provides numerous tools to auto-detect and deal with spam content that is posted to your site, without having to rely on third-party services.
The Spam module provides a trainable Bayesian filter, automatic learning of spammer URLs, flagging of content with an excessive number of links, the ability to create custom filters, and more.
[UPDATE: 1.2 was not correct as some of the hooks would not get defined. More or less, that means some of the functionality would not work properly. Please upgrade to 1.3 to fix the problem. See #1222546: The List of Spam Comments is Broken and #1298480: "Mark as Spam" and "Mark as Not Spam" links for comments going to 404 page. among other similar bug reports.]
A module to incorporate some Flickr functionality into your site. Each site must have its own API key, and can have only one Flickr account associated with it.
This module allows you to put nodes into series using taxonomy.
The daily module is meant for things like comic strips or daily headlines.
This module provides a standard blogroll as a Features Package - this is a departure from the last implementation.
This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module.
Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org
Overview
Enable users to create and manage their own 'groups'. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves.

If you want to use this module, your options are:
- Choose another, actively maintained module instead
- Fix the module and then contact the security team to have your version reviewed and the project handed over to you following the abandoned project process
- Hire someone to fix the security bug so the module can be re-published (see this guide on how to hire a Drupal site developer)
Module creates a "Tell a Friend" page that allows page viewers to send form e-mails about the site to their friends.
The dba module provides Drupal administrators with direct access to their Drupal database tables from within the standard Drupal user interface. It is possible to execute scripts to create and alter tables, to backup one or more tables, to view/edit/delete data within tables, and to emtpy or drop tables. If using MySQL, it is also possible to check and repair tables.
This module allows site owners to issue affiliate links to their partners. When an affiliate is logged in and viewing a node, they will see the option to "display the affiliate link" towards the bottom. When anonymous users follow these links, provided they have been granted the proper permissions, the clicks are counted by affiliate, day, and referrer. When referred users sign up for an account, and if your site uses the referral module, the referred account is associated with that affiliate.
The copyright management module can set and display a copyright/license for a Drupal site and for any node. Licenses can be chosen from a built-in list or those added by admins.
This module provides a tip jar block to request donations and to describe the amount of recent contributions.
Allows users to create surveys to be completed by site visitors. This project is unsupported. Use Webform module for creation of surveys and short-term forms, or CCK for creating custom node types.
This module has been renamed to mailarchive and ported to 5.0+.
The mailarchive module allows you to subscribe to one or more mailing lists which will then be stored in a threaded archive. Much like groups.google.com or marc.theaimsgroup.com, it is possible for users to navigate through the mailing list archives.
CAUTION: This is still a work in progress. It is functional, and you may enjoy testing the module and submitting fixes in the form of patches. However, it is not recommended that you use this module on a production system yet. The smaller the todo list is, the closer this module is to being released.
This module is an alternative to Drupal's included upload module. It uses the filemanager module to allow a unique namespace per node and support large number of files. In addition this module allows you to give each attachment a title and description.
This module enables you to join nodes using keyword. Nodes are linked using link list in body that is generated according correspondent keywords of other nodes in order of relevance.
Implements a state machine runner. It's main concern is to enhance node behaviour based on
some criteria, for example node id. It does it by calling actions form actions.module.
Image Assist allows users to upload and insert images inline into content. It automatically generates an "Add image" link under fields of your choice. Clicking the link opens an image browser, displaying all images that have been uploaded via the Image module.
Images can be filtered by ownership or taxonomy terms (categories). New images can be uploaded through Image Assist's dialog. Clicking on an image displays a properties page where attributes such as caption, size, and alignment can be set before the image is inserted into the post.
Image Assist is especially useful when using a client-side editor/WYSIWYG editor. Currently, it can be used with TinyMCE via Wysiwyg API - support for other editors is right on the way.
DESCRIPTION
This module enables users to vote on nodes. Like comment moderation, the available votes and the value of each vote is configured by the admin.
This tiny module adds several fields to a node to make the display of overview pages more flexible. It uses hook_nodeapi() to do so.