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.

Opening hours

Component type

module

Maintenance status

Development status

Downloads

24238

Component created

Component changed

This module is intended to make it fairly easy to manage opening hours for a large number of locations.

The use case this was built for is a chain of public libraries that have rather different hours, but common closing days. Originally, we used the office hours module, but the architecture and scope of that module did not fit well to this advanced use case, where we want to provide precise information on what libraries are open at a certain time.

Menu MultiCol

Component type

module

Maintenance status

Development status

Component created

Component changed

The Menu MultiCol module automatically creates and maintains a multiple column menu structure out of nodes of a specific type.
This can be used for displaying quite a lot node menu links as a mega dropdown without beeing limited by the vertical screen size.

Field tools

Component type

module

Maintenance status

Development status

Downloads

43597

Component created

Component changed

A collection of useful UI tools for working with fields.

Field tools is developed as and when I have need of the features. If this module is useful to you, please consider investing back some of the time you save by adding to the module's functionality. Check the issue queue and TODOs in the code for suggestions where to start.

Drush Vagrant Integration

Component type

module

Maintenance status

Development status

Downloads

9966

Component created

Component changed

Vagrant gives you the tools to build unique development environments for each project once and then easily tear them down and rebuild them only when they’re needed so you can save time and frustration.

Drush Vagrant Integration provides Drush commands to accomplish common Vagrant tasks, and provides a powerful templating framework ('blueprints'). It also has tools to implement Drush aliases for Vagrant projects and VMs, thus allowing simpler remote control of Vagrant projects.

Unset CSS

Component type

module

Categories

Maintenance status

Development status

Downloads

1755

Component created

Component changed

Allows site admins to set a list of css files/path patterns that should be unset. This means when you build themes you don't have to override so much default css. It works with public and private files.

E.g.

modules/*
profiles/*
sites/example.com/modules/og/theme/og.css

This example will remove all CSS from core modules, any css in the profiles directory and the Organic Groups css in the site directory.

opensimsso

Component type

module

Maintenance status

Development status

Component created

Component changed

The opensimsso (v1.1) module connects to an Open Sim Server of your choice. It allows you to perform the following actions.

  • Retrieves Open Sim User Information for existing Drupal Users
  • Creates New Open Sim Users for logged in Drupal Users
  • Set Intial Open Sim Avatar Region position and orientation.
  • Generates an Open Sim Client Login Link in a Drupal Block

Further Notes