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

Multisite API

A collection of common functions useful for administering multisites.

You don't need to install this unless required by another module (multisite_maintenance, multisite_login), or unless you want to use these functions for your own development.

SOAP Server

SOAP Server provides an interface for the Services module to communicate with SOAP clients.

File Upload Progress Monitor

File Upload Progress Monitor

This module adds support to drupal to display the upload progress as a file is being uploaded.

jQ

*** See #315100: Allow to add JS/CSS libraries (sets of files, settings, and dependent libraries) for the patch to put jQ in core! ***

The jQ module allows other modules to register jQuery plugins in a central repository, and allows administrators of a site to enable or disable specific plugins globally.

The concept behind this module is to create a basic hook structure for jQuery wrapper modules, allowing other modules using these plugins to invoke them in a consistent fashion.

(Drupal 6 version only): You can also simply add new jQuery plugin files in your /plugins or /sites/example.com/plugins directory, and they'll be added to the registry. Then, for example, if you upload jquery.example.js, you could just jq_add('jquery.example'); and you're off. Additionally, if you have a .js and .css file with the same base name there, they'll both be added with the same call. Caveat: if you have two plugins with the same base name, there are no guarantees which will be added to the registry. Better off defining a hook_jq function in that case (see below for information on that).

Kudos to jjeff for his work on the jQuery Plugin Handler (JQP) module that inspired this latest functionality.

Watchdog Live

watchdog.png

Gives the recent log entries page auto update functionality. Great for a dev watching the logs of a live site.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools