Simple API

Component type

module

Categories

Maintenance status

Development status

Downloads

74

Component created

Component changed

This module provides a very basic API that is really just parsing/caching JSON files in the public files directory. It can be used for testing, for proxying data, or (as the name implies) to provide a very simple API.

By default, the module provides routes for:
* A list of items - /api/simple/{DIRECTORY}
* A specific item - /api/simple/{DIRECTORY}/{ITEM_ID}

The item information is simply populated by a series of JSON files in public://{DIRECTORY}.
Each JSON file should have the name {ITEM_ID}.json.

File-Based Entity Log

Component type

module

Maintenance status

Development status

Downloads

73

Component created

Component changed

Fill the gaps between backups

When your site goes down and you need to restore a backup, you know how painful it can be to try and backfill lost data between the moment of backup and the moment of restore.

With File-based Entity Log, you can generate a file that is a running log of all entity creation, so that you can review activity up to the moment of the outage, in a format that is separate from your database. The logs can be managed by the module, *or* if you have server access you can use logrotate to manage log rotation.

Menu Twig

Component type

module

Maintenance status

Development status

Downloads

443

Component created

Component changed

Menu twig is a Drupal module that provides text-area to render the HTML or twig extensions.

This module provides flexibility to exclude the menu item and rewrite code in your own pattern.

This module provides text area where you can also render the custom blocks and view blocks.
To enhance the module capability you can enable twig_tweak module so that we can also render the blocks inside the menu item.

Block Content Machine Name

Component type

module

Maintenance status

Development status

Downloads

829

Component created

Component changed

Block content machine name adds machine_name field for block content types. Which is used to define the specific block template and class name for that specific block.
!!! Provides machine name to all block content types. !!!

Module can be very helpful for theming if you are using block_field module to place block content in entity.

Bulk migrate taxonomy terms

Component type

module

Maintenance status

Development status

Downloads

46

Component created

Component changed

Ever had the need on your project to create a bunch of vocabularies and terms? Or even the need to maintain existing terms and vocabularies?

This module enables you to bulk create and/or update existing or new vocabularies and terms based on a simple two column CSV file.

The module is built upon Drupal Migrate and the UUID module to enable the updating of existing terms.

Release timeline:
Drupal 7 version should be out somewhere mid October.
Drupal 8 version, no visibility on a release yet.

grouper

Component type

module

Maintenance status

Development status

Downloads

14

Component created

Component changed

Grouper Slicer and Dicer

Not to be confused with Bass O Matic 76

Grouper reports on php warnings and errors gathered by Drupals dblog watchdog module.
Without dblog being enabled this module will be of little use.

The module allows you to reproduce errors by clicking on a link to a page.

For pages with Access Denied warnings and menu links, Grouper
can load all the pages in order to reproduce warnings and errors.

exerciser

Component type

module

Maintenance status

Development status

Downloads

15

Component created

Component changed

Exerciser is a set of drush commands used to flush out error and warning messages that get created when pages are rendered for viewing.

Exerciser Exercises (renders) every page of a content type.
If no content type argument is supplied a list of all content types
will be displayed for your choice.

Exerciser can load pages on the same server its loaded on or another server for the same site.