Administration Language Negotiation

Component type

module

Maintenance status

Development status

Downloads

7315

Component created

Component changed

This module allows the users to browse particular pages in a specific language.
The classical use case is to allow displaying the frontend of the site in one language and still keep most of the backend in English (or another language of your choice), but it can have other usages.

Template Whisperer

Component type

module

Maintenance status

Development status

Downloads

65

Component created

Component changed

Provides a formalized way to declare and suggest page templates using "Template Whisperer".

It is a continuation to something besides the standard node.html.twig file for a variety of special case pages like the site news lists, the contact page, ...

Site Quota Enforcer

Component type

module

Maintenance status

Development status

Downloads

197

Component created

Component changed

This module enforces quotas set for the entire Drupal site. It was written for the Aegir Hosting System to enforce quotas set by Aegir administrators on client sites, but could be used with any Drupal hosting system that prevents site users from editing settings.php, where the limits are set.

It works by preventing new entities from being creating on form submission if associated resources are at or past their limits.

Currently supported quotas:

Avalanche

Component type

module

Maintenance status

Development status

Component created

Component changed

Avalanche, a collection of Snowballs.

Avalanche is a collection of stemmers (currently from the Snowball project, but not technically limited to those) that help improve Drupal 8 database search by reducing words in searches into their stems. More stemmers can be added as plugins.

Cloudfront Edge Caching

Component type

module

Categories

Maintenance status

Development status

Downloads

240

Component created

Component changed

For web distributions, CloudFront lets you choose whether you want CloudFront to forward headers to your origin and to cache separate versions of a specified object based on the header values in viewer requests. This allows you to serve different versions of your content based on the device the user is using, the location of the viewer, the language the viewer is using, and a variety of other criteria.

REST Views

Component type

module

Maintenance status

Development status

Downloads

3557

Component created

Component changed

This module enhances the REST export functionality in Views to solve the following use cases:

  • Your field has multiple values. You want to render each item, but export them as an array instead of a single string.
  • Your field contains data that is a JSON primitive (ie. a boolean or number). You want to export this value as the correct type, instead of a string.
  • Your field is an entity reference. You want to export the target entity as a nested object, instead of a single string.

Drupal Deployment Tool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal deployment tool(DDT) will help the developer to deploy the files in to the server without having FTP account. DDT module will only deploy files inside 'sites' folder. Hence it will help the developers to reduce the risk of deployment and make it easier throughout the development.

This module is under active development and you can provide your valuable suggestion and expectations in issue queue.