Plug Block

Component type

module

Maintenance status

Development status

Downloads

308

Component created

Component changed

Overview
--------------------------
Get the Block API plugin system for Drupal 8 in your Drupal 7 developments.

Using this module, developers will be able to create block in a similar
way as in D8.

Installation
--------------------------
1. Copy the entire plug_block directory the Drupal sites/all/modules
directory or use Drush.
2. Login as an administrator. Enable the module on the Modules page.

Use Drush command: drush en plug_block

Module Missing Message Fixer

Component type

module

Maintenance status

Development status

Downloads

195616

Component created

Component changed

This module displays a list of missing modules that appear after the Drupal 7.50 release and lets you fix the entries.

Drupal 8
This module is fully functioning / feature parity with D7 version as of alpha3. I just want to add a few more check for config, etc. More to follow...

If you are receiving these messages, then you should use this module to help you:

Better DB Updates

Component type

module

Categories

Maintenance status

Development status

Downloads

183

Component created

Component changed

Better DB Updates aims to solve the common problem of merge conflicts when multiple developers work in separate branches and need to add database updates. It does this by allowing modules to implement hook_better_updates_db_directory() and return a subdirectory to be scanned for database updates contained in individual files. The module also provides a drush command to run all updates, including better DB updates.

Example usage:

in your .module file:

Dblog Quick Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

524

Component created

Component changed

Dblog Quick filter , enables you to search dblog records. It implements Angularjs for filtering.
Tested for up to 1000+ records in watchdog table.

How it is different from other similar modules out there? This module use Angularj's DOM based filtering, this efficiently speeds up the search (without any additional page load and ajax reloads per search).

Drupal 8

Installation:
No specific steps required, just download and install the module

Requirements:

Schemadata

Component type

module

Maintenance status

Development status

Downloads

828

Component created

Component changed

INTRODUCTION

In general scenario if a development is continue for long time then frequently login to phpmyadmin etc. is very difficult and time consuming.

This module provides you a single page to view all the MySQL tables and its data/rows.

INSTALLATION

* Install as you would normally install a contributed Drupal module.

Why should use this module

  • Saves development time

CONFIGURATION

Yandex OAuth

Component type

module

Maintenance status

Development status

Downloads

483

Component created

Component changed

Synopsis

  • Authenticates users with their Yandex accounts.
  • Provides a central storage for access tokens.
  • Other modules that provide integration with different Yandex services may require this module to get user's access tokens.

Basically as a site builder you need this module only if another module depends on it. As a developer you may add this module as a dependency of your one if it needs user's Yandex access tokens.

Universal queue

Component type

module

Categories

Maintenance status

Development status

Downloads

435

Component created

Component changed

Description
This module provides developers a possibility to execute some custom
functionality by Drupal queue. This module can be helphful if you have some
pretty heavy actions, but don't want to create a special queue for every such
action.

Usage examples
1. Postponed node deletion

universal_queue_add_item('node_delete', array('nid' => 123)); 

2. Postponed file downloading

Simple Content Recommendation Engine

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple Content Recommendation Engine is a powerful module for Drupal that will allow you to display a list of related content on your website.

The recommended content list will be based on the tags of content which makes them more relevant and more likely to be of interest to site visitor. This will allow us to retain visitors, reduce bounce rates and refresh old entries.

Features in pipeline -

  • Option to select styles between thumbnail included post or a simple text display
  • Inline Related Posts