Socialmedia Importer

Component type

module

Maintenance status

Development status

Downloads

1247

Component created

Component changed

Social Media Importer is a Drupal 7 developer only module that allows you to authenticate with Social Medias e.g. Twitter, Googleplus or Facebook and use this authentication to Import Application Data in JSON.

To import Data from a social media, enable the corresponding social media submodule e.g. Facebook Importer, Twitter Importer, Googleplus Importer. You need to create a Social Media Application at:

EmailLog

Component type

module

Maintenance status

Development status

Component created

Component changed

A Drupal 7-compatible solution for sending email notifications if your site or sites runs into errors. Unlike other solutions, also lets you set thresholds, so you only get an email if, say, 10 Warnings happen in the course of 15 minutes (which might indicate something is wrong).

Contextual server variables

Component type

module

Categories

Maintenance status

Development status

Downloads

937

Component created

Component changed

The Contextual server variables module allows for server variables ($_SERVER) to be used as Context module conditions.

An example usecase would be running a regular expression or basic check against HTTP_HOST to determine if the site is in Development, Staging or Production mode.

Contextual server variables was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark
- http://twitter.com/Decipher

 

Install Profile Test

Component type

module

Categories

Maintenance status

Development status

Downloads

1852

Component created

Component changed

Helps testing install profile.

Currently it provides a test that compares the current install to a fresh install. It's meant to run on a otherwise clean but older install or the install profile and detect if there's any different in configuration (modules, content types, etc.). It's meant to detect situations like if a new dependency is added to a module in a install profile but an update function isn't added to enable it.

Additional suggestions for items to test encouraged.

Get Form ID

Component type

module

Maintenance status

Development status

Downloads

6887

Component created

Component changed

DEPRECATED STATUS

This module is deprecated. It was improved, extended and rebranded as Devel form debug, use it instead: https://www.drupal.org/project/devel_form_debug

This module adds a contextual link to every form that lets you easily find out form's ID and name of hook_form_FORM_ID_alter() hook.

Watchdog File

Component type

module

Maintenance status

Development status

Component created

Component changed

Watchdog File Module

WATCHDOG FILE is a module that records all watchdog() events to a log file on your server rather than using the database. The goals are to reduce database load in general, and to provide an easier way of keeping track of your watchdog activity.

This module is intended to replace the Watchdog module.

It looks like the Raw Log module (http://drupal/project/rawlog) is similar to this module, but it is only available for Drupal 6.x.

Import KIT

Component type

module

Maintenance status

Development status

Component created

Component changed

API реализующий функционал импорта данных из любого формата (CML, XML, CSV, TXT) в Drupal.
Состоит из управляющего модуля importkit и дочерних модулей, реализующих функционал хранения и удаления данных.

Show Database Name

Component type

module

Categories

Maintenance status

Development status

Downloads

2652

Component created

Component changed

Overview

Display the host and database name of the default database on the status report, toolbar (Drupal 7) and/or on the admin_menu bar if enabled (either Drupal 6 or 7) and/or in a block (to use with the admin module).

Simple Client

Component type

module

Categories

Maintenance status

Development status

Downloads

366

Component created

Component changed

Simple Client is a developer tool for making simple HTTP GET and POST requests using Guzzle.

This is a simple HTTP client module, used primarily for fetching content from the internet.

If you are looking for additional normalisation, validation, URL parsing and construction functionality, you may like to use Link API in conjunction with this module.

Dependencies