module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 23713
created - / changed -

What is it for?

This module allows you to write modules in pure OOP syntax. It becomes handy when you need some kind of "aspects" to inweave into the main functionality of your module. Moopapi does it by Decorator pattern. Currently we have these types of decorators implemented:
- Logger: allows to log every method calling together with all parameters passed. A mighty tool for development and debugging in some circumstances.
Used by: BOTCHA (spam protection without CAPTCHA) - its use case is that while developing Selenium-tests for its JavaScript there is no chance to use usual development tools such as XDebug, because Selenium-tests are intended to be launched via command-line interface. Moopapi logger helps BOTCHA to keep debugged.
- Cacher (planned, see #1870060: Create new decorator: Cacher): The idea is to separate a logic of an application and tricks to make it work faster. It could be done by Cacher "aspect" which includes all speed optimizations while your application contains pure business logic.
- Adapter: Abstraction layer for Drupal major version. The concept is thoroughly described here: #1932290: Forwardport doctrine - a proposed solution for Drupal major version migration problem. See 4.x branches of BOTCHA project (D6 & D7) together with common part x.x-1.x as an implementation of such audacious approach.

module
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 3199
created - / changed -

This module has been discontinued. Use Insert instead.

module
Categories: Mail, User Management
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 12035
created - / changed -

Send an email to a user when a new role is added to their account. The message is configurable with a number of tokens.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2449818
created - / changed -

The modules list page can become quite big when dealing with a fairly large site or even just a dev site meant for testing new and various modules being considered.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 1976
created - / changed -

Creating pages with consistently sized, scaled or rotated images can be accomplished by applying an image style. In this way you can ensure that e.g.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 1999
created - / changed -

Simple module to keep your Drupal session alive until the user close his browsers window.

module
Categories: Search
Downloads: 1142
created - / changed -

FieldFinder is a Durpal module based on CCK.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 4348
created - / changed -

This module integrates the Atos/Sips payment gateway with Ubercart.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 21559
created - / changed -

This (uc_affiliate2) is a module providing affiliate functionality for Ubercart.

module
Downloads: 1593
created - / changed -

Drupal core has the option to force users to use the preview button, before being able to submit content. This option is pretty effective to prevent certain bots from spamming your site.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 859
created - / changed -

This module will add Transcriptions (or Closed Captioning) to video and audio files. It will also integrate with Media Player, YouTube API, Asset, and Embedded Media Field.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 4630
created - / changed -

The swekey is a low cost but highly secure USB authentication USB key.

This module enables swekey hardware authentication in drupal for users and administartors.

module
Categories: Administration
Downloads: 3757
created - / changed -

The Authoring Aliases module changes real author of nodes or comments uppont it's submission.

For example, it usefull when you don't want to show identity of your root user.

module
Categories: (нет)
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 11127
created - / changed -

The Book Manager module allows users to create personal books.

Book Manager depends on the core Book module, and can be used alongside it, which means a site can have some books that are personal and other books that are not personal.

A personal book is one in which only the book owner may add pages. Book Manager allows users to access the drag-and-drop outlining feature normally only available to users with the administer book outlines rights.

module
Categories: Utility
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 1024
created - / changed -

This module presents an on-page administration interface for blocks, using drag and sort jquery ui functionality.

module
Categories: Taxonomy
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 25378
created - / changed -

This module was designed to update the heading tag at the top of the taxonomy term page.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 4561
created - / changed -

Prevents rendering of comments inside of nodes and provides them as separate page element instead.

With this module, you can place the $comments variable anywhere in your page.tpl.php. However, if you do not output $comments in your template, no comments will be rendered at all.

module
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 30363
created - / changed -

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the

module
Categories: Utility, Views
Downloads: 2030
created - / changed -

This Project has been renamed to Views UI Sort
see http://drupal.org/project/views_ui_sort

module
Categories: Utility
Downloads: 1765
created - / changed -

BlockTools provides a simple programatic interface for retrieving individual blocks from the block system while retaining Drupal's block caching mechanism. Additionally, BlockTools provides per block caching that can be configured through each block's configuration form.