Single Page App

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Single Page App module allows for deployment of single page applications (SPAs) into your Drupal environment.

Motivation

Many single page applications exist to allow for rich Javascript-based applications, however these generally aren't coded specfiically for Drupal. Non-Drupal developers may also have expertise in writing SPAs, but not have the knowledge of how to deploy these into Drupal. This module allows for SPAs to be created and edited like any other content type in Drupal.

Supercow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Super Cow module can be used to disable or enable groups of modules for your development or production environment. Also has a special debug function to help with development.

Features

  • A hook to use in your own module to disable or enable module groups.
  • Debug function using different debug modes like 'file', 'watchdog', or 'wrapper'.
    Debug messages are only shown to user 1.
    Debug messages are only shown when the devel module is enabled.

Requirements

None.

Known problems

None.

Bundle Resource

Component type

module

Maintenance status

Development status

Downloads

544

Component created

Component changed

Bundle Resource is a simple module that provides separate Services resource entry for each node and taxonomy bundles defined in the system. The module is extendible, so it's easy to provide bundle resources for other entities using hook_bundle_resources().

Drush EFQ

Component type

module

Maintenance status

Development status

Downloads

478

Component created

Component changed

This is a simple drush plugin that adds the ability to perform a basic EntityFieldQuery (EFQ). This is useful when querying for counts or getting fully built entity data out of drupal as part of command-line scripts like bash. This allows you to pipe values out of drupal via drush, some basic examples are included below:

Module generator UI

Component type

module

Categories

Maintenance status

Development status

Downloads

2686

Component created

Component changed

What's this ?
This module is for Drupal 8 developpers (from beginners to advanced ones) only. There will never be any "stable" release as it is intended to be a dev tool under constant development.

Generator UI allows you to develop faster by allowing you to generate code from template files packaged into the module within your Drupal installation. As an example you can therefore create a module with a path and its permission directly into your drupal installation. Up to you to change the default "hello world" into whatever you want.

Entity Documentation Confluence

Component type

module

Maintenance status

Development status

Downloads

618

Component created

Component changed

Overview

A sub-module for Entity Documentation that exports entity configuration documentation and saves it as a page at Confluence.
This module make use of Confluence restful API in order to retrieve, create and delete a confluence page.
It handles both Authenticated request and non Authenticated ones, based on the
settings page.

Librarian

Component type

module

Maintenance status

Development status

Component created

Component changed

Tools to extend the book module and manage books as a whole rather than a collection of nodes. Early days as I am migrating code from a project by Red Hat to import books from Publican and Asciidoc and publish them as nodes in Drupal.

Currently the drush commands are in place, to list books (along with comment count) and delete a book by passing any node id of a page within a book.