OpenPMR

Component type

module

Maintenance status

Development status

Component created

Component changed

My personal Drupal 8 sandbox project. Testing and evaluation.

Commerce Dutch VAT

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal Commerce Feature containing Dutch VAT settings:
- 6% BTW laag
- 19% BTW hoog

Requirement
commerce_features-7.x-1.x-dev (2012-Mar-17)

Common issues when using two VAT rates
both taxes applied to every product
For those who are struggling with both taxes being applied to all products instead of just one tax rate per product:

Git test Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simply testing git access and manipulation of git repository on drupal.org - nothing to see here!

Media Sets

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds the ability to create re-usable sets of media, that can be displayed in different ways, such as an inline gallery.

Mass Apply Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Due to necessity I coded up this small custom module. Hopefully this can be helpful to someone else needing the same solution. This was a solution to my problem of migrating away from using wikitext filters on my 'wiki' content type. This ran each of the nodes through the PEARWiki filter and then saved the html back to the $node->body while updating the format so that it displays as html.