Drush switch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Analog "drupal site:mode" drupalconsole command for Drush.

Howto: enable module,
drush switch dev - switch to dev settings,
drush switch prod - switch to production settings

Refresh Cache Buster Url Hash On Page Load

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module updates the hash after all css and js files ( /calendar_widget.css?ojd0qb ) on every page load which forces browser to always download the css/js files. I needed this during development and testing on Android phone. I couldn't find an easy way to refresh the css/js resources on phones.

jq cookie

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

jQuery Cookie comes with Drupal 7 core, but isn't enabled by default. Enabling this module adds jQuery Cookie to all pages. Disabling it removes jQuery Cookie.

The name jquery_cookie was taken, so this project uses the name jq_cookie.

Pull requests are welcome. During this sandbox period, the code is also on Github.

ngrok

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What is ngrok ?

Ngrok allows developers to create secure tunnels to localhost or platform of their choice. Main use cases of ngrok are:

  • Demo without deploying
  • Simplify mobile device testing
  • Build webhook integrations with ease
  • Run personal cloud services from your own private network

More info at https://ngrok.com

CSV to Config

Component type

module

Categories

Maintenance status

Development status

Downloads

233

Component created

Component changed

This module import CSV files into configuration, that can be exported and saved.
It is very handy when you need to create a large number of configurations at once.

** Since, its the first version, it only supports one level structure key/value pairs. **

Migrate Console Tools

Component type

module

Maintenance status

Development status

Component created

Component changed

Migrate Console Tools module is a port of the Migrate Tools module for the Drupal Console project.

Migrate console tools only ports the commands from migrate_tools to Drupal Console and does not include any of the UI elements. It is currently not on the roadmap to add the ui elements.
Note that these commands do not support drush style --simulate support

Node Access Grants

Component type

module

Categories

Maintenance status

Development status

Downloads

1120

Component created

Component changed

Why

The Drupal node access grants system has been more or less unchanged since the beginning. However, with Drupal 8, we can and should start leveraging the OOP and service oriented architecture for things like this.

This module defines a simple interface which needs to be implemented by a tagged service in order to play with access grant system, namely the hook_node_grants() and hook_node_access_records() implementations.

Performance compare

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module provides an ability to compare different approaches related to Drupal code.
For now, all code examples has been split into the following categories:

  1. Database queries performance
  2. Drupal best practices
  3. PHP code performance