distrib_installer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows automatically download (downloads are coming from Drupal update server), unpack and install predefined lists of Drupal projects.
The module checks what already installed and downloads only latest version projects that are missing in current setup. You also can add your own projects installation list (clean dev-server setup, etc.).

This is different from installation profiles in following ways:

BigBlueButtonBN

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

BigBlueButton is an open source web conferencing system for distance learning. The goal of the project is to enable universities, colleges, and K12 to delivery a high-quality learning experience to remote students.

BigBlueButton supports real-time sharing of slides (including whiteboard), audio, video, chat, and desktops. It also record lectures for later playback, specifically:

Features Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to generate an existing feature and save it in the modules directory as an alternative to downloading a tar.gz file. I created this because I wanted to create a feature, save it in the site, and then use drush to rsync it to another copy of the site (e.g.: local -> dev) and be able to add the files to subversion / git instead of having to then install it.

Hide Profile

Component type

module

Maintenance status

Development status

Downloads

1094

Component created

Component changed

Creates a checkbox on user/*/edit that allows users to "hide" their profile.

When a profile is hidden, and a user tries to view that profile, the user is redirected to a configurable page on the site unless

  1. the user has the "view hidden profiles" permission
  2. the user is trying to view their own profile

In addition, this module implements a theme override for theme_username. This makes it so that links to users that have hidden profile turned on will not show up as links.

Views with Even Better Backends

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views 3 can query different backends such as Solr via Search API. This project is to continue to decouple Views' functionality for the SQL backend.

The problem with the current setup is a lot of Views is still geared towards a SQL backend which means field handlers can't be reused which ends up causing less functionality and duplicate code. Also a view built for a SQL query uses completely different field handlers to one for the Search API so a site builder wanting to upgrade a View from the SQL query to a Solr query has to recreate it from scratch.

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.