Drupal PSR-3

Component type

module

Categories

Maintenance status

Development status

Downloads

3190

Component created

Component changed

PSR-3 is the current standard for logging in PHP (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logg...). Watchdog makes it a bit complicated to test API level modules. This module provides a PSR-3 logging interface over watchdog that you can use in your infrastructure, so you can write unit tests independently from Drupal.

Enable

Composer is needed for the dependencies.

  • composer update
  • drush en drupal_psr3

Drush Migrate Inspect

Component type

module

Categories

Maintenance status

Development status

Downloads

488

Component created

Component changed

Tools for inspecting records created by Drupal Migrate.

Usage

migrate-inspect-last

Open the last migrated item in a browser:

drush migrate-inspect-last MyMigration
drush mil MyMigration

migrate-inspect-random

Open a random migrated item in a browser:

Babel - language insights for Drupal 8

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 comes with interface translation, configuration translation and content translation built in. But how do you know what is used to build each page? Did you know that when you edit a content entity, all three are involved in building the page in their own realms? This modules helps figure out what comes from where and to fill the blanks in translation.

Features already available:

loper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

tbfisher's developer toolkit.

Functions

loper_dpq($query, $return = TRUE, $name = NULL)

Wrapper around devel dpq().

Replaces table placeholders with table name. Runs for any user. Changes parameter $return default to TRUE.

PHP Server

Component type

module

Categories

Maintenance status

Development status

Downloads

905

Component created

Component changed

PHP Built-in web server Drush Command Command

This module provides a Drush command to start the PHP Build-in web server and point to Drupal index through an appropriated router file which let you to use clean urls.

In order to use this module you need to install first the Drush module.

For now this is the only way to install this module, since this module will start the server this module assume that you haven't installed Drupal yet.

Once you installed this module with Drush you can start the server and start to use Drupal.

Profiler sandbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sandbox to try out some ideas around Xhprof.

e.g.

  • Enable/disable profiling using cookies or query parameters (and support things like xdebug helper integration on chrome)
  • Store xhprof data using doctrine, allowing for configuration of alternative storage solutions.
  • Presentation of data using highcharts
  • Filtering out of paths that we want to exclude from profiling.

AnythingSlider

Component type

module

Categories

Maintenance status

Development status

Downloads

148

Component created

Component changed

Anything slider lets you create the sliding slideshow gallery to showcase featured content.

Anything slider gives administrators three important tools:

  • A simple method of adding slides to the slideshow.
  • An administration interface to configure slideshow settings.

What is special about anything slider when there are other slider modules alrady available ?

Anything slider can be used to create slider for almost any type of content. e.g. text,images, audio,video, mixed (text + video + audio)

Update Trigger Build Aegir

Component type

module

Maintenance status

Development status

Downloads

287

Component created

Component changed

This functionality has been incorporated into Update Trigger Build

Extension of Update Trigger Build. Provides the platform name and site name as Jenkins build parameters.

Ensure that you add the following parameters to the Jenkins project otherwise the build won't run:

Drop Guard

Component type

module

Maintenance status

Development status

Downloads

6926

Component created

Component changed

Drop Guard is a service to automate Drupal updates. To use Drop Guard with your Drupal installation you need to install this module. It will collect data about installed modules and themes and send this information securely encrypted to Drop Guard. Then Drop Guard will retrieve available updates for your site and care about the updates automatically, together with integration with your deployment processes.