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

Development Meta module

This is a simple meta module. It installs the key tools for building Drupal
sites. When you disable or uninstall the module it removes the dependencies
for you too.

Views Slideshow carouFredSel

Integrates the responsive carouFredSel plugin into views_slideshow.

Development status

It's pretty much WIP, not ready for production yet.
So far development has gone into integration with carouFredSel version 6.2.0 (latest).

Things that stil need doing:

  • About half of the plugin options still to be integrated (it has lots).
  • Make sure that the options implemented already in FAPI make sense from a sitebuilder point of view.
  • Validation/Submit handlers for the option form not implemented yet. We could do this at the end when all options are implelmented in FAPI.
  • Test what's already been done.
  • #1941604: Provide drush command for downloading the plugin.

Dependencies

Installation

  1. Download carouFredSel plugin.
  2. Unzip it and, and place the plugin so its found under sites/all/libraries/caroufredsel/jquery.carouFredSel.min.js.

Past Log

Overview

Past is an extended logging framework, designed to log and later analyze complex data structures to a pluggable backend.

It can record watchdog events (and be a watchdog module replacement). Also it can capture uncaught exceptions with backtraces and circumvent PHP limitations in error handling with a shutdown handler to capture all possible application errors. It can even scan PHP error.log files for missing pieces.

Another typical use case for past is logging communication between one or multiple services, where data is received, processed and forwarded.

A single log message is called an event, which can have multiple attached arguments, each argument can be a scalar, an array, an object or an exception. Complex data structures like arrays and objects are stored separately so that they can be searched and displayed in a readable way, those rows are called "(event) data".

Features

  • Procedural and object oriented interface for logging events
  • Attach any number of arguments to a single event
  • Pluggable backend. The current default backend is a database/entity based backend, a simpletest backend is additionally provided that allows to display events as debug output
  • Each element in an array or object is stored separately to be search and filterable

Valkyrie

This module has been superseded by the Aegir Development VM. Please use that instead.

Social Field Formatter

Social Field Formatter provides field formatter for text and link field. You can easy set up to show field value as link to a social page. It is useful for social sites collect data of eg.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools