Workbench annotations
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A module to add annotations to content that is going through a workflow
A module to add annotations to content that is going through a workflow
Prevents hook name collisions, by allowing modules to specify a whitelist of the hooks they actually want to implement.
See #2016003: Prevent potential naming collisions caused by the hook naming pattern
Provide a bulk image uploader and compress the size of all images with ".jpg" extension.
Its a help for those user who want to upload bulk images on drupal site and also want to reduce size of each image.
This project is an effort to extend Drupal Core's configuration to support other dependencies outside of the system.
One substantial issue (https://www.drupal.org/node/2248369) outlines the use of UUIDs within configuration that do not extend to Drupal's content.
This project aims to provide general utility to solving this problem.
The module adds a twig filter for transliterating (diacritic) strings. For example:
{{ 'Hällo' | transliterate() }} becomes => Hallo
* DBLOG FILTER module allows you to store only filtered db log messages based on
log type and log level.
* Useful to restrict unwanted message types and reduce watchdog size for
better performance.
* Majorly useful in production sites when we want to log only
limited messages.
* Logging can be restricted either by the Levels. To Log only Error Level logs
for a site, you can check "Errors" under "Select Severity Levels." in the
configuration page.
This project has been merged with Drupal Reset Module.
Module Link: https://www.drupal.org/project/drupal_reset
Google+ Autopost allows posting of content to Google+ Streams using
Google+ Domains API.
This module does not provide full functionality as what available from Google+ Domains API. Though it allows users to post content to streams on Google+ page and is only visible to users belonging to same domain.
Check README.md for Instructions and procedure.
Decoupled Drupal (or headless Drupal) allows the developer to utilize any technology Like Angular , ReactJS , Andriod, Ios etc... .
Drupal supports a robust offering of web services, including the core REST API, JSON API .
Decoupled Rest Views enhance the feature of view rest export , it provides a "DRV Serializer" FORMT which load referenced entities all field data, you may create your own Serializer to alter json data depends on requirement .
This module demonstrates examples of development related security issues. Comments in the code discuss corrective actions.
Do not run this in production or on sites accessible to the public Internet. It is recommended to use this with a local development environment.
Security Examples requires the Bad Judgement module as a dependency.