Database logging API

Component type

module

Categories

Maintenance status

Development status

Downloads

297

Component created

Component changed

Synopsis

The Database logging API module provides a way to add Operations to log messages displayed by Drupal core's Database logging module, both on the Recent log messages [overview] screen (at admin/reports/dblog), and in an individual message's Details screen (at admin/reports/event/%).

Requirements

This module requires the following modules:

Drupal 7 version:

Remove Drupal Orphaned users (LDAP)

Component type

module

Maintenance status

Development status

Component created

Component changed

This module processes all users and checks if the user still exist in the remote LDAP server.
This module also works with multiple Ldap-servers (This doesnt work in the core ldap module).
Optionally removes the orphaned user at another Drupal installation (same host, using drush)

Image Lazy Load

Component type

module

Maintenance status

Development status

Component created

Component changed

Image lazy load plugin to boost page load time and save bandwidth by removing:

  • images
  • background-images
  • responsive images
  • iframes

Elements will load just when reach visible part of screen.

Package Installer

Component type

module

Maintenance status

Development status

Component created

Component changed

When installed, the Package Installer module will automatically install all other modules belonging to $settings['package_installer_package'].

This can act as a development expedient by obviating the need to add all modules in a given package as an explicit dependency for the site's installation profile.

Setup

You can set the value of $settings['package_installer_package'] in settings.php:

Commerce Price Updater

Component type

module

Maintenance status

Development status

Downloads

731

Component created

Component changed

Most customers of company I work for use some sort of product management software for keeping track of their product inventory. All these applications have option to export product prices to a CSV file, so it is very important to offer our customers an option to easily update prices on their website, without creating complicated and often expensive API integrations. That is the main reason behind creating this Drupal 8 module.

Search block optimisation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal core search module makes two requests when a search block form is submitted. The first is a POST request that results in a form redirect to a new URL (normally /search/node) where the search is performed based on the GET parameters. For sites that are more performance consious this operation is expensive especially if parameters of the search are already known.

This module assumes that search block form is used for searches on content (search/node/[terms]).