Status Message Close

Component type

module

Maintenance status

Development status

Downloads

3383

Component created

Component changed

Add a close button to each status message.

This module takes a slightly different approach than Dismiss to make sure all CSS margin and padding is reset - identical to a fresh reloaded page. This can be helpful during theming.

Installation

Just download and enable.

Dcycle

Component type

module

Categories

Maintenance status

Development status

Downloads

784

Component created

Component changed

Intro

Dcycle is meant to help you enforce best practices and get team members up and running fast(er) with automated testing and continuous integration.

Specifically, it is meant to help enforce the practices outlined in the Dcycle manifesto.

This module is still under active development; the API, code and features are usable but can change until the beta release. Please use with caution.

Mongo Entity

Component type

module

Maintenance status

Development status

Downloads

4908

Component created

Component changed

Overview

Mongo Entity provides developers with entity and controller classes for storing entities entirely in a MongoDB collection. It eliminates the need for a base table, or any SQL queries at all; an entity's ID, name, properties, and any field data are all written directly to MongoDB. It also provides classes for embedded entities: entities that are stored as subdocuments in a parent collection, but that can be managed using the standard Entity API CRUD methods, as well as found with EntityFieldQuery.

Rollbar

Component type

module

Maintenance status

Development status

Downloads

1050

Component created

Component changed

This module provides Drupal integration with Rollbar . Rollbar provides a central point for managing code errors and warnings on your site. Users can easlily track when errors begin to occur and how often.

Combined with client infomation. Like, browser, page plugins etc it can be very powerful at aiding development.

Sign up for an account at http://www.rollbar.com.

Features

This module currently supports

Node.js authenticated proxy

Component type

module

Maintenance status

Development status

Downloads

2628

Component created

Component changed

Looking for a co-maintainer - contact beejeebus if you're interested!

This module includes an extension to the Node.js Integration module that provides an authenticating proxy.

The extension reuses the authentication mechanism shipped with the Node.js Integration module, and only proxies requests that are associated with an authenticated Node.js socket.

This work was sponsored by Tag1 Consulting.

drupal_http_request_timer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This overrides drupal_http_request from core with a slightly modified version that returns the duration of the request in its return object.

Uses Drupal 7.22's new feature to override the drupal_http_request function.

(This module won't do anything impressive so you will never find a good reason to use this module. I needed to did this one for some experiments and pushing to GIT anyway hoping someone would find this useful - highly unlikely)

Shunt

Component type

module

Maintenance status

Development status

Downloads

4988

Component created

Component changed

About

"In electronics, a shunt is a device which allows electric current to pass around another point in the circuit by creating a low resistance path."
- source: Wikipedia: Shunt (Electrical)

Shunt module provides a facility for developers to create virtual "shunts" that site administrators can trip in emergency situations, instructing Drupal to fail gracefully where functionality depends on them.

PHPLog

Component type

module

Maintenance status

Development status

Downloads

1352

Component created

Component changed

For those who don't want to store all their sites logging into their database (?!) and for various reasons cannot use the syslog alternative (due to network or server policies), this is a simple module that simply lets you move all drupal logging into your PHP error log.

As a plus, all the logged notices are formatted in a way to enable easy pattern matching for developing various log monitoring solutions.