Syslog JSON

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple module to log all the available information to syslog as a JSON object. In my use case, this is helpful as I run Drupal inside a Docker container, and then log all process logs to stdout, which is then picked up by a logging agent (e.g., Logentries) for storage offsite.

Menu Block Expanded

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This module makes it possible to create a menu block where all it's children are shown expanded.

How to use

  • Install the module
  • Add the contents of menu_block_expanded.services.yml to your services.yml

field2CSS

Component type

module

Maintenance status

Development status

Component created

Component changed

field2CSS enables the possibility to add CSS classes to node forms and node displays based on field values.
The field instance form is extended by a single checkbox that enables adding the class.

OAuth2 Proxy

Component type

module

Maintenance status

Development status

Component created

Component changed

OAuth Proxy is a Module to make a secure OAuth2 connection with an endpoint but without you having to worry about how getting the tokens.

Targeted audience:
This module is targeted at Standalone Drupal site's with need for a OAuth2 connection to another site (this is a 'consumer' or 'client' side of an OAuth2 connection). It should not be used on a shared environment due to security implications see the security bulletin below and the READ ME.

Summary

Ever needed to request some data from an API that is secured with OAuth2?

Tabler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 7 example module.

1. Import data from CSV file
2. Output data as HTML table
3. Editable table cells
4. Validation

Sample CSV:
---
Name;Home;Work;Mobile
Ivan;79000000000;79000000001;79000000002
Petr;79000000003;79000000004;79000000005
Sergey;79000000006;79000000007;79000000008
Nikolay;79000000009;79000000010;79000000011
Vasily;79000000012;79000000013;79000000014
Eugene;79000000015;79000000016;79000000017
---