module
Downloads: 686
created - / changed -

This is an API integration with the Ruby based FLV Tool 2 which provides an easy way to to utilize the tool with Drupal modules.

module
Categories: Developer, Drush, Utility
Downloads: 639
created - / changed -

Note: It has been brought to my attention that this module duplicates existing functionality in a couple of modules: Demo and Drupal Reset. I was unaware this capability was included in Demo, and Drupal Reset sprang up between the time I developed the module for personal use, and when I got around to adding it to contrib. Apologies for the duplicate effort; I will not be continuing development on this module and encourage you to use Demo instead.


The Self Destruct module is a developer utility for quickly emptying/resetting a Drupal site's database.

module
Development status: Under active development
Downloads: 1044
created - / changed -

Software Projects is a bundle of configuration that adds issue tracking features to an Open Atrium project.

module
Categories: Filters/Editors
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 8751
created - / changed -

This filter cleans up HTML generated by Microsoft Office. It can remove header tags (<style>, <script>, etc...) and their contents, and can convert HTML entities to their plain-text equivalents. This filter can be used in conjunction with the core HTML filter to completely filter out the plethora of HTML generated by Microsoft Office.

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

This module is useful to publish nodes that require an agreement to be signed by each user before they can access the content.

module
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 3026
created - / changed -

Provides a simple API to access payment gateways and process payments as a module hook.

Completed payments are stored in the database.

Two gateways are currently supported: PayPal and Moneybookers.

module
Categories: RDF, Utility, Views
Development status: Under active development
Downloads: 1505
created - / changed -

This module's functionality has been merged into the Rules and Views Integration module.

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

Manager is a set of modules focused on "content manager" users, that is, users that maintain the content of a website (adding, editing and deleting nodes, managing comments, etc), but are not site

module
Categories: Content, Developer
Downloads: 1884
created - / changed -

This module is useful for developers who want to fill the site with a content skeleton.

module
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 1626
created - / changed -

DESCRIPTION

The module makes it possible for other module developers easily to use
Yahoo! PlacerFinder API to find geo coordinates for a given address.

module
Categories: E-commerce
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 1973
created - / changed -

This is a simple module to provide a block for use on Übercart product pages that shows other products that were bought together with the product you're viewing.

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

Mapstraction CCK is a module which allows users to georreference contents. It provides an intuitive map Widget based on the Geo module.

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

This module extends the form API to include convenient access to common for submission filters and validation checks.

module
Categories: Developer
Maintenance status: Unsupported
Development status: No further development
Downloads: 5755
created - / changed -

Concept

Imagine that a new version of your favorite distribution is released.

module
Categories: Community
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 731
created - / changed -

This module provides a new input filter (reference [1]) which allows to easily create links to site user and nodes. The syntax used to create links is similar to twitter and hence the name.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 3283
created - / changed -
This module is unsupported due to a security issue the maintainer didn’t fix. See Custom Landing Page Builder - Unsupported - SA-CONTRIB-2017-050

for details.

If you want to use this module, your options are:

  • Choose another, actively maintained module instead
  • File an issue in the queue with a patch to fix the module and then contact the security team to have your version reviewed and the project handed over to you following the unsupported project process.
  • Hire someone to fix the security bug so the module can be re-published and supported (Consider hiring companies listed in the Marketplace)

The Custom Landing Page Builder module allows webmasters to build custom landing pages using a WYSIWYG editor while still having full control over the full layout of the page including the header, navigation, page content, footer, forms etc.

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

The Security Review module automates testing for many of the easy-to-make mistakes that render your site insecure.

module
Downloads: 0
created - / changed -

Provides a method of creating look up tables using the field api to provide different fields which can be connected any other types of data.

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

Since Drupal 7 is more restrictive in allowing multiple failed logins, using different names (in 6.x version) is not needed any longer. These are the features of 7.x version.

module
Categories: Views
Downloads: 0
created - / changed -

This module faciliates vertical sharding -- you can move tables to separate databases.

The main idea is to make Views build and execute a query which fetches IDs and then auxiliary queries fetching other fields from other databases. The fields involved in WHERE, ORDER, GROUP, HAVING should be in one database. The auxiliary queries on PHP 5.3 and MySQL will eventually use mysqli_poll to faciliate parallel processing.