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.
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:
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.
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.
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.