Environmental Config

Component type

module

Maintenance status

Development status

Downloads

123

Component created

Component changed

Environmental_config is a module that helps you automatically importing environment
specific configuration without any hassle.

It's ideal when you need different settings for a specific module or system configuration in your development/staging or live server.

It runs with the standard Drupal Configuration Synchronisation and doesn't require many configurations.

Real life examples of usage

QA Accounts

Component type

module

Maintenance status

Development status

Downloads

30783

Component created

Component changed

Most projects with a QA and UAT workflow need a way to let testers access privileged user roles on dev and stage environments that they might not otherwise have access to in production.

This module offers a dead simple solution: it automatically creates a dummy user account for each role on the site when it's installed, where the username and password are both set to a known value. By only installing this helper module on dev and stage, it's easy to provide testers with access to these environments via static accounts.

Beancount

Component type

module

Maintenance status

Development status

Downloads

96

Component created

Component changed

The Beancount module provides a entities and taxonomies for bookkeeping, financial, and enterprise-management purposes.

It comes with feeds importers that activate automatically when using the Quickbooks Webconnector and Quickbooks XML modules to import data from Quickbooks.

Release Instructions

Component type

module

Maintenance status

Development status

Downloads

45

Component created

Component changed

Motivation

When you're using hook_update_N() in the big team there's a high possibility that updating one module may result in numeration conflicts. RI module is developed to avoid that by widening the function name scope.

How?

Module allows you to write the functions with the name format CODE_ri_N, where CODE is your custom prefix, e.g. JIRA ticket abbreviation, and N is any numeric value. Then these functions can be executed via drush like drush updb using the below commands:

WhyWebs Drupal Module Builder

Component type

module

Maintenance status

Development status

Component created

Component changed

Whywebs Drupal module builder will help you to build your own module in less time and effort.

Features:
-build all files needed to start a new module
-Auto build a new content type and new node to each module
-Ability to download the files as a package
--Each package includes your major 3 files under the name you picked
-Build your module depending on your editors php, which also you can use it instead of using external software (ex.sublime..)
-Free and it will always be free
-Always will be new features added to it

Tickets message

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A ticket message manager that relies on workflow and requires to have the ticket bundle and the maintainer role.

When someone comments a ticket it will inform the creator and the members in maintainer role.
When someone creates a ticket it will notify the members in maintainer role.
When someone updates the workflow of a ticket it will notify the creator of the ticket.