Bulk Image Upload and Compressor

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Config Dependencies

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

DBLog Filter

Component type

module

Maintenance status

Development status

Component created

Component changed

* 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.

Google+ Autopost Domains API

Component type

module

Maintenance status

Development status

Component created

Component changed

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 Rest Views Framework

Component type

module

Categories

Maintenance status

Development status

Downloads

198

Component created

Component changed

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 .

Security Examples

Component type

module

Maintenance status

Development status

Component created

Component changed

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.