Herald

Component type

module

Maintenance status

Development status

Downloads

296

Component created

Component changed

Herald logo

Herald is a project/service for monitoring Drupal code quality.

You can see it in action here.

Herald exposes a flexible API for monitoring Drupal projects (mainly Drupal modules and themes), create builds (like reacting when code is pushed to a Git repo) and running tasks on that build (like checking code standards or running unit tests using Docker).

Menu Lockdown

Component type

module

Maintenance status

Development status

Downloads

110

Component created

Component changed

Stop site-building in production!

Drupal is many things including a powerful site-building tool. Site-building is commonly discouraged on a production site, yet there is nothing that formally prevents you from making site-building or configuration changes that can disrupt your site's development workflow.

Menu Lockdown provides a friendly utility for blocking access to specified paths on specific environments. This helps ensure certain pages, like site-building admin pages, will not be casually accessible when they shouldn't be.

jQuery smoothState.js

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides an API for integrating jQuery smoothState.js with Drupal via the Libraries API.

"smoothState.js lets you add transitions to eliminate the hard cuts and white flashes of page loads that deface the beauty of the user experience."

Note: this module has no UI or admin section available. It's only usable in code, programmatically loading the third-party JS library.

LiveReload Insert

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is used for local development along side the Gruntjs grunt-contrib-watch npm.
https://www.npmjs.org/package/grunt-contrib-watch

Directions

Configuration settings needed for LiveReload to work locally without a browser plugin or extra code in your .tpl file (that can mistakenly be forgotten when pushed to production).

Panels Preview

Component type

module

Maintenance status

Development status

Downloads

5700

Component created

Component changed

Panels Preview provides previews of Panel Panes during browsing, adding and editing panes in the ctools modal.

It currently relies on Ember Support for most of its nicer style settings but can be used without Ember Support.

This project started as a fork of the Panopoly Magic module.