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.

Drush grant RID

Component type

module

Categories

Maintenance status

Development status

Downloads

461

Component created

Component changed

This is a simple drush 6.x plugin that grants and revokes user roles based on RID instead of name. I wrote this because of issues with bash assembling a drush command and invoking it when the role name had a space in it. This caused issues with drush parsing the name into multiple arguments broken out based on the space between them regardless of encapsulation. This is an easier fix then that.

It's also useful if you know the RID / make an RID during an operation and want to use that instead.

Webform taxonomy options pre loader

Component type

module

Maintenance status

Development status

Downloads

594

Component created

Component changed

This module provides a pre-build list from taxonomy term for webfom.
Once this modules is installed in the site, then you should be able to see the taxonomies in the select list of webfom component.
Multilingual Supported.

Important: This Module Provide translated strings on front end.

Commerce Amazon MWS

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

This is a Drupal Commerce module and integrates with the Amazon MWS API's, currently supporting Feeds, Reports and Products, with the ability to sync local quantities to and from Amazon, upload/delete products and relationships, view simple reports and stock adjustments. All feeds are configured with a JSON config file (All products are synchronized by SKU so SKUs must be unique). The README file can be viewed via Drupals Help system, which uses the parsedown library to make it nicer to view. This module has so far:

Styles API

Component type

module

Maintenance status

Development status

Downloads

4059

Component created

Component changed

This module allows other modules or themes to register theme templates on a YAML file (replacing hook_theme()) and provide a repository for all themes registered.

This will give more order to theme definitions, taking them away form code.

But moreover in this way themes and modules could gather information of registered themes implementation.

For example a module could alter block form to add select field to forms, providing a UI to easily assign predefined templates for elements, blocks or regions.

Block Styles

Component type

module

Maintenance status

Development status

Downloads

5388

Component created

Component changed

Using the Styles API Module allows to set different styles for block wrapper theme.

This module affects only block.html.twig, and not the way content is displayed.

Classes could be added to block wrapper, even if block theme has not been overwritten.

The styles selector is shown at the end of the block configuration form.