Watchdog Spy

Component type

module

Categories

Maintenance status

Development status

Downloads

1425

Component created

Component changed

An alternative way to view the watchdog log. By hovering over the message title, the message's complete details will be revealed, without having to switch to a new page. Other features include the ability to select a range of message dates and/or types, and a way to delete all messages of a certain type.

Comment API

Component type

module

Maintenance status

Development status

Component created

Component changed

An enhanced comment API for developers of comment modules.

Co-maintainers from other comment modules welcome.

Status

Completely unstable and under heavy development.

Cassandra

Component type

module

Categories

Development status

Downloads

1501

Component created

Component changed

This module is an API for communicating with the Cassandra server using the thrift interface.

" The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.

Cassandra was open sourced by Facebook in 2008, and is now developed by Apache committers and contributors from many companies. "

The Apache Cassandra Project : http://cassandra.apache.org/

Nodedump

Component type

module

Categories

Maintenance status

Development status

Downloads

1980

Component created

Component changed

Sometimes you need to take a quick look at the contents of a node during the development process. There are many ways to do this; using phpmyadmin, running a mysql query from the command line, using drush, using the devel module, etc. Here is an alternative that provides a GUI method.

This module provides a quick and dirty way to dump a node's details to the screen. Enter a node id, submit, and there you go. This is not intended as a replacement for the devel module, but rather a lightweight alternative way to examine a node that uses minimal resources.

SVN Up

Component type

module

Categories

Maintenance status

Development status

Downloads

445

Component created

Component changed

SVN Up is a simple module that, as the name suggests, updates a particular folder of your Drupal site from an SVN code base.

Requirements

Shell access to your server and subversion installed. Your apache or www-data user must also have the ability to store their SSH credentials.

Warning!!

This module should never be used in production. When enabled, it has the ability to add/update/alter the files on your site.

D.A.I.L.

Component type

module

Categories

Maintenance status

Development status

Downloads

1002

Component created

Component changed

A collection of Drupal Artificial Intelligence Libraries. In time, the goal is to collect various classes to help modules easily integrate artificial intelligence algorithms like neural networks, genetic algorithms, and Bayesian logic into their code.

Looking for co-maintainers interested in helping add new libraries, maintaining the existing ones, and porting these libraries to other versions of Drupal.

Current libraries:

SoX API

Component type

module

Categories

Development status

Downloads

600

Component created

Component changed

Provides an API for the Sound eXchange command line utility (known as SoX).

SoX can convert various audio formats in to other formats (you can even grab source files over HTTP and convert them to files on your own host). It can also apply sound effects to these files. This module helps using this software in Drupal through the PHP exec() command. It does not provide any user interface because it's solely intended to be used by other modules.

Currently supported formats by the API:

Performance hacks

Component type

module

Maintenance status

Development status

Downloads

1932

Component created

Component changed

The Drupal 7 version is different to the Drupal 6 version. The Drupal 6 version has less features.

This project collects various small hacks which disable or alter core behaviour due to performance or scalability, but which are not significant enough to deserve individual projects, and which for whatever reason aren't currently viable for patches to Drupal 7 core.http://groups.drupal.org/node/175769#comment-587664

UC Test Payment

Component type

module

Categories

Maintenance status

Development status

Downloads

1250

Component created

Component changed

Introduction

I want to be able to test buying products on my live website, which uses Übercart. But I do not want to turn off the site (or even just the cart) while I'm doing that (at least not for hours at a time!)

There is a test mode in my gateway, but that means other users cannot use the gateway in the normal mode while I'm testing. There is also a Test gateway for the Credit Card payment method, but I have to choose between that Test gateway or my regular gateway... so either way users cannot purchase anything while I'm testing.

So?! What the heck??

Now there is the UC Test Payment module that let administrators (UID 1 and anyone in the role(s) that you authorize.) This works 100% in parallel with all the other existing payments and gateways.