Social Field Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

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. user's facebook page, gtalk, google+ page, and show as a link with own social icon (maybe without it)

This module uses ctools plugin architecture. It provides a widget plugin to handle providers (icons, link format), and a style plugin define how the widget should be rendered (eg. only image).

Because of ctools, it is easy to extend, add new widgets and styles.

Past Log

Component type

module

Categories

Maintenance status

Development status

Downloads

11858

Component created

Component changed

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.

Development Meta module

Component type

module

Maintenance status

Development status

Downloads

8669

Component created

Component changed

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.

To start using meta_dev you can use one of the following methods:

Drush Make

Include the following entry in your drush make file

; Include dev tools
projects[meta_dev][subdir] = "dev"

Download and Enable with Drush

Run the following command to download and enable meta_dev and all the
dependencies:

Web Services Client for Feeds

Component type

module

Maintenance status

Development status

Downloads

3642

Component created

Component changed

This module provides a Feeds Fetcher plugin that consumes web services, and a mapper+processor that helps translate the responses into Feeds-compatible Drupal data.

It extends the Feeds project and integrates the Web Services Client tool to fetch the source data.

Quickstart

* Set up a web service connector to something that sends you information, eg a SOAP lookup
* Create a feed importer that uses a web service operation as a 'Fetcher'
* Map the values returned to your target content type. The available source fields should be auto-detected from the Web Service schema.

Menu XML dump

Component type

module

Maintenance status

Development status

Component created

Component changed

This module dumps all the menu links in a menu to a single XML file with the hierarchy structure preserved. The functionality can be accessed through a new tab on the menu administration page.

The XML file also shows the number of children (immediate children) and offspring (children and their children and so on) for each link.

This module is not meant for importing/exporting data. Only the link titles are shown in the export, and only ascii letters and numbers are shown in the names. The module is mainly a development aid for working with large menus.