Date Time Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Date Time Extras extends Date field functionality with extra information distinguishing between date and time. There are two parts to this extension:

  • Partial date values are distinguished from complete ones. For example, midnight to midnight is different from all day.
  • Widgets are enhanced for the distinction between date and time (e.g. extra checkboxes to show/hide date parts).

The Date Popup widget from Drupal 7 is essentially backported to Drupal 6.

Field Values

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides field_get_value(), field_get_values(), and field_set_values() functions for developer and themer use.

Developers and themers expect to constantly type some form of $entity->field_data['und'][0]['value']; throughout site customization modules and themes. It gets tedious, the code can be difficult to read, and you find yourself staring at the output of devel's dsm() far too much.

Check Profile

Component type

module

Categories

Maintenance status

Development status

Downloads

1189

Component created

Component changed

What does it do?

  1. If a user registers the role "check profile" is granted.
  2. This role will force a user to resubmit their profile forcing them to go through all field validation (required/format/etc).
  3. If the save is succesful the "check profile" role will be removed.

Development of the 7.x branch is sponsored by .VDMi/.

Pushtape Features

Component type

module

Maintenance status

Development status

Downloads

1455

Component created

Component changed

****************************************

IMPORTANT!

****************************************

PROJECT HAS MOVED.

This module been split up into separate projects to make it easier to maintain:

DOWNLOAD THESE INSTEAD:

jQuery Zoom Tour

Component type

module

Maintenance status

Development status

Component created

Component changed

Introduction

This module implements the jQuery Zoom Tour plugin in a Drupal module as a field formatter for field collections. The plugin description from the OP is: Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view. This next step can contain other tags that again allow to show more images. We achieve the “zoom” effect by enlarging the current image and fading in the new one.

Junk Test Project

Component type

module

Categories

Maintenance status

Development status

Downloads

1689

Component created

Component changed

This is a junk test project exclusively for testing the effect of commits on package creation and testing.

Do PLEASE ignore it.

Node Revision Reference URL Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Node Revision Reference URL Widget module adds a new widget to the Node Revision Reference field type. It auto-populates a node revision reference field with a value from the URL, and will not allow this value to be changed once set.
The module can add links automatically to all nodes (and their revisions) of a specified type.

This module is based on the Node Reference URL widget and usage is similar.