Модули
This adds an admin page alongside the module administration which shows all the modules on the system arranged in a tree according to dependency.
Hidey Help implements a Show / Hide button for the page help block.
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
filesdirectory).
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.
Work is in progress on a module to implement the API for the Encoding.com service. Integration will be provided via Media Mover initially.
Overview
This module is an extension to LoginToboggan
A Drupal 7 version is available now.
Viral Discount helps your products "go viral," bringing in hundreds or thousands of additional purchases without paid advertising.
vKontakte.ru (vk.com) — is a most popular russian social network (more then 40 million users).
Introduction
This module provide a facet for Faceted Search to browse Ubercart products for prices range.
The module does not require any configuration.
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.
Provides a views 2 style plugin to provide a coda transition effect perfected by:
http://www.panic.com/coda/
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.
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.
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.
A simple module/ filter to render JSXGraph tags. This is designed and tested on Drupal 6.x for now.
Overview
This module integrates the Benchmark Email system with Drupal.
Ranks the content using the IMDB voting algorithm.
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.
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 ).
