Drush SQL Extras

Component type

module

Maintenance status

Development status

Downloads

1407

Component created

Component changed

Drush SQL Extras

Introduction

These are a bunch of drush commands for working databases. They build on the SQL related commands provided by core drush.

1. drush sql-secure-dump

This command implements a secure database dump. It uses the openssl command line utility to encrypt and decrypt the files.

offline_code

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This modules is for site administrator to create offline code. Once site administrator creates the offline_code user will receive the offline code via email so it can be use for offline payment.

Environment Control

Component type

module

Maintenance status

Development status

Component created

Component changed

This module displays an indicator of the current environment. Currently it supports three sorts of environments (local, development and production). The module offers a configuration page where the different environments are controlled via their IP-adress. This differentiates Environment Control from similar modules.

Road map

Some more settings will be added to allow more customizations over the display.
I also plan to make use of the functionality with submodules or projects that will use the functionality that differentiates environments.

Title field UI

Component type

module

Maintenance status

Development status

Downloads

6415

Component created

Component changed

Allows administrators to configure title fields for nodes from the Field UI. This also allows users to edit the description and field size of title fields, as well as easily disable or enable title fields for a node type.

Similar modules

Title - actually makes titles a proper Field API field compared to this module which only 'fakes' titles being a proper field to allow it to be managed in the Field UI rather than on the edit content type screen.

module_checker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds lightweight update status page for site projects (modules).

Can be used for shared hostings, where because of resources limitation site raises 500 server error - mainly on administration pages and standart 'update' module slows down administrator pages.

Hotfolder

Component type

module

Maintenance status

Development status

Downloads

5310

Component created

Component changed

Hotfolder is designed to assist an installation with automated data processing. It monitors a folder on the server during cron, matching any new files found in that folder to matching configurations, and queues the files to be processed according to the configured settings.

User Status Color

Component type

module

Maintenance status

Development status

Downloads

522

Component created

Component changed

Provides a user status color in Hex. Also it comes with support for Colorpicker.

Editable statuses, fully integrated with views.

Also it has integration with other modules through hooks.

Hooks

The module defines a set of hooks that your modules can implement in order to interact with the default behavior of User status color.

HOOK_user_status_color_load(&$status, $user)

Loads just after a user status is loaded