Sitewide Alert Message

Component type

module

Maintenance status

Development status

Downloads

1768

Component created

Component changed

This module provides functionality to display urgent message to all users. Originally was created for the project with a lot of Ajax when user can stay on the same page for significant period.

This is a simple tool which uses periodic polling from client side within small dedicated

PostgreSQL User Signature

Component type

module

Maintenance status

Development status

Downloads

1069

Component created

Component changed

Overview

The Postgres Signature module making all database connections and queries "personalized". If you have not only default database user but also SQL users with the names as Drupal users, all requests would be performed with corresponding SQL-user name.

Queries from user #1 and from anonymous users authored by default connection string.

Adding and removing Drupal users also leads to do the same on database level.

On administration pages there is a functional to create (or delete) in bulk SQL users to reflect existing Drupal users.

Domain Access alt

Component type

module

Maintenance status

Development status

Component created

Component changed

Module maintainer @podarok
this is a alternative of http://dgo.to/domain ported to D8
some code partially merged with http://drupal.org/sandbox/agentrickard/1906300

Context Evolutive Cache Control

Component type

module

Maintenance status

Development status

Component created

Component changed

"The longer a piece of content goes without being modified, the longer its cache should be."
Here is the basic idea for this module.

This module provides a new reaction for context, which allows you to set (in http headers) :
- One "cache-control" & "expires" time
OR
- Different "cache-control" & "expires" time depending on how long it has been since a piece of content was last modified

Modules weight

Component type

module

Maintenance status

Development status

Downloads

11655

Component created

Component changed

Sometimes we need to modify modules execution order, and some people could write a code that execute the query to modify the weight of a module in the system table, some one might go straight to his favorite SQL client and modify the record directly. This module provides an interface to reorder the modules weight.

Uses

Configuring the module

You can manage the module settings from the Modules Weight Settings page (admin/config/system/modules-weight/configuration). For this you need the Administer Modules Weight permission.

Content access view permission

Component type

module

Maintenance status

Development status

Downloads

4363

Component created

Component changed

This module extends the content access module to put the view (any/own) [TYPE] to the drupal permissions form. So a user settings the access permissions doesn't have to switch between two forms and he doesn't need access to change content type settings.

The module is part of the ERPAL Distribution

Better Watchdog UI

Component type

module

Maintenance status

Development status

Downloads

9448

Component created

Component changed

Upgrade watchdog entries to entities and replace default database log listing with a view, which grants advanced filtering options and filtered deletion as a bulk operation.

Description

The module creates an entity wrapper around database log entries and enhances the watchdog listing by replacing it with a view. Beside type and severity, additional filter options were introduced such as date and author.
The possibility to change the number of listed entries per page has also been added.
Database clearing has also been customized, now admins can clear only the filtered entries, if needed.
The provided view is accessible to the admins and can be fully customized as any view, to fit one's needs.
Update: Rules integration capability. A submodule has been added which provides Rules events, conditions and actions.

Zen Form

Component type

module

Maintenance status

Development status

Component created

Component changed

Introduction

Zen Form plugin provides you with a distraction free mode that you can add to your forms or single inputs, textareas and selects.

Wrapper module for the Zen Form plugin, created by Idered. Unfortunately, Drupal 7 core includes a rather old version of jQuery and the plugin expects at least jQuery 1.7 (usage of certain functions, namely: .on() and .prop()), so I have created a fork of the plugin on Github, in which I replaced the functions with their "deprecated" counterparts.

Features

  • Makes plugin available as a library (via Libraries module) - easy to use for developers.
  • Adds toggleable distraction free mode to certain forms (defined in hook).