Views Import

Component type

module

Maintenance status

Development status

Downloads

14095

Component created

Component changed

This module provides an easy way to import previously exported Views definitions.

INSTALLATION

  1. Create 'sites/all/imports/views' folder.
  2. Install the module.
  3. Export a View you wish to import with following drush command: drush vie view_name
  4. Or export all Views with: drush vie --all

Features

7.x-1.2 version supports Drush.

XML-RPC Tester

Component type

module

Categories

Development status

Downloads

4485

Component created

Component changed

Module provides a testing area to send XML-RPC requests via the browser. If the devel module is installed it uses dsm to display the return value of the method. In theory it should work together with services module as it is using the system.getMethods method to learn about the available calls, but I have not yet tested it with it. Multicall is not yet supported.

Active development is now continuing on the Drupal 7 branch of the module.

Test listener

Component type

module

Categories

Component created

Component changed

Module to listen to the progress of tests and execute shell commands when tests start and finish.

You can use this module to do all kinds of funky stuff depending on the results of Drupal tests. Examples:

Logger

Component type

module

Maintenance status

Development status

Downloads

587

Component created

Component changed

Introduction

The Logger module provides event logging facilities that are decoupled from any particular storage backend. It is useful for module developers who want to instrument their code for monitoring and alerting without forcing their users to use a particular backend technology, like StatsD. The module doesn't provide any visible functionality out-of-the-box. You only need it if you're a module developer looking to instrument your code or if a module you're using depends on it.

PHP4

Component type

module

Maintenance status

Development status

Downloads

1554

Component created

Component changed

PHP4 module contains PHP5 functions which have been rewritten to make it compatible with PHP4.
Of course this module can't provide full support for PHP5, it's only defining the compatible functions.

You don't need to install this module, when you can install PEAR PHP_Compat instead.
Try:

Short URL

Component type

module

Maintenance status

Development status

Downloads

9636

Component created

Component changed

An API module that allows the creation of branded short URLs.

This module is a developer tool that takes URL of any length and produces very short URLs (3-5 characters).

For the User-Interface integration you may want to check-out: Shorten module.

Who Needs This?

You need this module if: