Cache Warmer

Component type

module

Maintenance status

Development status

Downloads

9543

Component created

Component changed

Introduction

cache_warmer is a drush command that hits a set of URIs of a drupal site based on the freshness of the content.

The main purpose is to offer a complete setup for running a mostly cached drupal site without having to deal with expiration logic and instead use microcaching.

Domain Access Login

Component type

module

Maintenance status

Development status

Component created

Component changed

git clone http://drupalcode.org/sandbox/Rory/1426848.git domain_access_login

This module depends on the Domain Access module.

It prevents users logging into domains that aren't assigned to them.

Known issues

This module does not currently prevent a user logging in with OpenID - using an OpenID identity to log in will bypass the form validation this module provides. Suggestions are welcome on how to address this.

Field SQL norevisions

Component type

module

Maintenance status

Development status

Downloads

16065

Component created

Component changed

Field SQL norevisions provides a field storage backend that prevents entity revisions from being saved to the MySQL storage backend.

The purpose of the module is to reduce the amount duplicated data that is saved on large Drupal sites that do not use revisions. It has the additional performance benefit of halving the number of queries during creating entities with fields.

Field group multiple

Component type

module

Maintenance status

Development status

Downloads

37308

Component created

Component changed

This module extends the Field group module by displays and widgets which group multiple fields by there items.

Grouping types:

  • Multiple fields container
  • Multiple fields table
  • Multiple fields as label-value

Current alpha version (experimental)

Implements the three group types container, table and label-value for forms and displays. Multiple fields or fields with the same cardinality can be grouped together and displayed in a multigroup layout.