Apps entity restrictions

Component type

module

Categories

Maintenance status

Development status

Downloads

325

Component created

Component changed

The work is done under this github repository

General info

When your Drupal site need to act as a backend you would like to restrict third
side application for a specific given set of entities and a very specific set of
fields. This module, Apps entity restrictions, give you the option to create application
representation. Each record will have a public key and a secret key and have a

Drupal 8 Upgrade Checklist

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 Upgrade Checklist
Drupal 8 Upgrade Checklist runs a check on all enabled modules and creates a report that includes an upgrade status of each module in regards to Drupal 8. Additionaly it displays information whether the module has been moved to core or deprecated in favour of another one.

node timebomb

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Minimal goal :
The idea is to set timer to a node type. After a defined amount of time the node of specified type will either be unpublished or destroyed.

Better goal :

  • set email alert for node user
  • set email alert for admin

jsTimezoneDetect

Component type

module

Maintenance status

Development status

Component created

Component changed

I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone. An existing module, Timezone Detect, implements a Javascript library known simply as "jsTimezoneDetect," which did the job.

Scenarios

Component type

module

Categories

Maintenance status

Development status

Downloads

686

Component created

Component changed

What does this module do?

This module provides an API that uses a single hook: hook_scenario_import. This hook allows any module to be used as a "scenario" (e.g. demo/example/default) with content and configuration packaged. The Scenarios API can be used to enable, disable and reset a scenario.

Scenarios use Drush commands for enablement, reset and removal.

drush enable-scenario my_module
Install and import migrations for a scenario module.