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

Teleport

Teleport

This module is intended for administrators who have to jump around to specific pages while managing Drupal sites. It's a hotkey-activated launcher utility inspired by Quicksilver, Gnome Do and other desktop launchers. A configurable hotkey (Ctrl-M by default, or Crtl-T in older versions) brings up the dialog. Type in any part of the title or path of the page and an autocompleted list of possibilities will pop up. Unlike many other dynamic search modules, Teleport searches titles and paths of system pages as well as node titles. See this short screencast for a demonstration.

If you don't want to wait for the autocomplete to finish, you can just type a query and submit the form. Teleport will guess what you mean and send you right there, or display a list of options if it can't figure it out.

Development generously sponsored by Trellon.

Action email role

action configuration snapshot

I have not found an official "heres the way to email everyone in a certain role(s)" action, so I've cleaned some code and contributed it.

DataMiner API

An API for scraping the Internet via cURL, HTMLTidy, and SimpleXML.

Javascript Aggregator

Javascript Aggregator

The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.

It basically does the following:

  • Takes the $scripts variable and removes .js files using a regular expression
  • Generates a unique filename for any set of .js files
  • Creates and caches one file containing all .js files in files/js
  • Optionally minifies the JavaScript using JSMin
  • Returns a modified $scripts variable with link to cached file

Upload Log

Upload Log is a module which allows direct uploads from programs to a Drupal site (with authentication, through the HTTP Authentication Module). The sending of notification e-mails is possible, as is data validation.

A demonstration is available in the WaterSums software.

Any programming language that supports HTTP uploads with HTTP authentication can be used to send log files.

Inline Registration

Inline Registration allows anonymous users to register via the node/add page, thus removing a step/barrier from the user actually publishing content.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools