Taxonomy cleanup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a tab to each vocabulary, that lists all terms not attached to any current vocabularies, and allows you to delete them in one go.

Issues:

- The query scales well enough for tens of thousands of nodes and terms, but probably won't for hundreds of thousands or millions
- This could do with being a paged list + checkboxes so you can choose which terms to delete.

fbapi_feed

Component type

module

Maintenance status

Development status

Component created

Component changed

Facebook API - Feed Block

Drupal 6.x

This module adds a block that fetches information from a specified feed via the Facebook Graph API.

Get started by issuing the following command:
git clone --branch master dpzeh@git.drupal.org:sandbox/dpzeh/1078510.git fbapi_feed

Talus

Component type

module

Maintenance status

Development status

Component created

Component changed

Talus is a web-database used to arrange and classify industrial environmental management informationsystems (EMIS). This classification is thereby satisfying two target audiences: On the one hand, to give users a quick overview of the system landscape of EMIS (both in terms of current research prototypes and commercial ready-for-sale EMIS), and also to allow a computer-assisted selection process to assist the user in selecting specific EMIS for solving their individual problems.

Security Webcam

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When the webcam senses motion it will trigger certain desired actions to take place. The actions will be controlled by Drupal's Actions & Triggers/ Rules system, so they could include a notification by SMS/ email, playing an audio file (aka alarm), snapping webcam pictures/ videos, etc.

Security Webcam is still in the planning stages. It was added to Drupal.org in order to find more collaborators & maintainers.

Clipboard Button

Component type

module

Maintenance status

Development status

Downloads

224

Component created

Component changed

Clipboard Button allows you to design templates for the clipboard view mode of any node. This is useful for pasting formatted descriptions of products to online listing services such as Craigslist or eBay.

Knowledge of Drupal theming is required to use this module.

Referenced nodes in Views

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to use a Views argument validator to transform an argument from a single nid to a list of nids separated by plus signs, where the list of nids is fetched following node references on the original node.

So, when is this useful?

If you just want to display information in Views, then you can just skip this module and use standard relationships in Views instead.