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.

Evangelize

Component type

module

Maintenance status

Development status

Component created

Component changed

    Evangelize is the core module of the site EvangelEyes.net, a ministry CRM designed for the following purposes:
  • Migrate a church or ministry contact database to the cloud.
  • Integrate with Cross Union CMS
  • Provide a management interface for updating contacts with visit notes, etc.
  • Provide Google Maps integration for contacts.
  • Provide Mobile Access through EvangelEyes.

If you are interested in helping us develop this module, please contact the maintainer.

DO NOT USE THIS MODULE ON A PRODUCTION SITE.