Random updates
Component type
Maintenance status
Development status
Component created
Component changed
Random updates is a Bad Judgement module leveraging the Persistent Update API module to make random changes during update.php.
Random updates is a Bad Judgement module leveraging the Persistent Update API module to make random changes during update.php.
Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.
It converts numbers like 347 into strings like “yr8â€, or array of numbers like [27, 986] into “3kTMdâ€.
You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs.
See the official project page at http://hashids.org/
Features:
The Smartsheet module provides a wrapper class to easily interact with Smartsheet's REST API.
The xautoload module (https://drupal.org/project/xautoload) is required to automatically load the appropriate classes.
This module is strongly not recommended to be used on production servers. Development / Testing Only.
Create a Drupal dev environment with ease.
Once you have these requirements installed, cd to the `drusible` dir and run:
vagrant up
then go grab yourself a coffee...
Provides individual white list and black list rules for individual coupons (from Commerce coupons), allowing the site builder or developer to easily customize conditions for each coupon instead of manually creating and organizing a bunch of rules in the standard rules UI.
Config provides a basic API for providing configuration from files (PHP, JSON, YAML) for Drupal 7.
Config is unlikely to get a release for 8.x.
Usage
<?php
// Load the Config class.
$config = DrupalconfigConfig::load();
// Supports JSON, PHP, and optionally YAML. Want XML? Its extensible.
$parser_type = CONFIG_PARSER_JSON;
// Get the Config.
return $config->getConfig('my_module_name', 'directory_within_module', 'file_within_directory.ext', $parser_type);
?>Working on different environments and having trouble keeping all your modules in sync? Use Module compare to quickly see which modules are enabled or disabled between environments.
This module adds a contextual link to every form that lets you easily find out form's ID, name of hook_form_FORM_ID_alter() hook and print out form's variables. The module is a successor of Get Form ID (https://www.drupal.org/project/get_form_id) which is deprecated from now on.
This module implements a Drupal field type that stores JSON or JSONB data.