UC Price Facet

Component type

module

Development status

Downloads

650

Component created

Component changed

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

ImageAPI Text Renderer

Component type

module

Development status

Downloads

7581

Component created

Component 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 ).

FeedAPI Link Alter

Component type

module

Maintenance status

Development status

Downloads

1268

Component created

Component changed

FeedAPI Link Alter is a simple module that changes the text of the "Original article" and "Feed: [feed name]" links created by FeedAPI.

Domain Rules

Component type

module

Maintenance status

Development status

Downloads

15987

Component created

Component changed

New in 1.5:

  • domain_rules_action_variable_set - set variables such as site name, site email, and more.
  • domain_rules_action_add_domain_alias - add alias to a domain



Adding Rules module actions related to Domain Access module.
Allowing automation of different actions needed to create/modify/delete domains.

Domain Access Date Timezone

Component type

module

Development status

Component created

Component changed

This lightweight module integrates Domain Access with Date Timezone for easy timezone selection. Requires Domain Access and Date modules to work.

The module makes use of hook_domainbatch() therefore does 2 things:

- modifies the domain configuration form
- adds an extra option on the batch update page so all domains can be updated at once

Butler

Component type

module

Development status

Downloads

608

Component created

Component changed

Working in-progress code for the "Butler" context system for Drupal 7 (contrib) and Drupal 8 (core). It's not fully functional yet and nothing is guaranteed stable in the API, but you can certainly give it a whirl and try to get involved. :-)

For background, see the working group.

Convio Integration API

Component type

module

Maintenance status

Development status

Downloads

874

Component created

Component changed

The Convio Integration API is basically a connector module through which you would send requests to the Convio API to gather specific pieces of information from your site. The included convio user module uses the convio integration api to authenticate a convio user from your site and log them in.

A special thanks to sjancich and Jason Socha, who gave us the preliminary code that they were working on when we started working on this module.

Hosting Diagnostics

Component type

module

Maintenance status

Development status

Downloads

3887

Component created

Component 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.