Database Logging Mailer (Watchdog mailer)

Component type

module

Maintenance status

Development status

Downloads

221

Component created

Component changed

Send log entries from Core Database Logging module (dblog, formerly: watchdog) by email at cron run.

Introduction

The DBLog Mailer module is part of the OSCE suite of admin tools. It is especially usefull on production environment, in combination with the following module:

Trial role

Component type

module

Maintenance status

Development status

Downloads

74

Component created

Component changed

Provides a role for "trial" users.

Gives this role on install and then removes it after x number of days.

If you want to react on the role being removed (for example send a mail), you can implement the hook

function hook_trial_role_removed(DrupaluserUserInterface $user);

This module was developed as part of developing Violinist. Keep your composer dependencies up to date. Automatically and all the time.

Hide Preview Button

Component type

module

Maintenance status

Development status

Downloads

610

Component created

Component changed

This module aims to allow the administrator of a Drupal 8 website to disable the "Preview" button that is shown on the forms.

Just use a regexp that matches the "form_id" to target the forms that should not display the "Preview" button.

This settings is only available to users who have access to the "administer site configuration" permission.

Sorted Configurations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Drupal 8 module to force Config Management to compare sorted, rather than unsorted, configs for diffs.

Drupal 8 Configuration Management can be unreliable about the order of configuration keys. The official fix is coming in 8.4 (#2852557: Config export key order is not predictable, use config schema to order keys for maps), which allows config schemas to specify a field to be used for sorting.

Edit and Save

Component type

module

Maintenance status

Development status

Downloads

181

Component created

Component changed

Edit and Save

This is a Drupal 8 port of the https://www.drupal.org/project/save_edit , with support for all kinds of
content entities, not only nodes.

Install

Install as a normal module, by going to the extend tab (admin/modules path).

Configure

All the configuration is placed in admin/config/content/edit-save. There is menu item inside the
main configuration screen, under "Content Authoring section"

Uninstall

Admin Language Negotiation

Component type

module

Maintenance status

Development status

Downloads

145

Component created

Component changed

Synopsis

The Admin Language Negotiation module allows non-admin users to have their preferred administration language.

The module enables the Administration pages language settings to anyone
that has the permission Admin language negotiation
and introduces a new Language Negotiation based on this permission.