Total Subscription

Component type

module

Maintenance status

Development status

Downloads

2818

Component created

Component changed

Total Subscription provides functionality which would allow the user to subscribe to node pages, taxonomy terms, etc. The main feature which distinguishes it from other subscription modules is that it allows subscription for Anonymous along with Authenticated users.

Chartjs

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Easy, object oriented client side graphs for designers and developers.

6 Chart types

Visualise your data in different ways. Each of them animated, fully customisable and look great, even on retina displays.

HTML5 Based

Chart.js uses the HTML5 canvas element. It supports all modern browsers, and polyfills provide support for IE7/8.

Simple and flexible

Chart.js is dependency free, lightweight (4.5k when minified and gzipped) and offers loads of customisation options.

Metatag Views Overview

Component type

module

Categories

Maintenance status

Development status

Downloads

6197

Component created

Component changed

Metatag provides the Metatag Views submodule which enables a views plugin for users to add metatags to views pages. However, those metatags are not exposed to the Metatags Overview page (admin/config/search/metatags) and users are required to have the permisson to "administer views" in order to set the metatags in the views_ui.

This module exposes views metatags on the overview page and allows users with the "administer metatags" permission to update the metatag specific portion of the view.

Views Field Join Node Revision

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a condition on the node-id as well as the revision-id when joining the node_revision table with the field_* tables. This can make MySQL utilize the compound primary key better.

It might be better to actually make a patch for the Views module instead, but at this point I'm not sure about all the implications that adding the join handler will cause.

Simple non-hierarchical select

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a simple non-hierarchical select views filter and merge repeated children. This module is based on https://drupal.org/project/shs module.

Use case

Assume that you have a vocabulary named 'services' and has structure like this:
-Paris (1)
---Restaurant (2)
---Hotel (3)
-New York (4)
---Restaurant (5)
---Hotel (6)
-Other location (7)
---Restaurant (8)
---Hotel (9)

Views Regex Rewrite

Component type

module

Categories

Maintenance status

Development status

Downloads

1370

Component created

Component changed

Provides a new "Global: Regular Expression rewrite" field for selecting in views.

This then lets you re-write the value of the field based on a list of regular expression rules.

The idea is that you use a token in the Text field, and then the regular expression fields can be used to modify the final output, avoiding messy PHP input or custom module code.