Blame Thrower

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an auditing module to send entity audit operations to watchdog.

Goals

The goal of this module is to send audits to logging to be used by an external logging/reporting service such as splunk or external logging applications with a common message name.

Why not use an existing module.

This is designed to be a lightweight alternative to other content auditing modules such as track field changes or node auditing.

Apachesolr purge content(s)

Component type

module

Maintenance status

Development status

Downloads

890

Component created

Component changed

This module allows an interface to remove the Apachesolr indexed content(s)/document(s) of selected bundle. Administrator/Developer can delete the particular entity id(s)

Why This
Developer can use this module as an example to remove the Apachesolr indexed content(s)/document(s).

Content Model

Component type

module

Maintenance status

Development status

Component created

Component changed

Visualizes relationships between Content Types and Vocabularies on a graph based on taxonomy term reference and entity reference fields. Uses the D3.js library.

To test visit: /admin/structure/types/content_model

Behat Drupal Extension Remote Client

Component type

module

Maintenance status

Development status

Downloads

993

Component created

Component changed

Drupal Remote API Client

The remote API client is a Drupal helper module that, in conjuction with the RestWS module, allows the Drupal Remote API Driver to run Behat tests against Drupal sites. This client module is only needed on remote Drupal sites where testing will occur.

API webhook

Component type

module

Categories

Maintenance status

Development status

Downloads

512

Component created

Component changed

API module provides great tool to generate documentation. This module provides web-hook to tell API module to:

- Re-download the new code base
- Queue for re-parse on next cron run.

Install

drush dl api_webook
drush en api_webhook -y

Then the web hook is available at: /api-webhook/:project-name/:branch-name

Important

This module will remove the old source code to get the new one. Please do not
point to a working directory.

QueryBuilder

Component type

module

Categories

Maintenance status

Development status

Downloads

1630

Component created

Component changed

QueryBuilder is a module which build dynamic query for developers. That module helps the drupal developer especially those guys which are fresher in drupal. It reduces the amount of time for building query. It also provide option to clear cache of the site every time when cron run. By using QueryBuilder we can build these query statements:-

Angular Blocks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an experimental utility module which allows other modules to expose AngularJS applications as blocks.

There is an example module included which demonstrates how to implement an angular block.

Site Test

Component type

module

Categories

Maintenance status

Development status

Downloads

5616

Component created

Component changed

The Site Test module is an extension of the Drupal core SimpleTest module for running site-specific tests in-place on an active Drupal installation. Unlike the core SimpleTest module, which creates a new Drupal installation with a blank database for each test run, SiteTest allows to clone existing database for each test and run it with real-world data and configuration.

SiteTest allows for each test to run in 3 modes: