WatchBug

Component type

module

Categories

Maintenance status

Development status

Downloads

1245

Component created

Component changed

The module provides a central opportunity for sending debug information (most cases php-variables) to the system and directly output it or store it for delayed output. This can be very helpful for example when trying to debug HTTP requests or AJAX implementations.

Previous/Next API

Component type

module

Maintenance status

Development status

Downloads

24888

Component created

Component changed

An API for browsing next/previous nodes without overloading your database server.

Description

This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

Menu Node API

Component type

module

Categories

Maintenance status

Development status

Downloads

45738

Component created

Component changed

Manages relationships between node ids and menu items.

The Menu Node API project fills in one of the "missing tables" in Drupal. This module does nothing on its own. Instead, it creates and maintains a {menu_node} table. This table maps the relationship between a node and its menu item (if any).

The module requires the optional core Menu module to be enabled. It also requires Drupal 6.10 or higher. (See this issue for why).

Shorten URLs

Component type

module

Maintenance status

Development status

Downloads

240247

Component created

Component changed

This module provides an API to shorten URLs via many services like bit.ly and TinyURL (over 15 services are available by default), as well as a block and a page that provide an interface for easily shortening URLs, and a block that displays a shortened URL for the current page for easy copying.

Configuration Documentation

Component type

module

Categories

Downloads

1818

Component created

Component changed

Introduction:
-------------
There is currently no easy way to download and share the complete manifests of a Drupal installation:
* Which version is installed?
* Which modules are installed?
* How is Apache configured?
* Is Apache even the web server that is running?
* Which database is being used?
* Which PHP version is being used?

As the number of poorly-documented mysterious bug reports accrue on drupal.org, we offer a way to let users document in which ecosystem that bug is happening.

OpenPGP

Component type

module

Downloads

1760

Component created

Component changed

OpenPGP is the most widely-used e-mail encryption standard in the world. Originally derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in 1991, the standard is now defined by the IETF in RFC 4880.

This module provides encryption for Drupal's outgoing e-mails using GNU Privacy Guard, an open-source implementation of the OpenPGP standard.

Batch API (backport)

Component type

module

Categories

Maintenance status

Development status

Downloads

993

Component created

Component changed

Straight backport of Batch API from Drupal 6. Developers can add a dependency on this module to enable and ensure batch functionality.

No issue tracker here. If you find issues, fix them in Drupal core.

Modal Frame API

Component type

module

Maintenance status

Development status

Downloads

126444

Component created

Component changed

This module provides an API to render an iframe within a modal dialog based on the jQuery UI Dialog plugin. You should not install this module unless another module requires you to, or you wish to use it for your own custom modules.

It is an alternative to Popups API (Ajax Dialogs) which implements its own library and API to manage popup dialogs. On the other hand, the Modal Frame API is based on the jQuery UI Dialog plugin and it is specially built to deal with iframe elements with very little effort (and no particular AJAX requirements).

For themers, this module provides a default template for rendering child pages within modal frames (modalframe-page.tpl.php) that can be copied to the theme directory and customized to suit the particular needs of the site. It is also pretty easy to adapt the provided stylesheets to match the look of the site.

Requirements related to jQuery UI: jQuery UI version 1.7.x (1.8.x. not yet supported) Note that you also need jQuery 1.3.x, currently provided by jQuery Update 6.x-2.x.

Highly recommended: onBeforeUnload API (enhances synchronization of parent/child windows). See reference: #669436: In search for alternatives to the unload event.

Builtin support for: Dirty Forms.

Modules using Modal Frame API: Modal Frame Contrib Package (includes mini-modules that implement the Modal Frame API to enhance the usability of a few day to day tasks in every Drupal site), Node Relationships, Modal Frame CCK Editor, Modal Frames from Menu Items, Subnodes by Taxonomy.

Modal Frame API is pretty simple, but powerful at the same time.