Views Per-User Cache

Component type

module

Maintenance status

Development status

Downloads

5125

Component created

Component changed

This module provides an extension to Views' built-in time-based caching and caches objects per user instead of globally for all users. This allows Views to be cached even if the View results are affected by node access grants or other user-specific information.

Tableform

Component type

module

Maintenance status

Development status

Downloads

8637

Component created

Component changed

Tableform provides a new tableform form element that can be used to easily render FAPI elements within a table layout; similar to the native tableselect element, but with much more control. See bundled tableform_example.module for an example implementation.

BLAM

Component type

module

Categories

Maintenance status

Development status

Downloads

888

Component created

Component changed

The Bogus Legacy Appended-path Miminimizer (BLAM) module is a quick hack to suppress the legacy behavior of Drupal reporting a 200 and passing extra path arguments into the page callback (or silently accepting them).

Drush Role

Component type

module

Categories

Maintenance status

Development status

Downloads

7309

Component created

Component changed

Provides drush commands to manage roles and permissions.

Note: An improved version of these command (with some bugfixes) has been incorporated into Drush 6.

Sphinx Search for Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal Sphinx search module enables the Sphinx-powered search with high-performance
and more relevant search results.

Features:
* Google-like search syntax;
* High searching performance;
* Improved search result relevance;
* Supports friendly URLs SEO settings;
* Supports morphological word forms dictionaries;
* Supports stemming (English, Russian and Czech are built-in);
* Supports stopwords;
* Supports both single-byte encodings and UTF-8;
* And many other Sphinx features

ICA Email From Template

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a function developers can call in their own modules to parse a template of their choosing with a set of variables of their choosing and send the results via email.

After the module is installed the function ica_email_from_template_send becomes available. Supply a sender, a recipient, a subject, the path to the template you wish to parse, an array with variables and optionally an array with extra headers.