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.

Simple Field

Component type

module

Categories

Maintenance status

Development status

Downloads

793

Component created

Component changed

What is Simple Field?

The Simple Field module provides a simplified UI for creating Fields. The primary goal is to make it easier to allow non-powerusers to administer fields without necessarily giving them access to the entire core Field interface. Simple Field also allows for more fine-grained control of what types of fields users may create, and what field settings they have access to.

The module can separate the process of field creation from the process of field instance creation. This allows admins to create pre-defined fields, and then allow other users to add the fields to entity types without the complex UI usually associated with adding field instances.
API

Node Reference Selector Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

1748

Component created

Component changed

Node Reference Selector Widget adds a new widget to the Node Reference field type. It allows to select Image fields of the referencing node type and Image Styles to represent the nodes in the node form. The node selection is rendered as a grid of images, which can be clicked to select a node.

Dependencies (Drupal 7):

Time period

Component type

module

Categories

Maintenance status

Development status

Downloads

31595

Component created

Component changed

A simple time period widget and formatter for time periods stored in seconds.

Time periods can be entered using multiple units, whereas the module currently allows
using days, hours, minutes and seconds. Each unit can be enabled separately
and the maximum value and step size can be configured.

ICS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Drupal 7 field module upgrade of CCK iCal.

This module is intended to be a drop-in solution to format a simple date as an .ics download.

If your needs are more complex have a look at iCal Module which is designed to tackle all of the elaborate use cases you are bound to come across. This project does not intend to meet anything but the most simple requirements.

Imagecache Token

Component type

module

Categories

Maintenance status

Development status

Downloads

111454

Component created

Component changed

This module provides additional tokens for image fields. For each image style available, a token [node:field_image_field:style_name] will be provided. It is also possible to get image properties like width or height by using tokens like [node:field_image_field:style_name:height].

Configuration

No module configuration needed.

Gotchas

I've observed that after you create new image style it might not appear immediately in available tokens list. If this is a case, you will need to reset cache at Performance page.