Magic Theme

Component type

module

Categories

Maintenance status

Development status

Downloads

929

Component created

Component changed

Magic Theme module let you can full custom drupal theme output. You can control each line of code, just like the pure HTML original template. Completely separate from the front-end and back-end.

if you want to test, please enabled the sub module "Hunter Test", and use special theme: https://www.drupal.org/project/amazeui

it will have three version:

Persist payment controller_data

Component type

module

Categories

Maintenance status

Development status

Downloads

480

Component created

Component changed

This is a small utility addon for Payment. It simply makes the $payment->controller_data persistent. This reduces boiler-plate code in downstream payment controller implementations.

At some point this functionality may become part of the main payment module - see #2824638: Persist $method->controller_data.

Codebase Exceptions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Codebase Exceptions is a little module that allows to report Drupal's watchdog messages and exceptions to the repository hosted on Codebase platform. Codebase's exceptions handler conforms to the Airbrake spec, so there is no need to use external Airbrake library. What this module do is just sending (similar to Airbrake notifier) JSON data structure to https://exceptions.codebasehq.com

Extended Entity Access for Routes

Component type

module

Maintenance status

Development status

Downloads

385

Component created

Component changed

Simplify per-bundle entity access checking for routes. Example: _entity_access: <ENTITY_TYPE>[:<BUNDLE>].<OPERATION>.

From the developer perspective, this module - just improvement of existing access_check.entity service. Default implementation - DrupalCoreEntityEntityAccessCheck - overridden and empowered with possibility to verify entity bundle, if it specified. That's all.

Config Ignore

Component type

module

Maintenance status

Development status

Downloads

55205

Component created

Component changed

Introduction

Ever experienced that your site's configuration was overridden by the configuration on the filesystem, when doing a drush cim?

Not anymore!

This module is a tool to let you keep the configuration you want, in place.

Lets say that you do would like the system.site configuration (which contains that sites name, slogan, email, etc) to remain untouched, on your live site, no matter what the configuration, in the config folder, says.

Simplestep

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

By reusing existing forms and breaking them down into a sequence (or wizard) of smaller steps, Simplestep is a way to reduce the power of Drupal's UI down to one decision at a time. It was originally designed to walk absolute beginner webmasters through the choices needed to get them up and running on building their first websites. Soon after, it was put to use creating a workflow for some complex tasks that site admins need to get right without having to memorise all the steps.

Micon

Component type

module

Maintenance status

Development status

Downloads

348

Component created

Component changed

Provides functionality for adding https://icomoon.io icon packages to Drupal and exposing them for use via CSS, HTML classes, and programmatically.

Adding IcoMoon packages

Visit https://icomoon.io and build an icon package. You can utilize either font packages or image packages. Download the zip file provided by IcoMoon.

Go to `/admin/structure/micon` and follow these steps:

Git branch DB

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Git branch DB is a module for developers who work on git. With Git you can switch branch easily, but you always work with the same database.
Git branch DB offer the possibility to have a database per Git branch.

"drush gdb" to see what's the branch DB credential.

// In the future
Drush command will be more powerful.
A Drupal 8 version.