The current maintainers are looking for new people to take ownership.

FastClick

Native-like tapping for touch apps

FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic.

For more information, see this blog post or the official repository on GitHub.

Installation instructions

  • Install Libraries API 2.x
  • Download fastclick.js and place it in sites/all/libraries/fastclick/fastclick.js:
    mkdir -P sites/all/libraries/fastclick
    cd sites/all/libraries/fastclick/
    wget https://raw.github.com/ftlabs/fastclick/master/lib/fastclick.js
  • Install and enable this module

When using Drush, a development version of the library will be automatically downloaded when you enable the module. Command drush fastclick-download is also available.

How to use

If you just want to have the fastclick behavior in every single page of your website, install the FastClick Everywhere module.

Hookalyzer

Hookalyzer inspects hook invocations, recording data about them as they fly by. Most interestingly, it keeps track of how datastructures change as they pass through each step of an alter.

Drush Nagios (drush_nagios)

Isolated the Nagios/Icinga functionality from drush_multi.

For the usage as Nagios/Icinga NRPE Plugin.

It just prints a message and exit with an exit status.

Commands

drush_nagios includes the following commands:

check-updates

Checks for pending updates.

check-db-updates

Checks for pending database updates.

Installation

Manual method

Download and extract this extension to a number of places:

  • In a .drush folder in your HOME folder.
  • Along with one of your existing modules. If your command is related to an existing module, this is the preferred option.
  • In a folder specified with the include option.
  • In /path/to/drush/commands (not a "Smart Thing to Do", but it would work).

Drush method

Since this is as drupal.org project, you might install it via drush, just type:

drush dl drush_nagios

Documentation

Every command got a help.
Type drush help COMMAND for options and further informations.

Youtube Feed

Its fetching the latest video feed from Youtube uploaded by the User. User can customize youtube player for drupal block.

Login Notify

The purpose of Login Notify is to alert you when someone logs in to your account from an unrecognized browser. It also gives you the opportunity to "lock out" a browser if you wish.

jQuery Image Picker integration

Description

This project is aimed to provide integration for developers of jQuery Image Picker as a form element.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer