Serialized field

Component type

module

Categories

Maintenance status

Development status

Downloads

15382

Component created

Component changed

This is a helper module which declares a 'Serialized data' field type. This is designed to make it easy for modules to store arbitrary data on an entity.

No widgets or formatters are included for this field type - the assumption is that its value is usually updated programatically.

Popup field group

Component type

module

Maintenance status

Development status

Downloads

13924

Component created

Component changed

Extends Field group with an option for a Popup field group. This will render a link which, when clicked, shows all of its children in a simple position: fixed popup.

This module does not mess around with the structure of the form or the DOM particularly. Rather the children of the group are surrounded in a <div>, which is then styled as a very simple position-fixed popup.

A button is then rendered on the form which toggles the popup open/closed. The label of the button is configurable.

OSF for Drupal

Component type

module

Maintenance status

Development status

Downloads

3745

Component created

Component changed

Introduction

The Open Semantic Framework (OSF) for Drupal is a middleware layer that allows structured data (RDF) and associated vocabularies (ontologies) to "drive" tailored tools and data displays within Drupal. The basic OSF for Drupal modules provide two types of capabilities. First, there are a series of connector modules such as OSF Entities, OSF SearchAPI, OSF Field Storage and OSF Views to integrate an OSF instance into Drupal's core APIs. Second, there is a series of module tools used to administer all of these capabilities.

Select number widget

Component type

module

Categories

Maintenance status

Development status

Downloads

1426

Component created

Component changed

About
Select widget for fields with number values as Number or Commerce price (amount).
Select element form instead of textfield element for the field.
This will require range start and end value and step to be set - php range() function.

Views Field Join Node Revision

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a condition on the node-id as well as the revision-id when joining the node_revision table with the field_* tables. This can make MySQL utilize the compound primary key better.

It might be better to actually make a patch for the Views module instead, but at this point I'm not sure about all the implications that adding the join handler will cause.

Local Storage

Component type

module

Maintenance status

Development status

Downloads

549

Component created

Component changed

Overview

This module provides local storage caching of user's data that is entered into form elements, preventing its loss after accidental page refresh or its closing.

There are two possible states for fields that use local storage caching:

  • default value: default value of a field, the one that really is saved in the database
  • restored value: value restored from local storage

The module plugins to control local storage caching - one can toggle form element value between restored or default state.

Field Group Colorbox

Component type

module

Maintenance status

Development status

Downloads

2667

Component created

Component changed

Provides fieldgroups for colorbox triggers and for colorbox popups. This is useful if you would like certain fields of an entity to appear in a popup, instead being displayed immediately on the entity's page.