Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

jQuery Impromptu

jQuery Impromptu is an extension designed to help provide a more pleasant way to spontaneously prompt a user for input. More or less this is a great replacement for an alert, prompt, and confirm. Not only does it replace these but it also allows for creating forms within these controls. This is not intended to be a modal replacement, just a quick tool to prompt user input in a fashionable way.

This module simply places jQuery Impromptu in a central location with one command that can be called from any module that wants to use the library.

A module should simply call:

jquery_impromptu_add(); // css and js

The module takes no arguments and returns no value, but it will include the javascript in the page header.

Dependencies:

  • For Drupal 5.x:jQuery Update (jquery_update.module)
  • For all Drupal versions: The JQuery Impromptu library is released under the Apache 2.0 License, which is
    GNU/GPL version 3 compatible, but not version 2 compatible. So, it must be
    downloaded separately from the author's website:

Legacy Path

Do not use this module; it is no longer supported. Consider using Path Redirect instead.

Legacy Path is intended to support websites that are moving to Drupal but have content that either won't be managed by Drupal immediately or at all, but must remain reachable through it's original URL. The assumption is made that the legacy system remains operational, but at a different (sub)domain or directory.

Note per #236414: Module does not work with 'Normal' caching enabled. that this module does not work with Normal caching enabled.

For example, an online newspaper might have an existing archive system that provides permalinks such as:
http://paper.example.com/content.php?section=12&article=22
After a Drupal installation, the online newspaper has moved the old system to the URL:
http://archive.example.com/content.php?section=12&article=22

This module accomodates redirecting (using HTTP redirects) the old URL to the new URL.

Carousel

This project is abandoned and does not contain any usable code.

Keyboard shortcut

Keyboard Shortcuts Block
This module is abandoned due to a security issue the maintainer didn’t fix. See SA-CONTRIB-2013-009 - Keyboard Shortcut Utility - Access Bypass - module unsupported for details.

If you want to use this module, your options are:

This project is being move to Keyboard Shortcut Utility because of a conflict with another core module in D7.

Quickly and easy create keyboard shortcuts on you website.
You can create a shortcut to go to a page (internal or external) or call a Javascript function.
Convert your site in a web application and do things faster using shortcuts.

Codes

Define field allowed values in your module.codes.inc file.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools