module
Categories: Administration, Utility
Development status: Under active development
Downloads: 611
created - / changed -

This adds an admin page alongside the module administration which shows all the modules on the system arranged in a tree according to dependency.

module
Categories: Content
Maintenance status: Unsupported
Development status: Under active development
Downloads: 6756
created - / changed -
This module is unsupported due to a security issue the maintainer didn’t fix.
module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2752
created - / changed -

Hidey Help implements a Show / Hide button for the page help block.

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

This module provides some statistics and other data helpful when sizing a hosting environment.

The following information is collected:

  • Environment information: basic PHP, MySQL information, php.ini parameters.
  • Performance data: average, min and max page requests/sec, breakdown of page views from anonymous vs. authenticated users.
  • MySQL database: mysql_stat output, database size, node and user counts.
  • Filesystem: File count and total size (from site's files directory).

The information can be viewed from within Drupal, emailed as text to a designated recipient, or (using Drush) exported as CSV.

Caveats:

  • [Drupal 6 Only] Because the logging function runs in hook_exit(), performance logging for anonymous users will not be accurate when Aggressive caching is enabled. It works fine with Normal caching.
  • Only pages generated by Drupal will be counted. Standalone PHP pages or static files will not. To get a more complete HTTP reqests/sec picture, you'll have to fall back on log file processing, or using an external analysis tool such as Cacti or Munin.
  • If a reverse proxy cache such as Varnish or Squid, or a CDN is used, request stats reported by this module may be lower than true page views, again because we're only tracking pages that Drupal is building for users.
  • Module only supports MySQL at present. Logging should work with postgres, but database stats won't.
module
Downloads: 0
created - / changed -

Work is in progress on a module to implement the API for the Encoding.com service. Integration will be provided via Media Mover initially.

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

Overview

This module is an extension to LoginToboggan
A Drupal 7 version is available now.

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

Viral Discount helps your products "go viral," bringing in hundreds or thousands of additional purchases without paid advertising.

module
Categories: (нет)
Maintenance status: Seeking co-maintainer(s)
Development status: Maintenance fixes only
Downloads: 10782
created - / changed -

vKontakte.ru (vk.com) — is a most popular russian social network (more then 40 million users).

module
Maintenance status: Seeking co-maintainer(s)
Development status: Maintenance fixes only
Downloads: 6517
created - / changed -

Introduction

module
Categories: (нет)
Development status: Under active development
Downloads: 650
created - / changed -

This module provide a facet for Faceted Search to browse Ubercart products for prices range.
The module does not require any configuration.

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

Provides a views style that displays rows as a table sortable using the jQuery tablesorter plugin.

The views tablesorter module is a views style plugin that can be used to output views in a table that uses the tablesorter jQuery plugin.

The tablesorter jQuery plugin allows tablesorting without refreshing the page or re-querying the database.
It also includes a pager so that multiple pages of results can be accurately sorted without refreshing the page or re-querying the database.

Note: If you are upgrading from 6.x-1.0-alpha1 you may need to re set up your tablesorter views' style settings.

module
Categories: (нет)
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 7370
created - / changed -

Provides a views 2 style plugin to provide a coda transition effect perfected by:
http://www.panic.com/coda/

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

Animal Kill Counter provides a block which displays a realtime counter of interesting data. By default it displays the number of livestock animals killed for food since the page loaded.

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

Drupal API functions for PayPal X Adaptive Payments API

The Adaptive Payments API enables you to send money in many different scenarios, from simple to complex.

module
Categories: Community
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 1807
created - / changed -

Allows displaying parts of the Content Profile form in blocks.

The purpose of this module is break the profile form into small chunks the user can edit in context, instead of being faced with a huge, off-putting, wall of form elements.

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

A simple module/ filter to render JSXGraph tags. This is designed and tested on Drupal 6.x for now.

module
Categories: (нет)
Development status: Under active development
Downloads: 668
created - / changed -

Overview

This module integrates the Benchmark Email system with Drupal.

module
Categories: Evaluation/Rating
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 3336
created - / changed -

Ranks the content using the IMDB voting algorithm.

module
Maintenance status: Seeking co-maintainer(s)
Development status: No further development
Downloads: 51434
created - / changed -

Makes it possible to connect and sign in a Drupal user with accounts on most third party sites with OAuth API:s.

Provides a UI for adding and editing specifications of OAuth API:s that the users should be able to connect to. Also provides exportability of those specifications.

Is an implementation of the Connector module.

module
Categories: Content Display, Media
Development status: Under active development
Downloads: 7581
created - / changed -

Routines to assist ImageAPI to draw styled text as part of the ImageAPI or ImageCache pipeline.

ImageAPI_text provides additional features to supplement ImageAPI :- actions to render text on an image with many styles, effects and settings.
It publishes an API library to assist other modules to generate text on-the-fly, re-using the common image management interface defined by ImageAPI and ImageCache.

Text Styles

The styles are defined in a css-like way (a combination of SVG and CSS), and so far support effects like:

[ 
  fill, fill-opacity, font-size, stroke, stroke-opacity, text-shadow, 
  padding (individual sides), 
  positioning (top,left,right,bottom, center),
  rotation, custom effects, background-color, background-opacity,
  white-space (word-wrap), text-align
]

For a full description of text styles and effects, see imageapi_text/help/syntax_reference.html

For accessibility and design choice, a number of rendering options are available for displaying the image on the page, from straight img tag replacement to several methods of css replacement ( Leahy/Langridge, Phark, Overlay ).