Considered feature-complete by its maintainers.

Views Crosstab

This views style plugin displays the results of a view as a crosstab (also commonly called a pivot table) - grouping rows by one field, columns by another, and using an aggregate function (count, sum etc) of a third field for the table data.

For example, this module will take a table view with linear output like:

User Content Type Node ID
Anita Blog 1
Anita Page 3
Barak Page 5
Jamila Blog 2
Jamila Blog 4
Jamila Page 6

And turn it into a crosstab that counts the number of each type of content for each author:

User Blog Page Total
Anita 1 1 2
Barak 1 1
Jamila 2 1 3

A default view "content type count by user" that does just this is included with this module.

Security note: A security vulnerability was discovered and has been fixed. Users of previous versions are strongly advised to update to version 6.x-1.0-alpha2 or higher, 7.x-1.0-alpha1 or higher, or a dev release dated on or after November 14, 2013.

Drupal Queue

Backport of Drupal 7 Queue API.

Note: if you use Drupal Queue, make sure to configure Drupal cron and Drupal Queue's own cron entry point. See README.txt for details.

Visual Event

Visual Event Layer

This module is a wrapper if http://sprymedia.co.uk/article/Visual+Event and provides a tool to display a visual representation of bound JS events.

Events in Javascript are often seen as a bit of an enigma.

This is odd given that Javascript is very much an event driven language,
but it is typically down to their complex nature and difficulty to debug.

Ubercart Product Keys

A view of the admin product keys listing.

This module lets Ubercart sites provide or sell product keys. Product keys are strings of text that are used to unlock or activate a piece of software. They attempt to ensure that only people who have paid for a software license can use the associated software.

Features

  1. Lets you sell a software product along with the product key or just the product key.
  2. Lets you dynamically generate product keys or assigns product keys from a database
  3. Handles multi-line product keys
  4. Lets you associate a set of product keys with multiple products
  5. Imports licenses from an Excel-compatible file
  6. Integrates automatically with the Ubercart stock system
  7. Integrates with the Ubercart conditional actions system. A predicate is provided that emails the product keys when an order is completed
  8. Integrates with the Token system
  9. Lets you view all product keys
  10. Lets you view all product keys associated with one product
  11. Lets you and the customers view all of a customer's product keys
  12. Allows you to revoke product keys
  13. Records product activations
  14. Keeps product keys encrypted in the database
  15. All table are sortable by any field

Comment displays

Comment displays is part of the Display Suite and is an implementation of its API.

Seven

Seven theme settings

Seven was the default administrative theme for Drupal 7, 8, and 9.
In Drupal 10, it was replaced by Claro.

Some Drupal 10 sites may still require or prefer Seven, so it's available here as a contrib theme.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only