JS callback

Component type

module

Maintenance status

Development status

Downloads

1955

Component created

Component changed

Important note

As we have re-merged this fork module with its original role model there will be no more development this module here. We recommend that you replace js_callback with js in order to receive further update information. The js module now provides every feature which was added in this fork module.

Thanks for your support and understanding!


Overview

This project targets module developers and provides a "bare bone" callback handler which is intended to be addressed by modules wanting to improve response times for specialized tasks.

The idea of such a callback handler was first introduced by http://drupal.org/project/js (which we hence sometimes refer to as the "original module"). The D6 branch of js_callback was a clone of it and originally intended as a workaround to fix some issues which had been addressed there for a while. In the long run, we still intend re-merging both projects to avoid confusion.

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.

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.