Fieldcollection multi upload

Component type

module

Maintenance status

Development status

Downloads

217

Component created

Component changed

This module adds plupload field before each field collection, if in this collection there is the image field.
Submit form will add to node new field collection entities for each photos in plupload field.

It is an analog of module field_collection_bulkupload, but for Drupal 8.

This module relies on:

Content type field stats

Component type

module

Categories

Maintenance status

Development status

Downloads

79

Component created

Component changed

-- SUMMARY --

This module provide report of content type's field.

-- USE CASE --
If administrator want to know which content type have how many fields and how much data associate with that field so this module provide report of content type's field stats.

-- REQUIREMENTS --
No

-- INSTALLATION --

* Install as usual, see http://drupal.org/node/895232 for further information.

-- CONFIGURATION --

* Configure user permissions in Administration » People » Permissions:

Release Instructions

Component type

module

Maintenance status

Development status

Downloads

45

Component created

Component changed

Motivation

When you're using hook_update_N() in the big team there's a high possibility that updating one module may result in numeration conflicts. RI module is developed to avoid that by widening the function name scope.

How?

Module allows you to write the functions with the name format CODE_ri_N, where CODE is your custom prefix, e.g. JIRA ticket abbreviation, and N is any numeric value. Then these functions can be executed via drush like drush updb using the below commands:

Workbench Moderation Expire

Component type

module

Maintenance status

Development status

Downloads

179

Component created

Component changed

The goal of this module is to only purge items when needed. This module extends the functionality of the Expire module in an effort to reduce the purge requests sent when a piece of content goes through moderation states.

You must have both Workbench Moderation and Expire for this module to function.

WhyWebs Drupal Module Builder

Component type

module

Maintenance status

Development status

Component created

Component changed

Whywebs Drupal module builder will help you to build your own module in less time and effort.

Features:
-build all files needed to start a new module
-Auto build a new content type and new node to each module
-Ability to download the files as a package
--Each package includes your major 3 files under the name you picked
-Build your module depending on your editors php, which also you can use it instead of using external software (ex.sublime..)
-Free and it will always be free
-Always will be new features added to it

Json autocomplete

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

This module provides enhanced auto complete widget which is better in performance as compare to default auto complete widget, as it's name suggests that searching is based on json data, so instead of fetching results from database it searches from json object and gives fast results with better user experience.

Note: Right now it is only available for taxonomy term reference field type and will be available for entity reference field soon.

Dependency

Component type

module

Categories

Maintenance status

Development status

Downloads

85

Component created

Component changed

The module allows to define dependencies between entities.
Dependencies are links made by some reference fields connecting entities.
When an entity is updated / created / deleted, the dependent entities are notified. It can be used to reindex dependent entities in search engines or clear some caches which contain dependent entity information.

Dependency rule set example (the leftmost entity is the entity on which the rightmost entity depends):